ngraziano / LMICPP-Arduino

Lmic (LoraWAN-in-C) modified to C++
61 stars 13 forks source link

AU915 Frequency Plan Support? #33

Open lucasmaziero opened 1 year ago

lucasmaziero commented 1 year ago

Hello, AU915 frequency plan support forecast?

ngraziano commented 1 year ago

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 commented 2 months ago

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 commented 2 months ago

hi @djorr5, You can try to make the modification.

You need to:

You can ask question here or in discussions depending of the subject.

djorr5 commented 2 months ago

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.