Plant of Things (POT)
Go to file
2023-03-22 21:01:24 +01:00
board stuff changed 2023-03-03 19:58:55 +01:00
esp32 Removed timeout 2023-03-10 23:37:50 +01:00
esp32test/Esp32DeepSleepTest Reset as distance is > 8 meter 2023-03-22 21:01:24 +01:00
hardware added epoxy form and sensor mod 2021-10-27 15:05:37 +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 Update documentation 2021-10-15 21:59:47 +02: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 16MB flash required
  • Lipo monitoring (DS2438)
  • 7 moist sensors
  • 7 pump
  • DC-DC convert (generating voltage from Lipo for pumps)
  • DS18B20 temperature sensors
  • water level via laser distance sensor (VL53L0X)
  • DS2438 battery monitor
  • general purpose expansion pins

Software

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