chegewara / esp32-ota-with-ble-setup

Apache License 2.0
50 stars 15 forks source link

configure access point SSID and password using bluetooth #1

Open snahmad opened 6 years ago

snahmad commented 6 years ago

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?

chegewara commented 6 years ago

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/

snahmad commented 6 years ago

Is app inventor application mobile app?

chegewara commented 6 years ago

App inventor is app to build android application.

snahmad commented 6 years ago

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