Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 832 Bytes

README.rst

File metadata and controls

23 lines (16 loc) · 832 Bytes

Basic Smart Config

Introduction

SmartConfig is a mechanism to more easily configure an ESP device using a smart phone.

Calling smartConfigStart() starts a search for an Access Point (AP) with a special signature. It then tries to extract data like SSID and password from it. The App on your smart phone sends out that information.

The example here shows how to use ESP_TOUCH method to do smart configuration on the device. It is ported from the C code that Espressif provides in their SDK examples.

You will need an App for your Smart Phone, such as:

See also https://www.espressif.com/en/products/software/esp-touch/overview.