i am able to read data from the i2c device ,,,but i dont know how to send the data through the bluetooth to a central device. i am using the nrf52832 and sdk 15.0.0..someone please elaborate this to me ,how to do this
i am able to read data from the i2c device ,,,but i dont know how to send the data through the bluetooth to a central device. i am using the nrf52832 and sdk 15.0.0..someone please elaborate this to me ,how to do this
Hi NaveenKumar,
I would recommend you to use the Nordic UART Service (NUS) to send over the data over BLE.
You can use the "ble_app_uart" example as reference.
You could also look at "TASK 3" in this tutorial for more inspiration on how this can be done.
//Martin L.