Can seeing two gateways in device's metadata cause any problems?

Hi,

Received device data “MetaData” include two gtw_id’s.
Can this cause any problem? Two gw’s are near located a house.

{
  "time": "2019-02-08T21:32:44.286687983Z",
  "frequency": 868.1,
  "modulation": "LORA",
  "data_rate": "SF7BW125",
  "coding_rate": "4/5",
  "gateways": [
    {
      "gtw_id": "eui-84f3ebffff44158d",
      "timestamp": 1126445147,
      "time": "",
      "channel": 0,
      "rssi": -78,
      "snr": 9,
      "latitude": 60.08229,
      "longitude": 24.40707,
      "altitude": 29
    },
    {
      "gtw_id": "eui-2c3ae8ffff4510b0",
      "timestamp": 4073429164,
      "time": "",
      "channel": 0,
      "rssi": -71,
      "snr": 12,
      "latitude": 60.08229,
      "longitude": 24.40707,
      "altitude": 29
    }
  ]
}

2 gw’s at exact the same location… no problem imho and very close to your node :wink:

gwfrm1
gwfrm2

1 Like

No, it’s normal if you have more than one gateway around (every gateway will receive your signal, including those not in TTN but in other networks). The network is able to deal with this (deduplication etc. ). (EDIT - written while @BoRRoZ posted :slight_smile: )

If you own the gateways, do not place them too close to each other :wink:

1 Like

No, no problem at all. More gateways is better.

LoRaWAN is not WiFi where a client connects to a gateway, LoRaWAN packets are received by all gateways within radio coverage and forwarded to the back-ends of those gateways. (There may be commercial operator and private LoRaWAN networks receiving the same data)
In the back-ends of the networks the data will be verified using the secret keys and if a packet is found to be valid it will be routed to the defined end-point for that application.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.