Configure ESP32 over bluetooth from smartphone
-
- Posts: 5
- Joined: Tue Aug 21, 2018 8:57 pm
Configure ESP32 over bluetooth from smartphone
Hi, I am looking a way to configure ESP32 over bluetooth using Smartphone app. anyone know already existing example of this which I can refer to get started ?
Re: Configure ESP32 over bluetooth from smartphone
How kind of configuration do you want to make ?
The general idea is to define some services in BLE GATT, then do anything you want when you get the data in BLE callback.
Similar to Blufi functions that it sends router information to esp32 via BLE.
The limit is that if WiFi and BLE are running together, it would take a lot of memory. But you may leave the coexistence only in "configure mode" and release the memory of Bluetooth after the configuration is done.
The general idea is to define some services in BLE GATT, then do anything you want when you get the data in BLE callback.
Similar to Blufi functions that it sends router information to esp32 via BLE.
The limit is that if WiFi and BLE are running together, it would take a lot of memory. But you may leave the coexistence only in "configure mode" and release the memory of Bluetooth after the configuration is done.
Re: Configure ESP32 over bluetooth from smartphone
I didnt see it before but here is what you are looking for (i think):
https://github.com/espressif/esp-idf/tr ... g/ble_prov
Here is another example:
https://github.com/espressif/esp-idf/tr ... ooth/blufi
or here
https://github.com/chegewara/esp32-ota-with-ble-setup
https://github.com/espressif/esp-idf/tr ... g/ble_prov
Here is another example:
https://github.com/espressif/esp-idf/tr ... ooth/blufi
or here
https://github.com/chegewara/esp32-ota-with-ble-setup
Who is online
Users browsing this forum: No registered users and 9 guests