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

nRF52832 Radio

     

This one was written by a former colleague of mine, using radio to simulate a BLE broadcast driver.I use in my own project, it is completely possible to realize the radio simulation BLE broadcast data sending and receiving BLE broadcast data through this function.However, I ported these functions to SDK15.2 in the radio case, but found that they did not work, and the radio ported to 17.0 also did not work.At this time, there is a question. The configuration, sending and receiving of radio here are all directly operated registers, so there should be no problem of not being able to use the transplant.Therefore, I would like to ask whether there is something wrong with the related functions of radio in my side, which leads to the failure of using it during transplantation. In other words, the use of radio requires not only these functions, but also other aspects. Please kindly give me your advice.

Parents Reply
  • This is the log of the radio project that can receive and receive normally in my project. I can search the device with the bluetooth address of ff:ff:ff:ff:ff:ff via the NRF Connect tool on my mobile phone.

    The above figure is the log of the project I downloaded from git to nRF52832 development board (with printing added). The original intention of this routine is the same as that of my above routine, both of which want to send and receive BLE broadcast through radio simulation.However, I found that this routine not only sent the phone is not scanned, but also received the error.

Children
No Data
Related