LMICPP-Arduino icon indicating copy to clipboard operation
LMICPP-Arduino copied to clipboard

AU915 Frequency Plan Support?

Open lucasmaziero opened this issue 1 year ago • 4 comments

Hello, AU915 frequency plan support forecast?

lucasmaziero avatar May 15 '23 16:05 lucasmaziero

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.

ngraziano avatar May 29 '23 09:05 ngraziano

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.

djorr5 avatar May 03 '24 23:05 djorr5

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 and lmic.us915.cpp to lmic.au915.h and lmic.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.

ngraziano avatar May 05 '24 16:05 ngraziano

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.

djorr5 avatar May 05 '24 22:05 djorr5