1

I've been using a pair of arduino uno and nrf24l01 and found it wasn't really suitable due to low range when it comes to obstacles.

Essentially I'd like to use it in country areas where it would ideally transmit through dense trees and over hills at around 500 meters.

I've spotted the SI4432 and the sx1272 (which seems ideal but it doesn't seem popular despite it's high NLOS range capabilities?)

I was just wondering if anyone had any recommendations on which would be the best radio module to try? Any help would be really appreciated. Many thanks in advance.

asked Jun 7, 2015 at 11:27
3
  • Which country are you in, oduffy? Commented Jun 7, 2015 at 21:27
  • Hi chaaarlie2, I'm in England Commented Jun 10, 2015 at 5:31
  • Then check out www.rfsolutions.co.uk, and their BRAVO transceiver modules. Commented Jun 10, 2015 at 7:05

2 Answers 2

1

General rule is, the lower the frequency, the longer the range (but lower bandwidth). So both should have a better range at 433Mhz and 137MHz instead of the 2.4Ghz of the NRF. Antennas also affect the range.

The "over the hills" part I think will be problematic. The RF won't be able to penetrate through the hill. So the signal has to bounce of the ionosphere to get over the hill, which is to long a distance. So you probably have to have some kind of repeater on top of the hill to accomplish this.

answered Jun 7, 2015 at 13:18
5
  • 1
    Not sure I would agree with the proposed frequency vs. range rule. It is true that the ionosphere is more often reflective at lower frequencies (it's most basic characterization model being a "maximum usable frequency") but that will be more a source or interference than propagation here. And there are bands where vegetation and atmospheric moisture absorb more. But generally I'd look at trying to build a digital repeater or mesh network around one of the already digital-packet-oriented chipsets, even at 2.4 GHz. Commented Jun 7, 2015 at 14:42
  • @ChrisStratton Frequency vs Range is proved in the Friis equation (too complex to add in comments!) but is observerd by playing around with an online calculator such as random-science-tools.com/electronics/friis.htm . Commented Jun 7, 2015 at 21:27
  • @chaaarlie2 - that has essentially no application in terrestrial settings, such as this question. Commented Jun 7, 2015 at 23:16
  • @ChrisStratton on what grounds? Commented Jun 7, 2015 at 23:19
  • Here on earth, the grounds are curved, bumpy, and prickly with stuff - those facts dominate. Commented Jun 8, 2015 at 0:11
0

Since you already have the uno+nrf24 working, it might be worth trying a better nrf24 module before trashing the work you've already done. You can buy nrf24 modules with an integrated LNA, PA, and external antenna port. Just do a search for NRF24L01+LNA+PA. You can find them on amazon for < 10ドル and usually come with an external antenna.

answered Jun 7, 2015 at 21:19
5
  • Thanks Curtis, I do have one of the NRF24L01 with an aerials (pages.ebay.com/messages/page_not_responding.html). However, am I right in thinking that one doesn't have the LNA and PA circuits on? Commented Jun 10, 2015 at 5:42
  • @oduffy yes, some nrf24's have an external antenna but no LNA/PA. Commented Jun 10, 2015 at 17:25
  • Great, thanks, I'll buy a pair and see how I get on. Commented Jun 10, 2015 at 19:00
  • @oduffy Come back and add your results when you're done. This is a common topic and others would be interested. A quick search brings up some comparisons other people have done between different nrf24 modules... Like this. hallard.me/nrf24l01-real-life-range-test Commented Jun 10, 2015 at 19:16
  • I will do, I'll write something up once I've done some tests Commented Jun 20, 2015 at 14:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.