My goal is simple. I want my nrf5340DK to communicate with my nrf24L01+ Just to test the water and also because I have experience working with the nrf24 modules. Is there any help or resources or code examples to get me started on this?
My goal is simple. I want my nrf5340DK to communicate with my nrf24L01+ Just to test the water and also because I have experience working with the nrf24 modules. Is there any help or resources or code examples to get me started on this?
Hi,
We do not have an exact sample that setups nRF24L-series to communicate with nRF5340, but it is possible since ESB examples is available for the nRF5340 device.
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/samples/esb/README.html
In the source code you can see that it uses the default addresses that the nRF24L-series devices also share:
https://github.com/nrfconnect/sdk-nrf/blob/v1.6.1/samples/esb/ptx/src/main.c#L97-L99
Kind regards,
Håkon
Hi,
We do not have an exact sample that setups nRF24L-series to communicate with nRF5340, but it is possible since ESB examples is available for the nRF5340 device.
http://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/samples/esb/README.html
In the source code you can see that it uses the default addresses that the nRF24L-series devices also share:
https://github.com/nrfconnect/sdk-nrf/blob/v1.6.1/samples/esb/ptx/src/main.c#L97-L99
Kind regards,
Håkon