5 years, 3 months ago.

nRF52 connect to BLE sensor

Hi!

How do I make my nRF52832 connect to a BLE sensor (cadence and speed) and read out the data.

I have found examples for it to be the sensor (slave), but not as the one that connect to the sensor(master).

1 Answer

5 years, 2 months ago.

Hi Silard,

The examples BLE_LEDBlinker/BLE_LED (https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_LEDBlinker) show how to scan and discover services, and how to access the service with GATT API.

Examples are using a customized LED service, you can just utilize the service or create your own service.

Thanks,

Desmond, team Mbed