Page 1 of 1

Configure ESP32 over bluetooth from smartphone

Posted: Wed Nov 14, 2018 3:00 pm
by rp346@njit.edu
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

Posted: Thu Nov 15, 2018 3:11 am
by costaud
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.

Re: Configure ESP32 over bluetooth from smartphone

Posted: Thu Nov 15, 2018 5:45 am
by chegewara