I have executed all course all tutorials from “Firebase Web App with ESP32 and ESP8266”.
I want guidance for how we can integrate python code for sending email if sensor value goes up or any python code that we integrate in exiting code given in course.
1 Answers
Hi.
Why do you need Python code specifically?
You can read the sensor value on the ESP boards and execute the code to send emails on the board.
Check these tutorials about sending emails:
- https://randomnerdtutorials.com/esp32-send-email-smtp-server-arduino-ide/
- https://randomnerdtutorials.com/esp8266-nodemcu-send-email-smtp-server-arduino/
I hope this helps.
Regards,
Sara