Search found 3 matches
- Thu Dec 07, 2023 10:23 am
- Forum: ESP-IDF
- Topic: BLE Client - Initiate a Pairing Request
- Replies: 0
- Views: 8816
BLE Client - Initiate a Pairing Request
Hi I am using ESP IDF 4.4.6 and want to initiate a Pairing Request. I cannot find any information in the documentation or examples on how a pairing request can be initiated. Has anyone every paired with an ESP32 with a passcode, where the ESP32 acts as a client, generates the passcode and it is ente...
- Tue Oct 24, 2023 8:07 am
- Forum: ESP-IDF
- Topic: Network netconn_recv() hangs after multiple requests
- Replies: 0
- Views: 429
Network netconn_recv() hangs after multiple requests
I have the following FreeRTOS task that processes TCP connection requests. It is hanging randomly. After debugging I found that the netconn_recv function is no longer receiving the requests and blocks, even when there is data to be processed. Does anyone have any idea what could be causing the issue...
- Mon Oct 23, 2023 1:46 pm
- Forum: ESP-IDF
- Topic: BLE Causes NVS to fail with ESP_ERR_NVS_INVALID_HANDLE
- Replies: 0
- Views: 415
BLE Causes NVS to fail with ESP_ERR_NVS_INVALID_HANDLE
I am working on a codebase with IDF v4.4.5 and have encountered a problem where initially NVS works fine, both reading and writing. However as soon as Bluetooth Low Energy (BLE) is initialized, the NVS read continue to work while the NVS save starts to fail with error ESP_ERR_NVS_INVALID_HANDLE (0x1...