Page 1 of 1

Sending SMS with ESP32

Posted: Tue Jul 04, 2023 2:06 pm
by igolubic
We all know that ESP32 cannot send an email on its own. I will show you how I did it.

In this tutorial, we will write a simple code that will read the temperature from [BME280 sensor](https://www.bosch-sensortec.com/product ... rs-bme280/), and if the temperature is higher than 30°C it will send an SMS to the receiver's number.

For simplicity, I've created a post on DEV: https://dev.to/igolubic/sending-sms-with-esp32-f0m