Hi everybody,
Thanks a lot for this post, it helps me to fix my communication.
Regards
Search found 4 matches
- Thu Mar 23, 2023 7:33 pm
- Forum: ESP-IDF
- Topic: esp_ble_gatts_send_response doesn't work in the gatts_server_sercive_table demo
- Replies: 7
- Views: 8296
- Wed Aug 17, 2022 1:57 pm
- Forum: ESP-IDF
- Topic: Error while trying to flash with UART (esp32c3)
- Replies: 1
- Views: 1046
Error while trying to flash with UART (esp32c3)
Hello, I am currently developping on a custom board, with an ESP32c3-wroom-02 on it. Everything worked well until this week when something went wront without any apparent reason. There is the output when trying to flash my programm. It seems that the esp32c3 turned into a secure download mode, and t...
- Wed Jul 27, 2022 8:43 am
- Forum: ESP-IDF
- Topic: BLE long range
- Replies: 1
- Views: 2978
Re: BLE long range
Hi I am currently also trying to achieve communicating with BLE mesh in long range mode. I managed to reach the Espressif technical support that told me that the BLE5.0 mesh is not available for the moment. You have to stay on ble 4.2 and try to modify the code to activate the long range mode. You s...
- Wed Jul 27, 2022 8:33 am
- Forum: ESP-IDF
- Topic: hardcode BLE mesh network keys
- Replies: 1
- Views: 1247
Re: hardcode BLE mesh network keys
Hi Luca, I am not sure you can do that in Mesh protocol. The only idea I have is to provision all devices once at the very beginning (using regular method) and checking the "Store BLE mesh configuration persistently" in the menuconfig UI. Even after power down and resert, the provisionning config sh...