2021-12-13 07:41 AM
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.
2021-12-15 04:50 AM
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)
2021-12-15 05:16 AM
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?
2021-12-15 06:10 AM
I don't know the details off-hand