Search found 2 matches
- Fri Jan 24, 2020 11:55 am
- Forum: General Discussion
- Topic: BLE AND BLUETOOTH MODE SWTICHING issue in runtime
- Replies: 0
- Views: 1683
BLE AND BLUETOOTH MODE SWTICHING issue in runtime
Hai, In esp32 , i am using bluetooth and ble (dual mode ) ..now i need to switch the both modes . at first it should be in ble mode then if interrupt occurs it should switch for dual mode (ble+bluettooth) for a particular time ...then switch back to ble mode ... i tried to initialize the ble mode at...
- Tue Nov 26, 2019 11:14 am
- Forum: General Discussion
- Topic: gatt client to write data with two chracteristic uuid based on one service
- Replies: 1
- Views: 2224
gatt client to write data with two chracteristic uuid based on one service
Hai , I need to update NRF52840 over OTA . i am using ESP32 to communicate with NRF through bluetooth , using GATT CLIENT example. First i am able to pair both esp32 and nrf52840 then as per the DFU protocol i am able to proceed to send a command with characteristic uuid , in that i have to send ini...