Page 1 of 1

ESP32 BLE_Client and BLE_Server problem

Posted: Thu Jul 25, 2019 1:20 am
by longshenhao
I upload BLE_client example into one development board and upload BLE_server example into another development board.

It works fine, but if I add "BLECharacteristic::PROPERTY_NOTIFY" in the BLE_server example.

The client board will keep rebooting itself after it connected server board. Here it's the message on the serial monitor.

Do you guys know why? :?:

Re: ESP32 BLE_Client and BLE_Server problem

Posted: Sat Jul 27, 2019 2:07 am
by chegewara

Re: ESP32 BLE_Client and BLE_Server problem

Posted: Wed Jul 31, 2019 7:28 am
by longshenhao
Thanks. I think it's because I didn't add "pCharacteristic->addDescriptor(new BLE2902());" this line.