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

Adjusting the radio examples to be compliant with IEEE 802.15.4

Hi!

I would like to send and receive IEEE 802.15.4 compliant packages in a very simple way (no ACK, no routing, just raw data transmitted). For the simplicity of the task at hand I would not prefer using the pre-compiled IEEE 802.15.4 library, nor the nRF-IEEE-802.15.4-radio-driver, but just use some low level calls. Unfortunately, it seems there is no HAL or driver module in SDK v15 for radio, so I need to use register access to configure the radio.

I had a look at Radio Transmitter example and Radio Receiver example, and they are close to that what I need. I am just a bit unsure how to change them to be compliant with 802.15.4. For any help on that I would be very grateful.

Thanks,
Tamas

Parents Reply Children
Related