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
)
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?