Send SMS With ESP32 using only WIFI (no GSM module involved)

Опубликовано: 12 Июль 2026
на канале: Hasheer Ahmed
100
6

Send SMS with ESP32 Using Only WiFi | No GSM Module Required
In this video, you will learn how to send SMS using ESP32 with WiFi, without using any GSM module like SIM800 or SIM900.
We use a cloud-based SMS gateway (TextBee API) to send messages through the internet. This method is useful for IoT alert systems, automation projects, security systems, and monitoring applications.
You can easily integrate this SMS function into any ESP32 project and trigger alerts based on sensors or system events.
GitHub link : https://github.com/hasheerahmed/ESP32...