Configure ESP32 over bluetooth from smartphone

rp346@njit.edu
Posts: 5
Joined: Tue Aug 21, 2018 8:57 pm

Configure ESP32 over bluetooth from smartphone

Postby rp346@njit.edu » Wed Nov 14, 2018 3:00 pm

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 ?

costaud
Posts: 55
Joined: Wed Dec 30, 2015 5:09 pm

Re: Configure ESP32 over bluetooth from smartphone

Postby costaud » Thu Nov 15, 2018 3:11 am

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.

chegewara
Posts: 2207
Joined: Wed Jun 14, 2017 9:00 pm

Re: Configure ESP32 over bluetooth from smartphone

Postby chegewara » Thu Nov 15, 2018 5:45 am


Who is online

Users browsing this forum: No registered users and 55 guests