sandeepmistry / arduino-LoRa

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

LoRa Addressing with Raspberrypi #209

Closed anggelliafisca closed 5 years ago

anggelliafisca commented 5 years ago

I have 3 LoRa sender connect to esp 32 and 4 LoRa receiver connect raspberry pi How can I addressing the LoRa in raspberrypi? I have already can addressing LoRa sender using library LoRa duplex Can you help me? thanks

morganrallen commented 5 years ago

Addressing is not something that is provided by this library, it's up to you to provide addressing structure on top of the plain LoRa data packet. We do though provide an example of some very basic addressing concepts here https://github.com/sandeepmistry/arduino-LoRa/blob/master/examples/LoRaDuplex/LoRaDuplex.ino