Im building a network of various LoRaHam devices, including a nicely working GPS module which does APRS-like things. my setup is:
- - Multiple feather m0 boards with 433mhz LoRa chipset (I'm in US but licensed). these can successfully send/recv to each other
- Code: Select all | TOGGLE FULL SIZE
rfm9x.send(bytes("hello","utf-8"))
- Adafruit rfm9x raspberry pi board, installed and confirmed working screen, buttons, and recv LoRa on 434MHz
- The above board, when attempting to send using
I can't work it out. The feathers happily send and receive data all day long, and all of this data is seen by the raspberry pi board. But it can't send a single packet. I can't identify where the issue may be... clearly on the right frequency and using all the right modulation/demodulation to pick up data transmitted from the M0 boards.