Skip to content
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

advice on ttn OTAA integration? #10

Open
everhamme opened this issue Jan 14, 2019 · 13 comments
Open

advice on ttn OTAA integration? #10

everhamme opened this issue Jan 14, 2019 · 13 comments

Comments

@everhamme
Copy link

I compiled the sketch just fine for the LoRa tile project (after updating SPIFlash.h to SPIFlashClass.h), but having issues with TTN. I've got the right keys entered in the sketch and the node joins OK (as shown in the device Application data log), but no payload data is delivered to my application. I can see the data payload coming in to my gateway on TTN, but not making its way to the application. btw.. The Framecounter is not incrementing above 0. I can ask on TTN if that's more appropriate!

@kriswiner
Copy link
Owner

kriswiner commented Jan 14, 2019 via email

@everhamme
Copy link
Author

Thanks.... I just tried using the Cicada sketch instead of the LoRa sensor tile v.05 sketch.. I did have to change the subband to 2. I get the same result in TTN. My node shows up as having joined... as verified by the traffic in the gateway log console and application/device log console... but no data is transmitted to the application/device... as verified by seeing payload data coming in to the ttn gateway console (my gateway 50 ft away).. and no payload data coming in to the application/device log console... i'll ask on ttn why data is slow to show up in my application

@patmolloy
Copy link

patmolloy commented Jan 14, 2019 via email

@kriswiner
Copy link
Owner

kriswiner commented Jan 14, 2019 via email

@patmolloy
Copy link

Try disabling "Frame Counter Checks"
image

@everhamme
Copy link
Author

I tried disabling them.. no luck... I even tried the example OTAA sketch in the LoraWAN folder library.... OTAA is not easy to troubleshoot on TTN...

@kriswiner
Copy link
Owner

kriswiner commented Jan 14, 2019 via email

@everhamme
Copy link
Author

yes. -81 RSSI showing on TTN gateway

@kriswiner
Copy link
Owner

kriswiner commented Jan 14, 2019 via email

@kriswiner
Copy link
Owner

kriswiner commented Jan 14, 2019 via email

@everhamme
Copy link
Author

yes... the example sketch you have uses Cayenne... TTN should still shown the data traffic to the application i believe...

@kriswiner
Copy link
Owner

kriswiner commented Jan 14, 2019 via email

@everhamme
Copy link
Author

For reference the fix was having my application and gateway set to the same server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants