starnight / LoRa

LoRa device driver as a kernel module
Other
131 stars 58 forks source link

Is it compatible with Dragino LoRa / GPS HAT? #18

Open tmxk4221 opened 4 years ago

tmxk4221 commented 4 years ago

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 not work properly.

Are there any settings other than the manual posted by the author?

starnight commented 4 years ago

This experimental project is IEEE 802.15.4 MAC over LoRa phy, not LoRa MAC over LoRa phy. So, it cannot communicate with original LoRa gateway.

tmxk4221 commented 4 years ago

Thank you for your answer !! But I did not understand well. I'm not sure what the original LoRa gateway is. I used two Dragino LoRa / GPs HATs with sx1278 and two Raspberry pi 3B loaded with rasbian 4.14. I have installed device drivers on two raspberry pis and want to communicate between them.