Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

   

nrf24AP2 to nrF24LU1+ communication

Rank

Total Posts: 1

Joined 2013-03-24

PM

I've realized a master node with nrf24L01+ and a PIC18F2550 connected to PC via USB, and some slave nodes with nrf24LU1+.

Everything works correctly grin)

Now I'd like to port the master node on nrf24AP2 connected to a smartphone via OTG. The nrf24AP2 implements the ANT+ stack protocol, the nrf24LU1+ not. Is there a way to send a ShockBurst data packet (Preamble+Address+Payload+CRC as described in nrf24LU1+ datasheets) from nrf24AP2 to nrf24LU1+?

Or do I have to design the slave nodes circuit replacing the nrf24LU1+ with nrf24AP2?

     
Avatar
RankRankRankRank

Total Posts: 745

Joined 2012-09-14

PM

Your latter assumption is correct smile

The nRF24AP2 does not support ShockBurst, so you will need to use ANT capable nodes at every point in your network.