Skip to content

🐟 IWAKI, automated fish cultivation system.

Notifications You must be signed in to change notification settings

ahsanu123/iwaki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

npm version npm npm licence


Automated Fish Cultivation

🐟 IWAKI - Automated Fish Cultivation

Initial System Design

---
title: Block Diagram of System
---
classDiagram

note for DCMotor "this will use for spreading food"
note for Board "Use ESP32 to send data into server"
note for Spreader "Mechanic Spreader"

PowerSupply <|-- Board 
Board <|-- DCMotor
Board <|-- TempSensor
Board <|-- ESP32
Board <|-- SalinityAndPH
Board <|-- SSR
Board <|-- IOExpantion

IOExpantion <|-- SolenoidValve

SSR <|-- Pump


Spreader <|-- Board
Hopper <|-- Spreader

Server <|-- Board
Server <|-- Mobile

namespace Electronic {
class IOExpantion
class SalinityAndPH
class Board
class DCMotor
class ESP32
class TempSensor
class SSR
}

namespace Feeder{
class Spreader
class Hopper
}

namespace App{
class Mobile
}

namespace Backend{
class Server
}

Loading

🌳 Logs

  • create initial system design, 23 november 2024 at ⏰ 14:26

🎈 Reference

image

About

🐟 IWAKI, automated fish cultivation system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published