wklenk / lmic-rpi-lora-gps-hat

Hardware Abstraction Layer (HAL) for IBM's LMIC 1.6 communication stack targeted to RPi and Dragino LoRA/GPS HAT.
Other
46 stars 48 forks source link

Fork with subband and Australian frequency support #4

Open gloveboxes opened 7 years ago

gloveboxes commented 7 years ago

Hey Wolfgang, thank you for sharing your work. I appreciate that you want to keep the source code as original as possible. I've added sub band selection support as Australia operates at 915 sub band 2 and there was no support for this in your code base. The forked code is at https://github.com/gloveboxes/lmic-rpi-lora-gps-hat. I used the sub base selection code from https://github.com/things-nyc/arduino-lmic. Feel free to lift the code from my fork in to your code base if appropriate. Regards, Dave

wklenk commented 7 years ago

Thanks for this hint. Can you generate a pull request?

onlyshovan commented 4 years ago

Hi, How can I get the AU frequency update? Its not there in original code by wklenk. Thanks,