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

How to check if nRF24L01 is burned :)

Hello, I know that Vdd on nRF24L01 module should be on 3.3V power and probably will be burned if get 5V power.... If in any case that happen at some point of experimentation how that would reflect on module? Should I still be able setting and reading values from module registers? Since i don't receive IRQ interrupt and i don't know how to check if module is still operational or did i burned it :D

  • If the module has been used out-of-spec (outside 1.9V - 3.6V), anything can happen. It's therefore hard to say what the behavior will be, but you can usually see this by looking at the current consumption of the device, especially in suspend modes. This is because there are protection diodes on the pins, and if the circuit has been fried, the chance is that one of the pins are damaged and drawing excessive current.

    The best way to eliminate hardware issues is to change the module with a working one to see if the behavior is similar.

    Cheers, Håkon

Related