I needed a solution to send an SMS when a temperature reaches a certain level, but the issue was that 2G and 3G do not work in Croatia. Device had to be cheap to produce on large scale and have low power consumption.
I selected BME280 for temperature measurement, and ESP32-WROOM-32D with 4MB flash.
After some initial configuration I received the first SMS :)
P.S. it does not send SMS messages continuously, some of those above were sent during initial testing.
I wrote a full walkthrough here: https://dev.to/igolubic/sending-sms-with-esp32-f0m
Comments