Sorry, but there are no more tags available to filter with.
  • Does it make sense that Tx messages with ack fail more than messages sent with no ack?

    Can the link between two devices communicating with each other via NRF24L01+ be improved by using Tx messages with no ack (W_TX_PAYLOAD_NO_ACK) instead of messages with ack (W_TX_PAYLOAD)? In my tests more errors have occurred when Device A communicates…
  • nRF24L01(+) RX ACK payload lost

    I have problems with sometimes loosing ACK payloads from TX FIFO for RX device. My algorithm is: config channel and other settings clear status and FIFOs upload new ACK payload start RX by setting CE=1 wait for packet from TX device…