-
Notifications
You must be signed in to change notification settings - Fork 1k
RAK811 problem with radio LoRa #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
arduino-lmic is one of third party library I should investigate for LoRa to make it compatible with this core and vice versa. |
stop here someone did I'm going to try |
Right, forgot this while I've answered him :) |
I have also noticed that with version 1.3 of the core arduino it is not possible to communicate through SPI to module, I went back to version 1.2 and I can do it |
This issue should be referenced in the #254. |
SPI Core 1.2.0 work with library Lora https://github.com/sandeepmistry/arduino-LoRa, thus I discovered the error with this sketch
with core 1.3.0 not working |
I've just tested with Core 1.3.0 / DISCO L072CZ LRWAN / arduino-LoRa. One note about the previous code:
I've tested both possibilities:
and creating new instance:
both work fine. |
Hi @sabas1080 any update on this ? |
I seem to have the same, or similar problem. I do have the DISCO L072CZ LRWAN, just as you do and it is working fine. However, on the RAK 811 Tracker, the code gets stuck in the Any suggestions as to how to track down the issue?
|
Hi @janbbeck |
Close this issue as no update since several month from OP. |
Hi
I'm trying to get the Lora module working inside the board RAK811,
With the LMIC library, which apparently works with STM32 Murata CMWX1ZZABZ-078
https://github.com/mcci-catena/arduino-lmic
I had to comment the line
https://github.com/mcci-catena/arduino-lmic/blob/master/src/hal/hal.cpp#L247
But now I have an error in the line
https://github.com/mcci-catena/arduino-lmic/blob/master/src/lmic/oslmic.c#L43
it seems not to start the radio
My sketch is
The text was updated successfully, but these errors were encountered: