Board: ESP32 Dev Module
Core Installation/update date: 25/01/2018
IDE name: Platform.io
Flash Frequency: 40Mhz
Upload Speed: 115200
I'm wanting to configure a Wireless AP connection through the Bluetooth (essentially, using a customised app to perform the configuration).
I've found a way to do it through BLE, but ofcourse, this isn't the most secure.
Am I maybe going about this the wrong way? Does anyone have any suggestions on the best way to do this?
Did you try ESPTouch? Also known as SmartConfig
Espressif ESPTouch info
Android source code for ESPTouch
ESP32 example for esp-idf
ESP32 example for Arduino framework
I do not use it at the moment, but I tried it once (just to see how it works) and it worked for me.
Wow... Now I feel quite embarrassed. lol. I actually didn't even know that's what that was...
I'm only fairly new to the ESP32, but a long time ESP8266 user so I didn't even think about that.
I think that will work perfectly and shall investigate. Thanks heaps @beegee-tokyo!
Most helpful comment
Did you try ESPTouch? Also known as SmartConfig
Espressif ESPTouch info
Android source code for ESPTouch
ESP32 example for esp-idf
ESP32 example for Arduino framework
I do not use it at the moment, but I tried it once (just to see how it works) and it worked for me.