4 years, 10 months ago.

getting values through bluetooth communication

Hi there, I'm new to nRF52. Can anyone help me out with its bluetooth communication. How to get it understand in depth with its library and all.

1 Answer

4 years, 9 months ago.

Hi Manas,

Welcome to the Bluetooth world!

We have documents of how Bluetooth works and how to use Mbed OS provided BLE API here.

https://os.mbed.com/docs/mbed-os/v5.12/apis/bluetooth.html

To quick start it, you can try examples on GitHub here,

https://github.com/ARMmbed/mbed-os-example-ble

You also need to install app into mobile phone, the requirements are here,

https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_BatteryLevel

Let me know if you have any questions.

Regards,

Desmond

Accepted Answer