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

Error sending data to TTN V3 #93

Open
Samuel-ZDM opened this issue Aug 11, 2021 · 3 comments
Open

Error sending data to TTN V3 #93

Samuel-ZDM opened this issue Aug 11, 2021 · 3 comments

Comments

@Samuel-ZDM
Copy link

Samuel-ZDM commented Aug 11, 2021

Hello!

I'm managing to send the data to the gateway, but when the gateway sends it to TTN V3 it's giving an error and consequently it doesn't update the information in the console.

My settings are:

// TTN Version 3:
define _TTNSERVER "nam1.cloud.thethings.network"
define _TTNPORT 1700 // Standard port for TTN

On the serial it looks like this:

4:41:51.004 -> wwwServer.ino:: ERROR upDown
14:41:51.004 -> wwwServer.ino:: ERROR upDown
14:41:51.004 -> wwwServer.ino:: ERROR upDown
14:41:58.204 -> ^ receivePkt:: rxPkt: t=Wed 08-11-2021 14:41:57, f=0, sf=7, a=26:0c:d1:e:, flags=50, addr=0, len=16, ERROR No Index in inDecodes

@RCB07
Copy link

RCB07 commented Aug 14, 2021

I have the same problem :(

@Samuel-ZDM
Copy link
Author

I changed the port value to 8887, the error "ERROR upDown" doesn't appear again, but it still doesn't work.
The error "Index in inDecodes" keeps appearing.

I'm using it in Brazil, TTN v2 had a specific TTN server, now I believe it doesn't. I don't know what the problem could be.

@cstratton
Copy link

cstratton commented Oct 2, 2021

TTN explicitly prohibits connecting nodes that pretend to be gateways, so you need to stop even trying to do so.

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