Skip to content

BayKeremm/EE5-ESP32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 

Repository files navigation

EE5-ESP32

Code for the microcontroller to communicate with the database and to manage the sensors for the smartpot project.\

run '. $HOME/esp/esp-idf/export.sh' in the directory you want to build. This will make the tools available in the directory you want to work with.

Then find the port esp32 is attached to with 'ls /dev/cu.*' (for macos).

then 'idf.py -p THE_PORT_NAME -b BAUD_RATE flash' command will build and flash the code to the esp32.

'screen /dev/cu.PORT_NAME BAUD_RATE' command will open the output window of the esp32.

BAUD_RATE = 115200.

moisture sensor:
completely immersed in water --> 1.2V output. Air -> 2.5V output.

flow_chart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published