Plant of Things (POT)
Go to file
2021-06-01 22:44:31 +02:00
board fixed power on download mode, solar voltage sensor fixed 2021-06-01 22:44:31 +02:00
esp32 make sensor address compare actually work 2021-05-29 22:07:47 +02:00
esp32test/Esp32DeepSleepTest control works again (fixed with wifi and fallback) 2021-05-24 14:58:35 +02:00
sheets Pinout ESP32 added 2021-03-04 21:07:30 +01:00
.gitignore Schematic Draft finished; Routing started 2020-09-14 19:20:33 +02:00
README.md Hall sensor updated 2021-03-04 21:07:11 +01:00

PlantCtrl

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:

  • ESP32 NodeMCU Module (the one of A-Z Delivery was used)
  • Lipo
  • 7 moist sensors
  • 7 pump
  • DC-DC convert (generating voltage from Lipo for pumps)
  • DS18B20 temperature sensors
  • water tank ultrasonic sensor (via JSN-SR04T-2.0)
  • DS2438 battery monitor
  • general purpose expansion pin

Software

The firmware for the controller is stored in esp32 sub directory.