Repository files navigation ESP32 code for GrowSimplee [PS: Part 1]
Open this project in Arduino IDE
Install the ESP32 board in Arduino IDE
Install dependencies
HTTPClient
WiFi
Esp32Servo
Adafruit_SSD1306
Adafruit_GFX
Select the board as ESP32 Dev Module
Select the port
Complile
Upload and Click the boot button while uploading
grow_simplee.ino is the main file which contains the setup() and loop() functions
The other folders containes the code for the different modules
For adding a new module,
Create a new folder with the name of the module
Create a new .h and .cpp file with the same name
include the .h file in grow_simplee.ino with relative path
include the .h file in corresponding .cpp file with relative path
User some text editor to edit the code, like VS Code or vim, you can't see the files in arduino IDE
wifi - Contains the code for connecting to the wifi
ultrasonic - Contains the code for ultrasonic sensor
weight - Contains the code for weight cell
display - Contains the code for 64x128 OLED display
About
No description or website provided.
Topics
Resources
License
Stars
Watchers
Forks
You can’t perform that action at this time.