Skip to main content
Zed
Associate III
December 13, 2021
Question

One-to-Many LoRa connection

  • December 13, 2021
  • 3 replies
  • 1983 views

Hi!

Can someone help me to clear one moment in using LoRa.

Let's say I have one RF remote control, which is pointed to 4-5 remote devices.

How can my remote control distinguish replies from these 5 remote devices?

Sorry if this is a dummy question. I'm new in radio.

THX.

This topic has been closed for replies.

3 replies

Andrew Neil
Super User
December 15, 2021

LoRa itself is just a modulation technique - you would have to add features in your upper layers to deal with this.

(in LoRaWAN, the signal from a node will typically be picked up by multiple gateways - the rest of the network takes care of dealing with those duplicates)

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Zed
ZedAuthor
Associate III
December 15, 2021

Thank you @Andrew Neil​ !

Ok, what would in LoRaWAN happen if several end-point devices send a radio packet to one gateway at the same time? I mean if they are on a same LoRa channel. Collision?

Andrew Neil
Super User
December 15, 2021

I don't know the details off-hand

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.