Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AU915 Frequency Plan Support? #33

Open
lucasmaziero opened this issue May 15, 2023 · 4 comments
Open

AU915 Frequency Plan Support? #33

lucasmaziero opened this issue May 15, 2023 · 4 comments

Comments

@lucasmaziero
Copy link

Hello, AU915 frequency plan support forecast?

@ngraziano
Copy link
Owner

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.

@djorr5
Copy link

djorr5 commented May 3, 2024

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.

@ngraziano
Copy link
Owner

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.

@djorr5
Copy link

djorr5 commented May 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants