2020-09-07 18:18:46 +02:00
|
|
|
# PlantControl
|
|
|
|
## Hardware
|
|
|
|
|
2021-10-15 21:59:47 +02:00
|
|
|
Main processor
|
|
|
|
* ESP32 with 16MB Flash
|
|
|
|
|
|
|
|
One-Wire
|
|
|
|
* Temperatur Sensor (DS18B20)
|
|
|
|
* Lipo-Monitoring (DS2438)
|
|
|
|
|
|
|
|
Lipo Protection
|
|
|
|
* Open drain 3.3V detector (CN61CN33 @ jlcpcb parts)
|
|
|
|
|
|
|
|
|
2020-09-07 18:18:46 +02:00
|
|
|
|
|
|
|
### Used Pins:
|
2020-10-14 17:50:13 +02:00
|
|
|
* See '''include/ControllerConfiguration.h'''
|
2020-09-07 18:18:46 +02:00
|
|
|
|
|
|
|
## Software
|
2020-10-14 17:50:13 +02:00
|
|
|
* MQTT topics
|
|
|
|
|
|
|
|
# Hardware
|
|
|
|
## Features
|
|
|
|
* Support for up to
|
|
|
|
* 7 Moister sensors
|
|
|
|
* 7 Pumps
|
|
|
|
* Sensors
|
|
|
|
* Solar powered (voltage)
|
2021-10-15 21:59:47 +02:00
|
|
|
* Lipo-Powered (DS2438 for monitoring)
|
2020-10-14 17:50:13 +02:00
|
|
|
* Temperature
|
2021-10-15 21:59:47 +02:00
|
|
|
* Laser distance sensor [VL53L0X]
|
2020-10-14 17:50:13 +02:00
|
|
|
* Custom GPIO
|
|
|
|
|
2020-11-06 17:51:22 +01:00
|
|
|
## Documentation of Power-Modes
|
|
|
|
https://lastminuteengineers.com/esp32-sleep-modes-power-consumption/#esp32-deep-sleep
|
|
|
|
|
|
|
|
|
|
|
|
gpio 17 only out no hold
|
|
|
|
gpio 16 only out no hold
|
|
|
|
|
|
|
|
## Additional hardware
|
|
|
|
solar charger 2A?
|
|
|
|
https://www.aliexpress.com/item/4000238259949.html?spm=a2g0o.productlist.0.0.7e50231cCWGu0Z&algo_pvid=9ab7b0d3-5026-438b-972b-1d4a81d4dc56&algo_expid=9ab7b0d3-5026-438b-972b-1d4a81d4dc56-11&btsid=0b0a0ac215999246489888249e72a9&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_
|
|
|
|
|
|
|
|
MT3608 boost für pumpe
|
|
|
|
https://www.aliexpress.com/item/32925951391.html?spm=a2g0o.productlist.0.0.39e21087nAzH9q&algo_pvid=7db0a849-62f7-4403-88e3-615ee4d99339&algo_expid=7db0a849-62f7-4403-88e3-615ee4d99339-0&btsid=0b0a0ac215999252934777876e7253&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_
|
|
|
|
|
|
|
|
DS18B20 one wire temp sensor
|
|
|
|
|
|
|
|
|
2020-10-14 17:50:13 +02:00
|
|
|
# Features
|
|
|
|
## Empires Wunschliste
|
|
|
|
* Pflanze
|
|
|
|
* Pumpe
|
2021-04-07 22:21:58 +02:00
|
|
|
* [x] Zeitspann (wann laufen darf)
|
|
|
|
* [x] Helligkeitstrigger (Um den Morgen zum pumpen zu erkennen)
|
|
|
|
* [-] Maximal Dauer zum Pumpen (als Zeit oder Milliliter)
|
|
|
|
* [x] Zeitspanne zwischen zwei Pumpvorgängen
|
2020-10-14 17:50:13 +02:00
|
|
|
* Moister sensor
|
2021-04-07 22:21:58 +02:00
|
|
|
* [x] Schwellwert für Pumpe
|
2020-10-14 17:50:13 +02:00
|
|
|
* Tank
|
|
|
|
* Füllstand Anzeige (in Liter)
|
|
|
|
* Minimum Wasserstand (in cm damit Pumpen nicht leer laufen; enspricht 0 nutzbaren Liter)
|
2021-04-07 22:21:58 +02:00
|
|
|
* [x] Maximaler Wasserstand des Tanks (in cm & Liter)
|
2020-10-14 17:50:13 +02:00
|
|
|
|
2021-04-07 18:49:59 +02:00
|
|
|
## Masterplan 2.0
|
|
|
|
* Partitionslayout
|
|
|
|
|
|
|
|
|