esp32-ota-with-ble-setup icon indicating copy to clipboard operation
esp32-ota-with-ble-setup copied to clipboard

configure access point SSID and password using bluetooth

Open snahmad opened this issue 6 years ago • 4 comments

https://github.com/chegewara/esp32-ota-with-ble-setup

Is this correct example program to configure Wifi SSID and password via BLE.

Do i need to write bluetooth client application to configure WIFI using Bluetooth server running on esp32.

Have you written blue tooth app or windows application?

snahmad avatar May 25 '18 22:05 snahmad

It is more complex app than just setting ssid and pass, but yes. Part of this app is to provide ssid and password. ota_app1.aia is application that do the job. It is app inventor application: http://appinventor.mit.edu/explore/

chegewara avatar May 25 '18 23:05 chegewara

Is app inventor application mobile app?

snahmad avatar May 26 '18 09:05 snahmad

App inventor is app to build android application.

chegewara avatar May 26 '18 13:05 chegewara

ok. I need to build C++ application on windows as BLE client.

snahmad avatar May 26 '18 13:05 snahmad