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

use nRF51422 talk with nRF24L01

I find "led_radio_example" and "button_radio_example" as 2.4G transceiver with nRF51822. Is there any example source code about how nRF24L01 can talk with nRF51422?

Parents
  • @Jamesbong: I'm not aware of any example we have for the nRF24L01 to talk with the nRF51 chip. But they both have very similar radio structure.

    There are some difference in the endianess on the nRF51 and the nRF24L series. I suggest you to have a look at the radio_config.c file in radio_example project in the SDK. In that example we described how to swap the bit to make it compatible with nRF24LE1 SDK's example.

Reply
  • @Jamesbong: I'm not aware of any example we have for the nRF24L01 to talk with the nRF51 chip. But they both have very similar radio structure.

    There are some difference in the endianess on the nRF51 and the nRF24L series. I suggest you to have a look at the radio_config.c file in radio_example project in the SDK. In that example we described how to swap the bit to make it compatible with nRF24LE1 SDK's example.

Children
No Data
Related