Set ESP32 Hostname using ESP-IDF

In this tutorial, we will show you how to set up ESP32 hostname using ESP-IDF. If you notice that the default hostname for an ESP32 module is “espressif”. You can …

Read more

ESP32 ESP-IDF Send SMS with Twilio

ESP32 ESP-IDF Send SMS with Twilio Web Service API

In this tutorial, we will learn how to send SMS with ESP32 and ESP-IDF using Twilio web services API. Twilio is a cloud communications platform that allows software developers to …

Read more

ESP32 ESP-IDF SPIFFS Web Server

ESP32 ESP-IDF SPIFFS web server

In this tutorial, we will learn to create an ESP32 Web server using SPIFFS and ESP-IDF. ESP32 has an SPI flash file system that is used to store different types …

Read more