sandeepmistry / arduino-LoRa

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

Starting LoRa failed! Arduino Uno with Dragino Shield #626

Open KasparSoltero opened 1 year ago

KasparSoltero commented 1 year ago

I'm using Arduino Uno Wifi with Dragino LoRa Shield (SX127x) in New Zealand (AU915 frequency). The NSS, RESET and DIO0 pins are already 10, 9 and 2 on the Dragino LoRa Shield so I don't think I should change these. This is my first LoRa project & I haven't managed to get a successful LoRa.begin() with these or any other components yet. I'm using the LoRaSender.ino example, and "915E6" frequency which I believe is appropriate for my location and hardware.

Images: image image image

Any help or suggestions would be greatly appreciated!