How to connect my HT-M01 to TTN (The Things Network)

Fill in the HT-M01 information as shown below and complete the addition.

If you are using packet_forwarder_UI in Windows® and forwarding the message to the TTN, you need to:

  1. Select the frequency band.
  2. Check the box to the contents.
  3. Click OK to start forwarding.

If you are using packet_forwarder forwarding in Raspberry Pi (Linux)
The global_conf file needs a few changes. To edit it type:

nano /home/pi/lora/packet_forwarder/lora_pkt_fwd/global_conf.json/global_conf.json

At the end of the file make these changes:

“gateway_ID”: “YOUR_GATEWAY_ID”,
“server_address”: “router.eu.thethings.network”,
“serv_port_up”: 1700,
“serv_port_down”: 1700,

Restart the forwarding service after the change is complete.

Going back to TTN, you will get this:


End.

1 Like

hi i have used semtech packet forwarder to configure device. when ever i connect the device should that be running in background?