LMICPP-Arduino
LMICPP-Arduino copied to clipboard
AU915 Frequency Plan Support?
Hello, AU915 frequency plan support forecast?
Hello, sorry I don't know when I'll do that. I'm working alone on this project and it requires a bit of work because I have to support the UplinkDwellTime function. I'm interested in PR if there are motivated people.
Hey, I am motivated to help out provide AU support. Not an expert but if you point me in the right direction I will try and test locally.
hi @djorr5, You can try to make the modification.
You need to:
- manage to compile an example with US915 (this is similar to AS915) for your board
- fork this repo and extract it in the
lib/
directory of your example - copy
lmic.us915.h
andlmic.us915.cpp
tolmic.au915.h
andlmic.au915.cpp
- make the modification to be compliant to the regional parameter : the different frequency and DR
- then make modification to handle the UplinkDwellTime (not sure what is needed for that)
You can ask question here or in discussions depending of the subject.
Hey, I found a repo that I can utilise for AU915 and my board (https://github.com/manuelbl/ttn-esp32). It isn't for Arduino but instead uses ESP-IDF, however this is ok for me.