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

nRF24L01 no Ack

I'm using nRF24L01 in a star network and i want to disable ACK. I write the ACTIVATE command followed by 0x73, then a write to register FEATURE the value 0x01. In this way EN_DYN_ACK should be set.

Then I transmit payload with the command W_TX_PAYLOAD_NO ACK.

I expect to receive no ACK, but interrupt says that a packet as been transmitted. Why this? The same firmware is on all nRF24L01 .

Related