nRF24 / RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices
https://nrf24.github.io/RF24
GNU General Public License v2.0
2.21k stars 1.02k forks source link

[Question]What Maximum range we can get from below settings? #586

Closed marcus011 closed 4 years ago

marcus011 commented 4 years ago

DATA_RATE : 250 KBPS POWER : MIN OR LOW AUTO ACK: TRUE

Hi, I want to know what is the maximum range i can achieve with these settings?

Avamander commented 4 years ago

I want to know what is the maximum range i can achieve with these settings?

You have to test it in your conditions, your data and your hardware.

marcus011 commented 4 years ago

Due to this lockdown we can't , So if anyone done this before,it would be very helpful for us.

wmarkow commented 4 years ago

With this settings:

DATA_RATE : 250 KBPS
POWER : MAX
AUTO ACK: FALSE

I had like max 40 meters in an open outside space. I was testing with a regular RF24 chip with the antena printed on the PCB (so it was not a PA/LNA version). I have also noticed that the location of the transmitter/receiver in the space has also meaning: when I rotated a bit the transmitter (or receiver), so the PCB antenna looks into a different angle then the reception of the signal was worse.

marcus011 commented 4 years ago

Thanks for the information @wmarkow