Hi,
My question is how to set ShockBurst mode on nRF51 to communicate with nRF2401A? (is that possible)
I tried a micro_esb example on GitHub, but this didn't worked...
Hi,
My question is how to set ShockBurst mode on nRF51 to communicate with nRF2401A? (is that possible)
I tried a micro_esb example on GitHub, but this didn't worked...
Hi,
We don't have any ready made example out of the box that I am aware of, but you may start with the radio example in the SDK as a starting point: \nRF5_SDK_12.3.0_d7731ad\examples\peripheral\radio
The packet only require address, data, and crc, so it should be straight forward if you define the address and length of the data on the nRF51. The CRC is calculated automatically, you only need to set the CRC length.
Best regards,
Kenneth
Hi,
We don't have any ready made example out of the box that I am aware of, but you may start with the radio example in the SDK as a starting point: \nRF5_SDK_12.3.0_d7731ad\examples\peripheral\radio
The packet only require address, data, and crc, so it should be straight forward if you define the address and length of the data on the nRF51. The CRC is calculated automatically, you only need to set the CRC length.
Best regards,
Kenneth