arduino-libraries / MKRWAN_v2

[Beta] Library for Arduino MKRWAN 1300 / 1310 suitable for firmwares derived from ST sources
GNU Lesser General Public License v3.0
7 stars 6 forks source link

AT commands? #16

Open reyes73a opened 2 years ago

reyes73a commented 2 years ago

Does anyone know where can I get AT commands for the firmware that uses MKRWANv2?

facchinm commented 2 years ago

Hi @reyes73a , the full list of AT commands is here https://github.com/arduino/mkrwan1300-fw/blob/master-1.3.1/Projects/B-L072Z-LRWAN1/Applications/LoRa/AT_Slave/LoRaWAN/App/inc/at.h#L56-L106 (if is very important to be on master-1.3.1 branch since it's the one being targeted by MKRWAN_v2.

@per1234 do you have any hint on how we could solve the confusion/missing documentation arising from this version of the library? Maybe adding a notice to the repo README?