PlantCtrl/README.md

27 lines
669 B
Markdown
Raw Normal View History

2020-09-07 18:07:11 +02:00
# PlantCtrl
2020-11-06 17:59:52 +01:00
The following problems shall be solved with this project:
* Solar Powered
* Low Powered
* Plant monitoring
* Plant watering
* IoT
# Hardware
Open hardware design (powered by KiCAD).
The complete PCB is stored in the ***board*** sub directory.
There the following components are connected:
2021-10-15 21:59:47 +02:00
* ESP32 **16MB flash required**
* Lipo monitoring (DS2438)
2020-11-06 17:59:52 +01:00
* 7 moist sensors
* 7 pump
* DC-DC convert (generating voltage from Lipo for pumps)
* DS18B20 temperature sensors
2021-10-15 21:59:47 +02:00
* water level via laser distance sensor (VL53L0X)
2021-03-04 21:07:11 +01:00
* DS2438 battery monitor
2021-10-15 21:59:47 +02:00
* general purpose expansion pins
2020-11-06 17:59:52 +01:00
# Software
The firmware for the controller is stored in ***esp32*** sub directory.