Search found 2 matches
- Tue Jul 27, 2021 8:01 am
- Forum: ESP-IDF
- Topic: Persist Bonding Information with nimBLE
- Replies: 14
- Views: 21823
Re: Persist Bonding Information with nimBLE
Hi @ESP_Prasad, Is resolving RPA is supported?
- Thu Jul 08, 2021 3:06 pm
- Forum: General Discussion
- Topic: ESP32 OTA via BLE
- Replies: 25
- Views: 50221
Re: ESP32 OTA via BLE
Simple code, using Kolban's library, the same which is in arduino-esp32. No CRC or any other error correction, sending with notifications, MTU 512. Client app to OTA update is ionic on android, iOS app is using max 185 MTU and update is longer accordingly. I am using it in few projects, also commer...