Closed LasaleFamine closed 6 years ago
Please tell me if transmission occurs in any case. Have you tried to use any other example not modified?
Hi @danieledenaro, thank you for your response.
It turns out that for some reason the cause was a missing connected pin for the led. Actually I don't know why this was problematic for the board, but at the end now it returns 0
.
Now I think I have a problem on receiving using LR.dataRead()
method on the other Arduino (with another LoRa shield). It always returns -1
like the sendMess()
before (of course I'm using this script above posted on the issue for sending the message). I don't have the source code with me right now, but maybe it's better to open another issue for this.
Thank you anyway!
Hi and firstly thank you for this awesome library.
I'm trying to test the LoRa shield with a simple sketch got from an example. Basically I'm getting always a
-1
from theLR.sendMess()
within thesendBuff()
function, but I'm not understanding why. Is there any specific thing I can check for finding the problem?Thank you in advance!
The case is the follow: