nitin-jethava

Results 2 issues of nitin-jethava

I'm transitioning my BLE implementation from the BLEDevice library to the NimBLE library to optimize flash and RAM usage. Here's the issue I'm facing: #### Previous Library (BLEDevice): - Implemented...

I’m currently working on an ESP32 project using the `BLEDevice` library in the Arduino environment (`PlatformIO`). I encountered an issue where BLE pairing frequently fails after repeated connection and disconnection...