sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.65k stars 630 forks source link

Is it possible to use two LoRa modules simultaneously on one Arduino? #553

Closed NaomiGt closed 2 years ago

NaomiGt commented 2 years ago

Hi, I am working on a project where we would like to have two arduinos receive messages simultaneously. I've been looking into how we could use both modules with one Arduino UNO, but I cant figure out if it is possible and how to wire such a circuit. I was wondering if this has ever been tried by someone else / if someone knows wether it could be done.

benner commented 2 years ago

https://github.com/sandeepmistry/arduino-LoRa/issues/548

NaomiGt commented 2 years ago

Thanks!