Making a smart pot with Esp-32, which will show some interactive feelings of plants on a screen. Like thirsty, hot, cold, night, sleep.....
- ESP32 Wroom32 Module
- Wemos D1 Mini charging Shield
- 8in TFT Touch Screen with SD card reader
- Soil Moisture Sensor
- DHT11 Sensor
- LDR Sensor
- On Off Switch
- Pushbuttons x 2
- Rechargeable LiPo Battery (1000 mAh)
- 4GB Micro SD Card
- SD card Adapter
- 3 pin Male-Female connectors x 2
- 2 pin Male-Female connectors x 2
- 10k Resistor x 3
- 47k Resistor x 2
- HT7333 LDO
Before you use the code, you first need to download & install several libraries whose links are mentioned below.
After Downloading and installing all the libraries, you need to do one small change to support the libraries for our ESP32 module. For that, just open the folder containing all the installed libraries of Arduino.
In this just open up TFT_eSPI folder and delete User_Setup.h file
After deleting this file, just download the new User_Setup.h file by clicking here and paste this new file in the same folder as shown above
- Attact below links in preferances.
https://dl.espressif.com/dl/package_esp32_index.json
http://arduino.esp8266.com/stable/package_esp8266com_index.json
- Go to tools --> Board --> Board Manager --> serch ESP --> Download ESP related.
- The installation process is finished.
Hit the upload button