Plant of Things (POT)
Go to file
2020-12-09 21:44:33 +01:00
board updated pcb 2020-12-02 21:39:58 +01:00
esp32 Added Cppcheck project file for static code analysis 2020-12-09 21:44:33 +01:00
esp32test/Esp32DeepSleepTest Temperature sensor 2020-10-16 15:04:21 +02:00
sheets improved schematic parts 2020-11-25 21:42:29 +01:00
.gitignore Schematic Draft finished; Routing started 2020-09-14 19:20:33 +02:00
README.md Desciption for hardware added 2020-11-06 17:59:52 +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 HC_SR04)
  • general purpose expansion pin

Software

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