adafruit / Adafruit_CircuitPython_TinyLoRa

Adafruit Tiny LoRa
MIT License
44 stars 45 forks source link

TinyLora Receive? #44

Closed PeteHollyer closed 3 years ago

PeteHollyer commented 3 years ago

I need to Send and Receive from one Radio to a Second Radio not an online network. I can NOT find a Receive Example on the TinyLora Library. Is there Anyway I can receive an Example code?

Pete

jerryneedell commented 3 years ago

TinyLoRa does not receive -- it is for transmitting to The Things Network (LORAWAN). To communicate between two radios use the Adafruit CircuitPython RFM9x library. https://github.com/adafruit/Adafruit_CircuitPython_RFM9x