esp-nimble
esp-nimble copied to clipboard
A fork of NimBLE stack, for use with ESP32 and ESP-IDF
Otherwise the controller is left on and uses memory.
At `log_common.h` we have defined: ``` #define LOG_LEVEL_DEBUG (0) #define LOG_LEVEL_INFO (1) #define LOG_LEVEL_WARN (2) #define LOG_LEVEL_ERROR (3) #define LOG_LEVEL_CRITICAL (4) #define LOG_LEVEL_NONE (5) ``` `LOG_LEVEL..` names are very common...
I have an ESP32S3 connecting via BLE to multiple [MbientLab MetaMotionS](https://mbientlab.com/metamotions/) devices. The BLE client on the ESP32 subscribes to a characteristic on each device, which is supposed to send...
Hello, I am currently developing an app for ESP32 using NimBLE, that will pair and bond with an Android and iOS application. I am using "just works" pairing method. I...
Hi, I recently noticed one of my nodes was discarding formerly working ble bonded connections to my Android phone. This failure occurred after the following error message/clue was emitted in...
### **Environment** Development Kit: HiLetGo ESP32 Dev Board Module or chip used: ESP32-WROOM-32D IDF version: Build System: Compiler version: xtensa-esp32-elf-gcc (crosstool-NG esp-2020r1) 8.2.0 Operating System: Mac OSX Big Sur Using...
With IDF v4.3.1 bonding doesn't work on the ESP32-C3 while it does work with the same code running on the ESP32. I've determined the that it isn't working because on...
Hello again, I'm implementing the nimble Bluetooth stack (esp-idf v4.1.1) into my ESP32-WROOM-32D project which has been set as BLE peripheral. When I walk away with my Phone or disable...
This MR fixes some issues when using code in C++ and also added extra user-defined argument for using for example in C++ wrapper
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:...