psper
(Paulo Sérgio)
October 22, 2021, 7:24pm
1
Hi !
I am trying to send my first TTN message.
I have a dragino01 gateway on my desk, created and connected:
ID : a84041194084ffff
Name : 7Lab01
Gateway EUI : A84041194084FFFF
Status : Connected
I Created an APP:
ID : Onde-esta-a-bicicleta
I add 2 nodes.
I have a Heltec WiFi loRa 32 v2
One as ABP and another as OTAA.
My Heltec app show me this on Serial Port:
##############################################
ESP32 MCU init…
ESP32 MCU inited OK!
Booting Sketch…
WiFi connected.
View page IP address:
192.168.1.65
Write page IP address:
192.168.1.65/w
DevEui=2232330000888802
LoRaWAN EU868 Class C start!
confirmed uplink sending …
confirmed uplink sending …
teste_teste_teste
##############################################
“teste_teste_teste” is my test string.
But I dont see nothing arriving on gateway or in APP live data.
My gateway only reports acknowledge message like these:
network_check 20:17:20 Receive gateway status Metrics ackr0rxfw0rxin0rxok0txin0txok0 Versions ttn-lw-gateway-server"3.15.1-SNAPSHOT-d4b4c6d2b"
network_check 20:12:20 Receive gateway status Metrics ackr0rxfw0rxin0rxok0txin0txok0 Versions ttn-lw-gateway-server"3.15.1-SNAPSHOT-d4b4c6d2b"
network_check 20:07:20 Receive gateway status Metricsackr0rxfw0rxin0rxok0txin0txok0 Versions ttn-lw-gateway-server"3.15.1-SNAPSHOT-d4b4c6d2b"
What is wrong? Please help me
Thanks in advance,
Paulo
kersing
(Jac Kersing)
October 22, 2021, 8:48pm
2
Sorry bad news for you…
psper:
What is wrong?
The hardware you are using is not a LoRaWAN compliant gateway and you are now seeing the results. Please disconnect it as you will be causing issues for other TTN users. If you want to do LoRaWAN you need to use a compliant gateway.
BTW, please don’t use acknowledged uplinks. You are only allowed 10 of them a day in TTN.
psper
(Paulo Sérgio)
October 23, 2021, 11:32pm
3
Hi Kersing,
This gateway is not supported?
It is connected.
Thanks
kersing
(Jac Kersing)
October 24, 2021, 12:48am
4
Not for LoRaWAN. It is a Lora gateway, not a LoRaWAN gateway. Get a LPS8 or TTIG or something like it for LoRaWAN.
1 Like
psper
(Paulo Sérgio)
October 24, 2021, 1:03am
5
Thanks !
I already ordered a new The Things indoor gateway
Later I must choose a longer range gateway maybe one Laird and a one outdoor gateway.
I already saw this video: Reviewing 5 Popular LoRaWAN® Indoor Gateways - Ben Olayinka (The Things Industries) - YouTube
Any more recommendations about gateways?
Paulo
descartes
(Nick McCloud)
October 24, 2021, 9:52am
6
Get one working first. Then you’ll understand for realz what the choices mean for realz.
So whilst I’m a great fan of the TTIG, it doesn’t have a local console without soldering. So an LPS8 or LIG16. Or maybe a Pi based gateway. So you can really dig in to the details when you are debugging.
psper
(Paulo Sérgio)
October 24, 2021, 10:08am
7
descartes:
LIG16
Hi,
I already ordered one TTIG. As you said, first I must have something working ok.
What you mean by “TTIG, it doesn’t have a local console without soldering” ?
Thanks !
Paulo
descartes
(Nick McCloud)
October 24, 2021, 11:01am
8
If you want serial console output you need to open it up and solder some pins on to use a Serial-USB adapter. Local console is very useful for debugging.
psper
(Paulo Sérgio)
October 24, 2021, 11:33am
9
Is it for Gateway Debugging ? Do you have some video about this TTIG modification?
Node debugging We have with arduino IDE serial monitor.
descartes
(Nick McCloud)
October 24, 2021, 11:43am
10
Not on a TTIG - they either work or they don’t, mostly the former.
It’s for debugging nodes to see if they are actually transmitting.
I don’t have a video of the modification or a link as I use TTIG’s as is, I have other gateways I use for debugging - search the forum or use Google.
psper
(Paulo Sérgio)
October 25, 2021, 6:12pm
11
Hi Kersing,
TIG - Things Industries Indoor Gateway, only works with The Things Industries? not free The things Network?
Thanks
psper
(Paulo Sérgio)
October 25, 2021, 6:37pm
12
I already find it.
############################################################################
TTIG works with both TTI instances and TTN - TTS(CE) aka V3 - follow ‘device claiming’ (NOT Add gateway) to register it in TTN
Follow documentation here - applies to both TTI & TTN
https://www.thethingsindustries.com/docs/gateways/thethingsindoorgateway/
############################################################################
Jeff-UK
(Jeff Uk)
October 25, 2021, 7:49pm
13
Please dont double post! It splits volunteers and contributors efforts and wastes time for all…
Hi!
TTIG - Things Industries Indoor Gateway, only works with The Things Industries?
TTIG doesn’t work with free The Things Network?
Thanks in advance,
Paulo