MKR WAN 1300 LoRaWAN

Hello,

Where can I find more info about using the LoRaWAN capabilities (library, examples, ...) of the MKR1300?

Thanks.
Guy

I'd like to know the same thing.
Surely there is code somewhere that can be made into a library and posted. Someone had to test these things.
I got mine today and everything seems to work good that I can test. Just not sure how to access the radio on it.

I found this https://www.arduino.cc/en/Guide/MKRWAN1300 but clicking https://www.arduino.cc/en/Tutorial/MKRWANLoraSendAndReceive?action=edit asks to login to Arduino (however, I'm already logged in). Probably, still work in progress?!

I was able sending successfully to The Things Network by using this sketch https://www.arduino.cc/en/Tutorial/MKRWANFirstConfiguration

Where is the actual C++ code for the Murata module being used here? I can see it is using some custom AT-Command FW (TinyGSM variant), not the standard Semtech supplied STMicro ready AT-Slave C++ library...

http://www.st.com/content/ccc/resource/technical/document/application_note/group0/db/8c/4f/5a/95/9e/40/69/DM00346311/files/DM00346311.pdf/jcr:content/translations/en.DM00346311.pdf

Also, how can we enable ADR on the Murata module? It appears to be disabled by default.