LoRa icon indicating copy to clipboard operation
LoRa copied to clipboard

LoRa device driver as a kernel module

Results 8 LoRa issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to bring up sx1278 with the file-ops branch and observing an issue with data reception. we are not able to read data from the device. I...

make make -C /lib/modules/5.4.51-v7l+/build M=/home/pi/sahilsoni/lora/LoRa/LoRa modules make[1]: *** /lib/modules/5.4.51-v7l+/build: No such file or directory. Stop. make: *** [Makefile:8: all] Error 2

I'm using Dragino LoRa / GPS HAT which includes sx1276/8. I installed and loaded the device driver according to the manual posted by the author. But the LoRa module does...

Fix bandwidth will be set to 0000 in sx127X_setLoRaCR() ; Add many ioctl ops; Set LowFrequencyModeOn of SX127X_REG_OP_MODE when sx127X_setLoRaFreq(); With these change, I can control our LoRa stm8 node...

In [SX1276/77/78/79 DATASHEET](https://www.mouser.com/ds/2/761/down-767039.pdf) , page 86 said G5 is -26 db, page 95 said G5 is -36 db, page 109 didn't describe G5. [this repository](https://github.com/starnight/LoRa/blob/dabea565cf54c95498c0347d6003ada1dbf7efb0/LoRa/spi-sx1278.c#L374) use -25 db some repository...

uploaded my staging here: https://github.com/frank-w/BPI-R2-4.14/tree/4.19-lora_new created a separate dts for bpi-r2 where only spi0 is defined (no spidev), so only the top-node (fragment 0) brings this warning ``` make CROSS_COMPILE=arm-linux-gnueabihf-...

Hi, I just cross compile the driver and install successful, if I type "ifconfig" cmd I can found the wpan0 site like this `[root@TW-G01] /mnt/sda1/twiot/ko/lora# ifconfig eth0 Link encap:Ethernet HWaddr...

Hello, I'm trying to install the drivers on a Raspberry Pi (Linux LoraPi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux) and I'm having the following error...