Code for sensor node collecting data from sensors and sending to server(s).
- Install esp mdf - https://docs.espressif.com/projects/esp-mdf/en/latest/get-started/
- Clonse this repository
- Change settings using
make menuconfig - Do
make cleanto apply them - Flash your device
make -j 4 flashwhere j is number of threads in your system - (Optional) See logs to know what is happening
make monitor(useCtrl + ]to exit)