Page 1 of 1

Communicate ESP32 to ESP32 over BLE

Posted: Tue Jun 20, 2017 11:24 pm
by helmisusanto
:D hi, i have some project tobe done about communicate ESP32 to ESP32 over BLE(bluetod Low Energy), it's possible?

If i look communicate from phone to ESP32 is posible, but never see sample communicate from ESP32 to ESP32.

Can anyone answer it?

Re: Communicate ESP32 to ESP32 over BLE

Posted: Thu Jun 22, 2017 12:15 pm
by newsettler_AI
I would like to see same example too.

Re: Communicate ESP32 to ESP32 over BLE

Posted: Thu Jun 22, 2017 2:15 pm
by kolban
I'm tinkering with some C++ classes that encapsulate Bluetooth as found in ESP-IDF. These classes both expose all the power while hiding the lower level complexities. I'm still thinking through the class structures but have the C level APIs working.

The reason I mention this ... is to ask ... would samples using C++ and a wrapper set of classes be of any use to you?