Closed PeteHollyer closed 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
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