此应用程序仅用于Espressif ESP32 WiFi模块的用户非常有用。
如果你的手机/平板电脑支持蓝牙低功耗(BLE),或至少蓝牙这个应用程序是唯一有用的。
此应用程序允许您设置一个ESP32的通过BLE连接或蓝牙串行连接的WiFi凭证。
要使用这个应用程序你ESP32必须包括
无论是BLE代码作为描述
https://desire.giesecke.tk/index.php/2018/04/06/esp32-wifi-setup-over-ble/
或蓝牙串行代码中所描述的
https://desire.giesecke.tk/index.php/2018/04/10/esp32-wifi-setup-over-bluetooth-serial/
此应用程序和ESP32对方是开源
为ESP32(BLE)的源代码:
https://bitbucket.org/beegee1962/esp32_wifi_ble_esp32
为ESP32(Bluetooth串行)的源代码:
https://bitbucket.org/beegee1962/esp32_wifi_bts_esp32
对于Android源代码:
https://bitbucket.org/beegee1962/esp32_wifi_ble_android
为什么这个应用程序需要的位置的权限?
由于Android 5.1版使用蓝牙时要求用户请求位置的许可。不要问我为什么,我永远无法理解使用蓝牙和使用GPS之间的联系。