Closed BJ4K3 closed 4 years ago
a) External regulator doesn't deliver enough current - decouple with electrolytic capacitors. b) External regulator is too noisy - decouple with ceramic capacitors. c) Receiver gets overloaded by the signal being too strong - increase distance or lower power
Thank you for you answer. As you said, I discovered 10minutes ago that the problem was the signal saturation. Now the problem is that sometimes (60/70% of times) the receiver doesn't receive the data. Now I tried using in the receiver the NRF24L01 without PA (the first and small version with the printed antenna to be clear) and now all the data are received without problems. While in the transmitter I use the NRF24L01 with the PA. Do you know why I had to use the PCB antenna version instead the PA version? If I have to keep this configuration the range will be narrowed?
Thank you.
Do you know why I had to use the PCB antenna version instead the PA version?
The same answers as before really, the power consumption and the chances to overload a receiver are both higher. Respectively, the need to decouple is higher.
In addition to that, there are a few very beefy nRF24 transmitters out there, strong emmissions near your power or data wires can exasperate any issues in your setup, shielding the transmitter and wires if they haven't been shielded yet, might be a good idea.
The third possibility is that the PA module either has a counterfeit nRF24 or that there's some design issue, but it's hard to determine that based on comments.
Thank you for the answer, there're some methods to determine if this is a counterfeit nRF24 or not? I've just experimented again with both receiver and transmitter with the nRF24 with PCB antenna but they rarely exchange data. Did you see any issue in the sketches? Thanks.
Hi, I have just used 2 arduinos instead of one arduino nano and one esp32 and all worked fine. For the ESP32 I've edited the library changing the digitalIO SPI pins. I think that the problem is the digitalIO library itself. There're some trick to make it fully functional? Thanks.
Yes it is possible to get it functional. You just need to define pins to SPI.
there're some methods to determine if this is a counterfeit nRF24 or not?
Yeah, if you have it, its pretty much counterfeit.
Any remaining issues here seem to be hardware related or with other software. Closing...
Hi, I started working with this library yesterday, after some experiments all hardware and software were connected each other. The problem is that if I try setting amplification level higher than LOW no data are delivered to the receiver. In fact if I set the amplification level to MIN or LOW all works fine, even without losing data, but at higher amplification level no data are delivered. I read online that the problem can be the power supply, so I powered the breakout board with the 3.3V regulator by an external power supply. Can someone help me solving this problem? Should I powering up the receiving module by an external power supply too?
These are the sketches:
Sender:
Receiver:
Thank you.