TTN node to TNN consoile issues

Hi guys,
I’m trying to connect my Things Uno device to my TTN console (using ABP)
I have supplied the devAddr, nwkSKey and the appSKey on registering the device in my TTN console.

I believe that using a public gateway (as I dont have one myself). I have confirm the availability of a gateway via
https://www.thethingsnetwork.org/community/budapest/

From the serial monitor (on running my code), I can see that the join request is successful and that the transmission is successful.

However, my device status (in my TTN console) is: NEVER SEEN, and I can’t find any data (Though am sending a 1 byte payload)

Below are some pics.

Any suggestions to debug this???
thanks in advance.
suceessful ttn%20console

status map is only for gateways… not for nodes

more INFO on The Things Network, gateways and devices.
It’s possible that you use the wrong keys or that your node is out of range.

1 Like

ABP join is just initialization of the stack on the node so success means you provided the required keys, nothing else.

For testing move closer to a known working gateway to check if transmissions are received. The circles on the map are no indication of realistic coverage. TTNmapper.org is a better place to check gateway coverage.

When entering keys and addresses, make sure to use the right byte order (big/little endian).

1 Like

Now working. Many thanks.
@kersing @BoRRoZ

1 Like

@sheddy Hoy you make it work? I have the same problem.