此應用程序僅用於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之間的聯繫。