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

MKR 1310 can't start LoRa Module #3

Closed fabioformiga closed 3 years ago

fabioformiga commented 3 years ago

With the example LoRa Send and Receive the module MKR 1310 show the message "Failed to start module" (line 25 on the source example code). The module works fine on version first version of MKRWAN released on version 1.0.12.

facchinm commented 3 years ago

Hi @fabioformiga , this version of the library requires a different firmware (1.3.0) that you can flash using MKRWANFWUpdate_standalone sketch. Let me know if it fixes the issue!