-
Notifications
You must be signed in to change notification settings - Fork 11
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
Rx2 timeout Error #21
Comments
Hi @kranthisai , I believe we got a ticket which we were looking into. However we'll move it to here for quicker response. Typically this issue is caused by the node not receiving a response from the Gateway, on the TTN console are you seeing any data on the Log? (Ideally if you could post a screenshot of the traffic that would be ideal). Could you try moving the ch_mask lines underneath the line where you set your keys at the same time to see if that resolves the issue. |
@ryanteck yep I asked @kranthisai to post it here instead so you could see it as well :-) |
Hmm ok, that's interesting. Could you try changing the line with '''lora.dr''' from 5 to 3 and try that? I think that could be why and seems to be someting we missed from the documentation. |
Actually I tried that before. I just tried again. same issue. Also tried to move lora.dr above join_otaa(). |
Hmm, it should be 3 for US so I'd keep it at that for now as 5 won't work. As for being above otaa I don't think that would work. Is your gateway in the same room as the node? Is it setup for the correct region plan for TTN too? Thanks |
Yes, Gateway is in same room. Both are setup for us-west region. |
Ok so shouldn't be range issues then. What brand is your gateway / have you been able to confirm if your gateway is succesfully receviing data from other nodes? |
Ok that's handy to know. Looks like it's on the same plan. (As not all US gateways use the same channels). I do see that it's using SF9 the other sensor so a DR of 1 might be worth trying. For debugging I would also usually ask that you try the ABP example as well as sometimes it's easier to rectifiy the issue using ABP to then switch back to OTAA. |
tried DR 1 , same error. I will try with ABP |
Thanks, it's not a common error this and also being US915 is harder for us to debug being in Europe. |
Hi @kranthisai , I will try to replicate this issue on Tuesday |
Hi @ryanteck , Thanks. Let me know if you have any update. |
@kranthisai sorry I haven't had a chance to this week yet. I'll see if I can have a look at it over the weekend. |
Thanks @ryanteck |
@kranthisai Unfortunately I didn't get chance over the weekend, but I've started work on trying to replicate this issue this evening. I'll try and get back to you shortly with my results. |
Hi @kranthisai , I think I've successfully replicated the issue. I'll now work and see if I can resolve it. |
Awesome. Thanks
…On Tue, Oct 27, 2020 at 2:28 PM Ryan Walmsley ***@***.***> wrote:
Hi @kranthisai <https://github.com/kranthisai> ,
I think I've successfully replicated the issue. I'll now work and see if I
can resolve it.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5KDHCWLRUNA4LITF6A5DDSM43PZANCNFSM4SQQIEYA>
.
--
Thanks & Regards,
Kranthi Sai
|
Ok, so with OTAA I'm experiencing issues but with ABP I'm not. With ABP, this following code works for me:
I'll continue to try and see what I need to do to get OTAA working. |
Hi @kranthisai , It turns out actually OTAA is working fine on my unit too. I had incorrectly configured my gateway. My OTAA code is
My gateway log is as shown |
Hi @kranthisai , I was wondering if you had a chance to test the above code and let me know the output? |
Hi Ryan,
I will test today and let you know.
Thanks
…On Tue, Nov 3, 2020 at 5:00 AM Ryan Walmsley ***@***.***> wrote:
Hi @kranthisai <https://github.com/kranthisai> ,
I was wondering if you had a chance to test the above code and let me know
the output?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5KDHDI2AO4KN2YUAQ5MULSN7WFLANCNFSM4SQQIEYA>
.
--
Thanks & Regards,
Kranthi Sai
|
Sorry. didn't get a chance. Will update over the weekend.
…On Tue, Nov 3, 2020, 8:05 AM kranthi sai ***@***.***> wrote:
Hi Ryan,
I will test today and let you know.
Thanks
On Tue, Nov 3, 2020 at 5:00 AM Ryan Walmsley ***@***.***>
wrote:
> Hi @kranthisai <https://github.com/kranthisai> ,
>
> I was wondering if you had a chance to test the above code and let me
> know the output?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#21 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AB5KDHDI2AO4KN2YUAQ5MULSN7WFLANCNFSM4SQQIEYA>
> .
>
--
Thanks & Regards,
Kranthi Sai
|
No worries I'm the same sometimes! |
Not sure what it was, its not working with our lora gateway. We will buy things network lora gateway and test on that. |
Hi @kranthisai , I've only recently found out, for the Dev EUI how are you getting this? I've been informed that on new batches there may be a sticker on the unit that says it, but our guide says to use the software's output and that these might mismatch. |
This comment has been minimized.
This comment has been minimized.
Hi @panban-ux , this doesn't look like the same issue so I'll move it to it's own ticket. |
Hi @ryanteck , I used the software output from the docs to get Dev EUI. I see there is a mismatch. I should use from the one on sticker? Thanks, |
Hi @kranthisai , The software one would be the correct one, I just wanted to check as another customer had an issue but was using the one on the sticker not the software. That rules that out being an issue. Hmm |
i confirm on working using the sticker devEUI |
@panban-ux I believe this is because in your code you set the variable dev_eui with the one on the sticker which would work as it changes the dev_eui back to the one on the sticker. As default they are different hence me checking. |
Hi,
I get Rx2 timeout error. I followed the instructions from here for initial setup. Here is my lora_node.py
`
`
LoRa Gateway is up and can see online in things network.
The text was updated successfully, but these errors were encountered: