Seedup Controller
SEEDUP is a Open Source shield that uses ESP32-CAM, Arduino Nano v3 and MCP23016 to fully control an hidroponic system.
The develop started back in 2015 as a small board to control an hidroponic system using the well know Arduino Nano board and after some months migrated to the Particle Platform that allow control over Wifi.
Now using ESP32-CAM, Arduino Nano v3 and MCP23016 the idea is to create a modular shield that can support the following:
- Sensors
- Air Temperature and Humidity
- Light
- CO2
- Water PH
- Water EC
- Water Temperature
- Water Flow
- Water Level
- Controllers
- Light
- Air Heater
- Air Cooler
- Air Fan
- CO2
- Water Circulation
- Water Valve
- Nutrients Peristaltic Pump
- Water Heater
- Water Fog
The picture below shows a simple system schematic:
The shield will be designed to support diferrent type of sensors and controllers, like MOSFET, Relays, etc. First draft view of board is the following:
To be able to start small I defined that 3 versions of the shield will be available: SeedUP, SeedUP Micro and SeedUP Nano with the following characteristcs:
Shield | SeedUP | SeedUP Micro | SeedUP Nano |
---|---|---|---|
Wifi | 802.11b/g/n | 802.11b/g/n | 802.11b/g/n |
Bluetooth | 4.2 BT/BLE | 4.2 BT/BLE | 4.2 BT/BLE |
Camera | Yes | - | - |
Controllers | 20 | 4 | 1 |
-Relays | 11 (up to 20) | 4 | 1 |
-Triac | 4 | - | - |
-Mosfet | 5 | - | - |
Sensors | 10 | 1 | 1 |
-Air Temperature | Yes | - | - |
-Air Humidity | Yes | - | - |
-CO2 | Yes | - | - |
-Light | Yes | - | - |
-Water Flow | Yes | - | - |
-Water Temperature | Yes | - | - |
-Water EC | Yes | - | - |
-Water PH | Yes | - | - |
-Water Level | Yes | - | - |
-Bluetooth* | Yes | Yes | Yes |
*Bluetooth: use bluethooth sensors like Xiami Flora Sensor https://xiaomi-mi.com/sockets-and-sensors/xiaomi-huahuacaocao-flower-care-smart-monitor/
The idea behind 3 shields is to facilitate from home use to professional use allowing more people to benefit from it.
SeedUP Nano
SeedUP Nano will basic work for self watering planter allowing to eliminate basic problems on a domestic indoor environment.
Many people want to plant indoors by placing pots next to the windows, but most of the time they are not successful. The two main problems are the lack of lighting and water. To solve the lighting problem it is necessary to add lamps that can overcome this deficiency and to automate the water process we can use the self watering system.
Shield will also be cabable to use bluetooth sensors to obtain data like soil moisture, temperature, sunlight and nutrient.
Self Watering System
Self-watering containers work on a reservoir system. There is a water storage tank at the bottom of the container. The soil soaks up the water from the bottom through a wick, so as long as you keep the reservoir filled, your plants get a consistent level of moisture, delivered directly to their roots.
SeedUP Micro
SeedUP Micro will only differ from Nano version due the capacity to support up 4 relays. This will allow to run more complicated setup that use more lamps, water automatic irrigation and temperature control.