ESP32 Using SmartConfig

Changing Wi-Fi credentials in code for your ESP32 based IoT project is frustrating, right?

As most of us, either hard code Wi-Fi credential or will use famous Wi-Fi manager.

Apart from this, there is a method known as ESP-Touch, and it works on SmartConfig technology developed by TI.

We will explore SmartConfig technology, and you will be amazed as it is super simple to use and lightweight.

We will be using Arduino IDE for programming ESP32.

Continue reading