-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with NRF24L01 mini module #47
Comments
TX power is very dependent on a stable power supply. This is why we recommend capacitors in parallel to the VCC and GND of the module. If you're going for extremely small, then this might require SMD capacitors. More info in the RF24 repo's COMMON_ISSUES.md. Remember, like with the nature of transistors, no 2 are exactly alike (even if from the same assembly line). |
You can scrape down the end bit of antenna lead to bare metal and solder on a piece of wire. I think about 31mm is the correct length. That should increase range a bit. I've done this with many of my standard modules. |
I already placed a 10uF SMD capacitor as close a as possible to the VCC/GND pads, I'll try with bigger values and different voltage regulators next time.
As soon as I get some more modules I'll try this ! |
I'm working on a wireless walkie talkie with atmega328p 3.3V 8Mhz and I need the circuit board to be as small as possible so I designed my board to use the NRF24L01 mini module which is supposedly the same as the standard module but with smaller footprint size.
With the standard module everything worked fine at 1MBPS speed and 24000 sampling rate, but when I switched to the mini module I had to decrease the speed to 250kbps and sampling rate to make it work, also the range decreased a lot to only a few meters.
Is there any way to increase the transmit power by software ? Any hardware modifications for increasing the range ?
Regards.
The text was updated successfully, but these errors were encountered: