This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send Temperature sensor data from one NRF52832 to another one ?

Hi,

I am trying to send the temperature data from One nRF52832 to another one, I am not getting the concept, please clarify.

Thanks in advance

  • Well you need to define and implement your protocol, alternatively you can use generic BT GATT Temperature Service (but again you will need to implement GATT Client side in your custom FW). If you are new to the topic and you want to go with first solution then have a look on Nordic BLE UART aka NUS examples in nRF5 SDK, there are both "GAP Central + GATT Client" and "GAP Peripheral + GATT Server" FW projects so you can load each on one nRF5x board and they will work together.

Related