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

nRF IEEE 802.15.4 radio driver v1.6.0 - example segger project with nrfx

I am working with an older version of the https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver and the https://github.com/NordicSemiconductor/nrfx. Which i somehow glued together in a segger project with some files from the SDK.

But since we updated to the NRF52833 I needed to update nrfx and the radio driver. But no chance to get that working out of the box. There is no documentation on how to get the driver up and running. The current version of the radio driver and the included nrf headers in nrfx are incompatible! Function calls have incorrect number of arguments. There are some more problems but the details dont matter. I wasted multiple days on that.

I then checked the SDK but the new NRF Connect SDK seems to only work with zypher projects, but we dont need and want to use a rtos at the moment. The radio driver is ideal for us because it has a rather simple API for sending and receiving raw frames. I would love to get some support on that!

The ideal case would be a git repo with radio driver and nrfx ready to go, but some mental support would do it for the beginning :D

Thanks

Parents Reply Children
Related