Hi
I’m just starting out with a LoRa node and am finding it difficult to connect to a Gateway. I should be about 500m from one, but only when I am withing 30m of it can I get a connection (join).
Will changing the antenna make any difference?
Currently I amusing a Molex ISM868/915 (1052620001)
[quote=“LouThings, post:1, topic:36640”]
I’m just starting out with a LoRa node and am finding it difficult to connect to a Gateway. I should be about 500m from one, but only when I am withing 30m of it can I get a connection [/quote]
PCB antennas like that will not be as effective as a more conventional wire antenna.
However if the range is as low as 30m, either the antenna you are using is faulty, or there is another problem.
Incidently, if your quoting a bit of hardware, its good idea to provide a link to devices datasheet, you probably know it, and if you provide it everyone is saved the time of searching for it.
What sorts of RSSI are you getting for the uplink packets (either data or join request) at various ranges?
It’s tempting to wonder if your antenna isn’t actually connected
Unless you have evidence from other nodes to compare against, the problem could be at either the node or gateway end.
There are also three distinct output pins on common LoRa chips, so if software operates the chip in a way inconsistent with the board the chip is on, you could end up with the antenna effectively not connected. It’s also possible to try to operate a board built for 868 MHz on 915 MHz or the reverse, in which case the chip will work (as it is the same) but the surrounding RF networks will be wrong for the frequency of operation.
You should be able to get several kilometers line of sight with just a correct length wire antenna, ie 1/4 wave monopole against a ground or a 1/2 wave dipole.
Whats the power consumption of the node when transmitting at 14dBm ?
The SX1261 can use a DCDC converter on the TX side (the SX1262 cannot) and this ough to cut power consumption in half, very useful for battery powered nodes. The SX1261 on that module does appear to have the required inductor …
SX1276 transmitting at 14dBm is 45mA @3.3V, RX mode is 16mA.
SX1262 transmitting at 14dBm is 55mA @3.3V, RX mode is 11mA.
SX1268 transmitting at 14dBm is 48mA @3.3V, RX mode is 10mA.
Thats with a ATmega328P that has an idle current of circa 4mA, sleep mode 2.5uA.