matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
707 stars 650 forks source link

Nonesense data through forwarder #231

Closed Pr-Jay closed 5 years ago

Pr-Jay commented 5 years ago

Hello, I'm currently using an Arduino Uno with Dragino LoRa SX1278 shield as a node unit, and a Raspberry Pi with an identical shield as my forwarder to TTN, I'm using this sketch here https://github.com/zhgzhg/LoRaPacketForwarder However, the packets are corrupted when they appear on my forwarder and no traffic was detected on TTN console. I have configured it to receive packets transmitted at 481Mhz, BW 125kHz, SF 7, CR 4/8. I don't understand why they are not coming through. I have attempted with a few other solely radio LoRa sketches and they come through fine. These are the parameters that I have adjusted. 1 And these is are the corrupted packets, they are "Hello World!" 2 Also, is there a way to configure the bandwidth? I have done some digging into the libraries but I don't think I have grasp how to.