Distance Measurement Sample Code

Is there a way to modify the distance measurement sample code to where it is intended for one transmitter and multiple receivers versus between just two devices? I am trying to attempt this using the nrf5340 DK. Or would it be better to use any of the peripheral and central sample code to do this?

Parents Reply
  • Hi,

    It would most likely be mostly main.c, yes. Please note that some samples may have functionality in other files in the src folder of the sample as well, so depending on what you want to do you might have to do changes to those as well. You should not change other files (outside of the samples folder), though, as those are the files and libraries distributed with the SDK.

    Regards,
    Terje

Children
No Data
Related