Howdy
I couldn’t find any other postes related to this issue so i hope i’m not doubling up by creating this topic
I’ve got a pair of nrf24l01’s which communicate and behave as expected with and without auto ack enabled. however i want to create a bi-directional link and send data from the PRX to the PTX in the ack packet;
with dynamic payload lengths enabled on pipe0 on both PTX and PRX and the FEATURE register options enabled i clock the payload into PRX with W_ACK_PAYLOAD. the FIFO shows it’s not empty. i’ll send a packet from PTX to PRX, the PRX will lift the DR IRQ flag, PTX will lift DS flag. the next packet i send from PTX to PRX will lift both DS and DR on the PRX (and the TX FIFO shows empty) however the PTX doesn’t receive the payload (only raises the DS flag), and manually checking the FIFO’s show the’re empty…
anybody got any thoughts?? if i’ve omitted some information don’t hesitate to ask for it… thanks in advance