sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.65k stars 630 forks source link

MkrWan1310 gives Starting LoRa failed #552

Open peterj43 opened 2 years ago

peterj43 commented 2 years ago

I am receiving Starting LoRa failed while using the demo code but only for the MKRWAN1310, I have tried with the MKRWAN1300 and ESP32 TTGO lora V1 and had those both working. I have re built the Murata module firmware to be the latest and also built using the correct Arduino target. On studying the schematics and comparing with the code I could not see provision for the Module reset. II made the following changes to Lora.h:-

#define LORA_DEFAULT_RESET_PIN     30 //-1

The demo code appears to be working for me now.

peterj43 commented 2 years ago

This is still an issue for me but this didn't sort it as I thought, sorry