802_15_4

If I send 0x33 through the project example in the directory “nRF5_SDK_17.1.0_ddde560\examples\802_15_4\wireless_uart”.I can see the data 0b  61 88 01 34 12 0b 00 0a 00 00 33.

The format of our customer product is different from that of this command. They are not standard. Is there any way to close all the data before 0x33 above? The length information of the first byte can be retained

  • Hi Orange

    Orange said:
    I added the definition of 250Kbit at the top of the header file (as shown below) and set the sending and receiving rate to 250Kbit. The two boards cannot communicate. Change back to Nrf_ 1Mbit or Nrf_ 2Mbit can communicate normally

    The 802.15.4 radio mode works quite differently from the other modes, since it uses a different modulation scheme that is more optimized for mesh networks. 

    The ESB library has not been tested for use in this mode, and it might need some changes to the implementation in order to work. 

    Is there any reason why you can not use one of the standard nRF 1Mbps or 2Mbps modes instead?

    Orange said:
    I saw you recommend this project in other people's questions(github.com/.../nRF-Radio-802.15.4-Projects).I tested that the data sent by this project can be modified as I want. However, the project cannot be sent after several times. Is there any update to make the project more stable?

    I don't think there has been any updates to the repository, no. Then you would see it on the github page. If you have questions regarding this example directly I recommend you open a new devzone ticket. As long as you mention that the ticket is about this example the ticket should be assigned to Jørgen, which is the support engineer that made the example. 

    Best regards
    Torbjørn

Related