What would be the best example to start with my project which involves sending sensor data to mobile phone applications using ble? i have nrf52 DK and SDK 15.0
Thanks,
What would be the best example to start with my project which involves sending sensor data to mobile phone applications using ble? i have nrf52 DK and SDK 15.0
Thanks,
I would take a look at how the Thingy SDK handles sensor data & sending it over BLE. The source code for the Thingy SDK can be found here. You can download the source code for the Thingy app on our github page (link for iOS, link for Android). In addition, I would take a good look at the Nordic UART service for sending data from the nRF52 peripheral device to nRF Connect in SDK 15.
You might also want to consider buying a Nordic Thingy device to test with the Nordic Thingy:52 app.
I would take a look at how the Thingy SDK handles sensor data & sending it over BLE. The source code for the Thingy SDK can be found here. You can download the source code for the Thingy app on our github page (link for iOS, link for Android). In addition, I would take a good look at the Nordic UART service for sending data from the nRF52 peripheral device to nRF Connect in SDK 15.
You might also want to consider buying a Nordic Thingy device to test with the Nordic Thingy:52 app.
OKAY THANKS