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

bluetooth transfer between 2 nrf

Hi , i would like to send some sensor data coming from SPI interface and then send it from one nrf52832dk onto another nrf52dk or a nrf52dongle and on the receiving end send the data serially to mathlab gui.

can this be done ? if so may someone guide me on how to do it please I am relatively new to nordic and would appriacte a bit more detail then just be pointed to the examples please.

thank you very much for your time

best regards nikolai dimech Slight smile

Parents
  • Is it the Dongle or Development Kit that you can't see in the nRFConnect app any longer? Do you still see the Development Kit in your Device Manager as a JLink CDC UART Port? If not, have you maybe held down the reset button while powering it on at some point, putting it into the bootloader mode by mistake? If that's the case, please try reinstalling the Interface MCU firmware. It can be downloaded here, and you can see how to reinstall/update it properly on this page in the Infocenter. If it's the Dongle you can't find, please check out the Dongle Programming tutorial to see how you can recover it.

    Or, are you referring to that you can't find the device as an advertising device any more when scanning with a central? If so, the advertising initialization or start is not implemented correctly most likely, and you should take another look at the advertising_init() and advertising_start() functions in your project.

    Best regards,

    Simon

Reply
  • Is it the Dongle or Development Kit that you can't see in the nRFConnect app any longer? Do you still see the Development Kit in your Device Manager as a JLink CDC UART Port? If not, have you maybe held down the reset button while powering it on at some point, putting it into the bootloader mode by mistake? If that's the case, please try reinstalling the Interface MCU firmware. It can be downloaded here, and you can see how to reinstall/update it properly on this page in the Infocenter. If it's the Dongle you can't find, please check out the Dongle Programming tutorial to see how you can recover it.

    Or, are you referring to that you can't find the device as an advertising device any more when scanning with a central? If so, the advertising initialization or start is not implemented correctly most likely, and you should take another look at the advertising_init() and advertising_start() functions in your project.

    Best regards,

    Simon

Children
Related