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.
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
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?
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 See About the Installation & Troubleshooting category.
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.
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