arduino-libraries / MKRWAN

An Arduino library for sending and receiving data using LoRaWAN protocol and LoRa® radios.
https://www.arduino.cc
GNU Lesser General Public License v3.0
86 stars 60 forks source link

Support for MKR WAN 1310 #70

Open zbyteko opened 4 years ago

zbyteko commented 4 years ago

Hello,

first, @facchinm thanks for the awesome library!

I found in your example (listed bellow) that the library is intended for MKR WAN 1300 board. Will the library offer support for the new MKR WAN 1310? I am not sure if they made any changes to the core functionality and, unfortunatelly, the boards I ordered are still on the way, so I can't test the library on them yet, but maybe you already tested it.

https://github.com/arduino-libraries/MKRWAN/blob/a758edcc406be34fd4ebf66f6270cec8c2d6747b/examples/LoraSendAndReceive/LoraSendAndReceive.ino#L3

Thanks!

facchinm commented 4 years ago

Hi @zbyteko , the library works fine for MKRWAN 1310 , I just forgot to change all the strings in examples / readme :slightly_smiling_face: Thanks for the heads-up!