rpi-lora-tranceiver
rpi-lora-tranceiver copied to clipboard
Simple LoRa Transmit/ Receive library in RPi for LoRa GPS HAT
I have been trying to get the CRC check working properly, and found two issues. The first one is already addressed here in the pull request #2 . The other...
the transmission is working perfectly but i'm having issues on receiving packets i'm sending123456 either i receive them corrupted or i receive them scrambled like 142356 but sometimes and rarely...
**Problem** In the `SetupLoRa()` function of dragino_lora_app, the device is still in FSK/OOK mode (which is the default after reset). This means you cannot configure the LoRa mode registers until...
Hello, I changed the spreading factor in dragino_lora_app to 10: ``` // Set spreading factor (SF7 - SF12) sf_t sf = SF10; ``` and run "make" (of course). But this...
Could you, please, add a license file so that it becomes clear how this code may be used. GPL would be fine. Best regards Heinrich