This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SPI returns 0x0F on any request after random period of time

Hi, im using nRF24L01+ to constantly transmit data and all working fine, but at some point SPI fails and the only returned values I get are 0x0F - doesnt matter which register I try to read or write. Any idea why is that happening?

Thanks, Sergey

Parents Reply Children
  • The problem is that you will then degrade the receiver sensitivity as well, which affects your overall range. I would recommend that you use a lower output power instead of doing this.

    You could try a power-output scaling based on the number of re-transmissions that occurs. If you have a low re-transmit count, then you scale the output power down. When it rises, you set higher output power.

    Best regards Håkon

Related