sandeepmistry / arduino-LoRa

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

Starting LoRa failed error #115

Closed kayani009 closed 6 years ago

kayani009 commented 6 years ago

i am usinf SX1276 Lora module. but I gives Starting LoRa failed error. can you help please?

halukmy commented 6 years ago

check damn pins

morganrallen commented 6 years ago

@halukmy that is not helpful.

@kayani009 First thing to check is that the pins are set correctly. Be default the pins are.

Slave Select: 10
Reset:         9
DIO0:          2

If your dev board uses anything else, you can change with setPins

More reading here: https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md#set-pins

kayani009 commented 6 years ago

I am not using any gate way. There is no involement of Internet gateway. Its simple transmitter and receiver.

On Mon, 26 Feb 2018 at 6:44 PM, morganrallen notifications@github.com wrote:

@halukmy https://github.com/halukmy that is not helpful.

@kayani009 https://github.com/kayani009 First thing to check is that the pins are set correctly. Be default the pins are.

Slave Select: 10 Reset: 9 DIO0: 2

If your dev board uses anything else, you can change with setPins

More reading here: https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md#set-pins

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/sandeepmistry/arduino-LoRa/issues/115#issuecomment-368605193, or mute the thread https://github.com/notifications/unsubscribe-auth/AiOtviNPPFchU2C-8-WMJ10YN91RMWJ2ks5tYvuWgaJpZM4STiwG .

Joypacharya commented 6 years ago

I am using RA- 01 module. I connected this Lora module with my Uno. But all time it shows Lora failed !! So, help me out this problem.

aniketmad commented 6 years ago

we are also facing problem of Starting lora failed....!

please please please help me out!!!

morganrallen commented 6 years ago

@kayani009 @Joypacharya @aniketmad If you have not read about setPins please read this. https://github.com/sandeepmistry/arduino-LoRa/blob/master/API.md#set-pins Then check and double check that all you're pins are set correctly. If you are still having problems, please describe what board you are using, including; which pins are connected to which signals.

sandeepmistry commented 6 years ago

Closing for now due to lack of activity.

@morganrallen thanks for taking a look at this one :)

mark9599 commented 5 years ago

I've rechecked my pins, changed Arduino Boards, still doesn't work. Can you suggest any fix?