Lopy low lora range

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
franck
Posts: 1
Joined: Mon Mar 27, 2017 11:42 am

Lopy low lora range

Post by franck » Mon Mar 27, 2017 11:51 am

Hello, I'm on the LoPy for a week and I can't exceed the 500 meters distance between my gateway and my node. Here is the configuration of my gateway:

lora = LoRa (mode = LoRa.LORA, frequency = 868100000, power_mode = LoRa.ALWAYS_ON, tx_power = 14, ban width = LoRa.BW_125KHZ, sf = 12, preamble = 8, coding_rate = LoRa. CODING_4_8, tx_iq = True, rx_iq = False)

and of my node :

lora = LoRa (mode = LoRa.LORA, frequency = 868100000, power_mode = LoRa.ALWAYS_ON, tx_power = 14, ban width = LoRa.BW_125KHZ, sf = 12, preamble = 8, coding_rate = LoRa. CODING_4_8, tx_iq = Flase, rx_iq = True)

What might be the causes ?

PS : I have a antenna with a gain of 3dbi on my two LoPy.

thank you

User avatar
devnull
Posts: 473
Joined: Sat Jan 07, 2017 1:52 am
Location: Singapore / Cornwall
Contact:

Re: Lopy low lora range

Post by devnull » Tue Mar 28, 2017 4:17 am

The lopy is developed and supported by pycom, you should probably post on their forum.

https://forum.pycom.io/category/6/lopy

Post Reply