Skip to content

bgondell/esp32_wifi_ble_android

Repository files navigation

ESP32 WiFi credential setup over BLE

Setup your ESP32 WiFi credentials over BLE from an Android phone or tablet. Sometimes you do not want to have your WiFi credentials in the source code, specially if it is open source and maybe accessible as a repository on Github or Bitbucket.

There are already solution like WiFiManager-ESP32 that give you the possibility to setup the WiFi credentials over a captive portal.
But I wanted to test the possibility to setup the ESP32's WiFi over Bluetooth Low Energy.
This repository covers the source code for the Android device. The source code for the ESP32 application are in the ESP32_WiFi_BLE_ESP32 repository.

Detailed information about this project are on my website

Development platform

PlatformIO, but as the whole code is in a single file it can be easily copied into a .ino file and used with the Arduino IDE

Used hardware

SW practices used

  • Use of BLE for sending and receiving data

Library dependencies

Library name / Github link

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages