Skip to content
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

Open
DanieElectronics opened this issue Jul 1, 2022 · 3 comments
Open

Problems with NRF24L01 mini module #47

DanieElectronics opened this issue Jul 1, 2022 · 3 comments

Comments

@DanieElectronics
Copy link

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.

@2bndy5
Copy link
Member

2bndy5 commented Jul 1, 2022

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).

@TMRh20
Copy link
Member

TMRh20 commented Jul 1, 2022

Any hardware modifications for increasing the range ?

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.

@DanieElectronics
Copy link
Author

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

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.

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.

As soon as I get some more modules I'll try this !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants