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

nRF24LE1 ACK protocol with PID identity

Have anybody a solution for my problem ? nRF24LE1 is first in low power state (PWRDWN is 3 or 4) and wakes to send a message. Mostly the message has the same PID identity i think because powerdown clears the memory. So the reiceiver sees the same PID as in the previous message and discards it. Anyway the message is new but receiver sees it to be the same. I don't find any way to skip PID checking. It seems also, that if I change the message content, the receiver looks only PID and discards the message anyway. With oscilloscope i can see, that messages are transmitted and receiver sends ACK message.

Related