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

nRF24L01 registers trouble

I have 2 moduls from ebay (rfinchina). I write little librarie for nRF24L01 and my msp430. When i start my coard and init spi and try read few register - i have problem. Ican't read 0x0E in status, but i can read 0x1E or 0x1F. I try read few other register and i got it - TX_ADDR and pipe's addr can read default value. I read all register and i found what a half have bob-default value. What is it? Why???

Parents
  • Hi Alexander

    Can you share a picture of your module, and maybe a link to the manufacturer page?

    Unfortunately many of the cheap nRF24L01+ modules are based on fake nRF24L01+ rip offs, and they might behave slightly differently.

    If the chip is authentic I would expect the issue to be related to the SPI communication. Otherwise you should be able to read the default values of all the registers after a reset.

    Regards Torbjørn

Reply
  • Hi Alexander

    Can you share a picture of your module, and maybe a link to the manufacturer page?

    Unfortunately many of the cheap nRF24L01+ modules are based on fake nRF24L01+ rip offs, and they might behave slightly differently.

    If the chip is authentic I would expect the issue to be related to the SPI communication. Otherwise you should be able to read the default values of all the registers after a reset.

    Regards Torbjørn

Children
Related