nRF24L01+ seem dead but shouldnt be

Hello, Im working on a project for school. We have to make a remote controller for an RC car (transmitter and receiver sides), we are trying to use the nRF24L01+ modules on 2 arduino pro mini's, which we read are very reliable, only we have not been able to get them to work. What I think happened is that we broke multiple modules, but we dont know how. I have tried printDetails, and this is what shows on the 2 modules.
image
image
Though the 2nd screenshot seems to be very unreliable, since when I try printing it multiple time, it mostly shows the same as module 1

I dont know if I might have broken the modules, which is unlikely since right before we had them communicating just fine on 2 different arduino UNO's. But once we connected them to the arduino pro mini's with the same code and wiring they stopped working ever since

Are you using the 3.3 volt of the pro-mini or the 5 volt version? How are you powering the nRF24L01?
Paul

I am using the 5V version, but we have worked around the fact that the module needs a 3.3V Vcc by adding a 1K resistor to the 5V line and a 2K resistor to the GND line, which should result in about 3.3V

Could it be that the digital pins output 5V to the chip causing it to break?

A resistor divider will not work for any power supply, use a regulator.

How much current was flowing when you measured 3.3 volts? Oh, you didn't measure the current. Oh, did you measure the voltage while then nRF24 was transmitting?
Paul

@Sol3N, your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with (nor for advise on) your project :wink: See About the Installation & Troubleshooting category.

It appears that forum seriously needs to be meaningfully re-named. People are clearly not inclined to read the About the Installation & Troubleshooting category description any more than how to use this forum.

I suggest "Installing/ Troubleshooting the Arduino IDE", because according to the "about", that is what is is intended to be, but it needs to be up front. :face_with_raised_eyebrow:

1 Like

The 3.3V was measured when nothing was plugged in
We did not measure current, but the chip worked when we first plugged it in though broke after the 2nd time powering it on

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.