sandeepmistry / arduino-LoRa

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

starting lora failed #89

Closed kumarippu closed 6 years ago

kumarippu commented 6 years ago

how to check whether lora Ra01 ai thinker working or not

KE6MTO commented 6 years ago

Do you have DIO0 connected? I have the same modules (RA-01) and I couldn't get them to work properly until I hooked up the DIO0 line. I've gotten it to work on a Particle Proton and Adafruit M0 Feather.

skndungu commented 6 years ago

hey where did you connect it is there a default pin for DIO0

KE6MTO commented 6 years ago

I used a GPIO on the MCU that could be used for Interrupts. Then I passed the PIN assignments to the LoRa library.