mitchjs

Results 7 issues of mitchjs

i just want to thank you guys for giving life to ESP32 BLE @h2zero for pickup up the pieces on the old stale repository @Jeroen88 for all the performance/memory improvements...

Hi there, been a while for me, but i needed to make an update to my existing project so i figured id update the Nimble-CPP component i had to make...

making a new issue... so.. im trying this IDF version is master example code https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/nimble/bleprph left all nimble settings as default except added Enable extra runtime asserts and host debugging...

@h2zero, im converting a project from the old API which i had security working... so the new way to have it going i have this NimBLECharacteristic *MyLEDStatusCharacteristic = pService->createCharacteristic(CHARACTERISTIC_UUID_LED_STATUS, NIMBLE_PROPERTY::READ...

not 100% sure where it should go... i put it in BLEDevice class (old lib of course) `static void RemoveAllBondedDevices();` ``` /* STATIC */ void BLEDevice::RemoveAllBondedDevices(void) { int dev_num =...

@h2zero , my existing project working great, then the user asked me if they could add a BLE remote(physical device) to it, i dont got the remote YET, but im...

ESP-IDF - master when i connect to an android tablet (samsumg tab 7 (2016)) which is BLE 4.0 it connects then hangs when getting LE Read Remote Used Features LOG:...