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

NRF24L01+ does not transmit.

Hi, Im using a module NRF24L01 + LNA bought off ebay, connected it to msp430 via SPI interface. All spi communications are going solid, I manage to completely configure module. Then I try to send some data over the air:

  • fill in tx queue
  • Write 1 to TX_DS and MAX_RT to clear the flags. (check STATUS gives 0x0E)
  • pulse CE for 10uSec

Then Im expecting to get TX_DS set again, however if I check STATUS register i get 0x0E.

So effectively it means nothing is sent out? (I also dont receive anything on the receiver) Any ideas what could go wrong here?

Thanks, Sergey

Related