Plant of Things (POT)
Go to file
Empire Phoenix e7e38e9fca add single pump test mode to config page 2024-04-06 21:14:56 +02:00
board add single pump test mode to config page 2024-04-06 21:14:56 +02:00
esp32 fix ota 2023-08-02 21:45:36 +02:00
esp32test/Esp32DeepSleepTest distance sensor is reset after powercycle 2023-03-22 21:06:14 +01:00
hardware added epoxy form and sensor mod 2021-10-27 15:05:37 +02:00
plantctrl-extension updated layout 2023-10-22 01:20:17 +02:00
rust add single pump test mode to config page 2024-04-06 21:14:56 +02:00
sheets rust init 2023-11-20 00:05:47 +01:00
.gitignore Also ignore rust folder 2024-01-25 13:31:44 +01:00
README.md Update documentation 2021-10-15 21:59:47 +02:00

README.md

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.