-
Notifications
You must be signed in to change notification settings - Fork 60
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
How to p2p btw two MKRWAN boards ? #23
Comments
Hi @yijenlu1971 , |
@yijenlu1971 I'm happy it works! The serial "trigger" is due to this line that stops the execution until you open the serial port |
Thanks very much. |
same thing but I get: Starting LoRa failed! I tried checking the freq was correct (in lorawan more this needs to be US915): I did update the firmware with the standalone sketch too, maybe incorrectly? I get version 2 something and the directions say min is 1.1.6: Any ideas? Thanks Device : ATSAMD21G18A |
Hi @bradtothebone , |
Thanks.. I basically mixed up which chips I had flashed. few of them on the desk, one on a breadboard as a module. phew, I thought I had killed it by having the antenna off! |
Hi guys! I'm stuck here with my two MKRWAN1300 p2p. I did what you said here, but I'm still getting the "Starting LoRa failed!" error. I had updated the firmware from sandeepmistry sketch (MKRWAN has mlm32l07x01_bin_len error - not declared in the scope) A dumb question: the devices need to be wired? I'm just trying them wired in nothing but the usb cable to my computer. Any help? Tks!! |
The error while compiling FwUpdater is not a good sign, are you sure you have downloaded the whole MKRWAN library? Once updated, there's no special wiring to do, just use Sandeep's library (at least version 0.5) and you should be ok. |
Hi FAcchinm!
But when I run the Sandeep's LoRaSender.ino I still get this error:
I'm pretty sure I am doing something wrong once it happens with my two boards. |
hi, |
I Superkalt! I will try it later, right now I'm not covered by any gateway. Tks |
Hi Superkalt. I tried but it seems not ok. Don't know if I set everything right. I used the correct keys created in TTN and I should be covered by a gate right now.
Should I specify any code related to the gate? I should be covered by this gate: eui-b827ebfffede01eb from this https://www.thethingsnetwork.org/community/saopaulo/ here in São Paulo, Brazil. Is this log enough to determine if there are problems with the boards to get them working in P2P mode? Tks agains! |
it looks fine. Please check the OTAA Mode. if this Mode is working the Board and the cover is ok. |
Hi Stefan! It did not connected in OTAA mode. Could it be a gateway problem?
In the ABP mode it did not get the data sent, neither these data can be seen at TNN. Meanwhile, with LoRa.h it keeps:
Tks! P.S: about the logging it is ok for me, ich lerne Deustche und das ist gut für mich... |
:) ok.
|
Vielen danke! |
write a email .... superkalt is easy to find in the www |
refaelcasteller ! and I'll do that too! |
@bradtothebone @rafaelcastellar @7n7n7n SAMD Core v1.6.21 introduced a regression. I've opened a pull request to fix it: arduino/ArduinoCore-samd#400 For the short term I suggest downgrading to SAMD Core v1.6.20. in the board manager. |
Thank you very much @sandeepmistry ! That worked! One of them is sending packets, the other one is not getting them yet, it is freeze at message: Tks! |
Downgrading to SAMD Core v1.6.20 works for me with the Arduino MKR 1300 |
Downgrading to SAMD Core v1.6.20 worked for me too with the Arduino MKR 1300 |
In terms of Arduino MKR1300 LoRa P2P test of Sandeepmistry, "13:19:10.335 -> LoRa Receiver" Please help me figure out the problem.
|
Just try to change the MHz from 915E6 to 915 after this it worked for me! |
I'm having the same "LoRa Receiver" and nothing else using a pair of MKR WAN 1310's. Both when flashed can send packets but both when acting as receiver don't receive anything. I've got the latest branch of MKRWAN and Sandeep's repo running. It's getting quite frustrating! |
I have two arduino MKRWAN 1300, and want to send & receive by point to point. One board I loaded DumbModemLoRaSender, the other board I loaded LoRaReceiver. But, the receiver can't get anything. Please give me help, thanks.
The text was updated successfully, but these errors were encountered: