Node data to HTTP
Aha! I was looking at the base64 encoded data and thinking it was encrypted :). Thanks @w4e.
View ArticleConnecting our Gateway to TTN's handler/router
Sorry I took a while to reply. The Software Overview page only explains how to continue using the Kerlink gateway, where as we have created a gateway using a raspberry pi. Edit: Plus, not only that,...
View ArticleServer address iC880A
Here is the excerpt of the poly packet forwarder global_config.json: /* node servers for poly packet server (max 4) */ "servers": [ { "server_address": "127.0.0.1", "serv_port_up": 1680,...
View ArticleOTAA denied using RN2483 + iC880A&RPi
Thanks. Added it, now it gives ok. EDIT: But it gives me not_joined now RN2483 0.9.5 Mar 24 2015 14:15:33 sys get hweui 0004A30B001B2bla mac set deveui 0004A30B001B2bla ok mac set appkey...
View ArticleDragino Node and Gateway
How I wish people could provide a step by step guide to their products like this http://www.instructables.com/id/Use-Lora-Shield-and-RPi-to-Build-a-LoRaWAN-Gateway/?ALLSTEPS It will enable us to take...
View ArticleOTAA denied using RN2483 + iC880A&RPi
The 'ok' is just a confirmation that the 'join' operation is executed by the tranciever. After a few seconds (3-10) you get a 'accepted' when youre node succesfully joined the network or 'denied' when...
View ArticleDevEUI for non-hardware assigned values
but can you buy just a few of these chips ? maybe in the future in the TTN webshop.. a special 'hard to get for hobbyist chip page with special discounts '
View ArticleStaging environment down?
@htdvisser Can you unblock my ip . Currently i'am unable to register a device. Everything seems to be working now in my setup. I use new Rpi to be sure of any hardware issues. "INFO Generating random...
View ArticleCan I run gateway on 865 to 867 Mhz
Just a quick question, according to this link to make simple helical antenna for 868 Mhz Turns = 9, Coil Diam = 5.5mm, Wire Diam = 0.8mm, Coil length = 13mm The groundplane stub between last turn and...
View ArticleRunning TTN back-end locally reports gateway errors
Hi @htdvisser Thanks for replying, following the wiki I have made a configuration file like this $ cat config.ttnctl.yaml debug: truettn-router: "localhost:1700"app-eui: "0000000000000000"mqtt-broker:...
View ArticleLORA Radio signal strenght
Hello, I am testing with RPi3+IMST880 board as gateway and Microchip LoRaMote as testing node.Received signal strength seem very low for me. Using antennas +3dB , TX power 14dB, antennas in one...
View ArticleIs there a wiki page for setting up a private backend
Hi, I have checked plenty of pages but i could not find a clear instructions how can we set up ou private back end or mixture with public back end. Is there a wiki page that explains how can i set up...
View ArticleIs there a wiki page for setting up a private backend
Have a look at this page that shows how to set up the Router, Broker and Handler using Docker. Semi-private networks (so integrated with the public network) are not possible yet.
View ArticleRunning TTN back-end locally reports gateway errors
You don't have access to AppEUI 0000000000000000. For development I use a ~/.ttnctl.yaml that looks like this: ttn-router: "localhost:1700" mqtt-broker: "localhost:1883" ttn-handler: "localhost:1782"...
View ArticleTTN Cookbook - call for feedback
Hi all, In this topic I'd like to discuss our ideas around the Cookbook. We highly appreciate any feedback / thoughts on our plans, both positive as well as negative. Currently, we are working hard on...
View ArticleAzure IoT & TTN
Hi People! Me and my team are currently working on a project and we need to know some things about the Azure IoT hub and the TTN.A little about our project, For out project we will have around 30.000...
View ArticleStaging environment down?
I`m trying to check the gateway status of one of our gateway as it seems down to TTN but when i look at the old environment i get a database error { "error": "Cannot connect to database!"} When i look...
View ArticleRunning TTN back-end locally reports gateway errors
Thanks again @htdvisser I have followed your tips, my local config file looks like this $ cat ~/TTNbackend/config.ttnctl.yaml app-eui: 70B3D57ED0000159 debug: true mqtt-broker: localhost:1883...
View Article