Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NUS central and DFU using Serialization

Hi,

I'm using 2 nRF52832s in my project. One of them is connected to a PC serially and has NUS central running on it and the other nRF52 connects to this central. I was able to get the HRM example running with the connectivity firmware on the nRF52 which is connected serially to the PC.

1. Similar to the Serialized HRM example, are there any examples of NUS central which I can use with the HCI BLE connectivity firmware?

2. I would also like to use the nRF52 which will be running the connectivity firmware as an intermediary to perform a DFU on the peripheral nRF52. Is this possible?

Thanks

Parents
  • Hi again and sorry for the delay in replying,

    As you suggested I am using the Heart Rate Collector example as the base of my project. But since I am trying to implement NUS, I will need to use UART to transmit the data from the NUS service to my PC. How should I go about this and what kind of effects and changes will this have on the connectivity firmware?

Reply
  • Hi again and sorry for the delay in replying,

    As you suggested I am using the Heart Rate Collector example as the base of my project. But since I am trying to implement NUS, I will need to use UART to transmit the data from the NUS service to my PC. How should I go about this and what kind of effects and changes will this have on the connectivity firmware?

Children
Related