esp32_ble_light
esp32_ble_light copied to clipboard
Stripped version of the ESP32 BLE library, to only support server logic and reduce size
Hello, I try your lib but i have this issue can you check? thanks Stefano ``` C:\Users\StefanoskyW\Documents\Arduino\libraries\esp32_ble_light\src\BLEDevice.cpp: In static member function 'static void BLEDevice::gapEventHandler(esp_gap_ble_cb_event_t, esp_ble_gap_cb_param_t*)': C:\Users\StefanoskyW\Documents\Arduino\libraries\esp32_ble_light\src\BLEDevice.cpp:123:7: error: 'm_securityCallbacks' is not...
I am trying to use this awesome light BLE library, but need use the notify. I see it in the example, but when I compile, I get an error that...
I want rssi distance to measure the distance between Estimote beacon to ESP33. below code will send beacon data to cloud. I want to get distance also. please suggest. #include...