Trying to understand basic packet forwarder on Kerlink Gateway
ndarkness: My server replieswith this message, {{"tx": {"moteeui": "2010103","txmsgid": "1","trycount": 5,"txsynch": "false","ackreq": "true","userdata":{"port":1,"payload": "aGk="}}}} The source code...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
arjanvanb: So, where is this format documented? (But maybe one should be looking in the gateway software instead.) Well it is documented on the eimails I send to Kerlink through my gateway vendor......
View Article[ic880a-SPI+RaspBerryPI2] CRC_OK seems to be CRC_FAIL, but not always
Reply to myself, additional information. Making it even more confusing. I have tested the mote against another gateway and it showed up (ttn hilversum angry bytes). Coming home i issued another uplink...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
ndarkness: I can send data from the web interface of kerlink gateway to my mote with that moteeui ...so that web interface would not use some specific port number to know to which node to send it!...
View ArticleExtract Json array. (Example needed)
I'm still not sure what your question is. I pointed to google because it sounds like you need an example in C++ for JSON parsing, which sounds like a very generic question, and is unrelated to TTN in...
View ArticleTrying to understand basic packet forwarder on Kerlink Gateway
I think its important to do a lot more homework and demonstrate a minimum of resourcefulness before posting large amounts of please hold my hand through the entire implementation of the lorawan stack...
View ArticleWhere to buy LoRaMote or similar device
Hi, Here is a new 3D printable enclosure for the update version of the Microchip LoRa Mote. The board is a little bigger, the Oled display is replaced with a Lcd display, and the position of buttons,...
View ArticleWhere to buy LoRaMote or similar device
Thanks! I got mine last week and found out that the layout was different and was meaning to ask if there whas an updated version of the enclosure
View Article[ic880a-SPI+RaspBerryPI2] CRC_OK seems to be CRC_FAIL, but not always
Seems the problem is solved now. I restarted the service manually (and set the SF to 12 instead of 7 on the node) and now i get a 100% packets coming through. I am still wondering why this is, since...
View ArticleSingle Channel Gateway
For those who still think that a single Channel Gateway is still too expensive: I made one based on an ESP8266 and RFM95. Total cost is about 10-12 Euro's. It is probably the cheapest and smallest...
View ArticleExtract Json array. (Example needed)
Thanks Turiphro! for the limit parameter I only work with TTN and read the Json from there. I Think the limit parameter is something I want at the moment, as I want to store the value in database and...
View ArticleExtract Json array. (Example needed)
ex: http://www.wolfram.com/datadrop/quick-reference/large-databins/but this is in Wolfram lang. Looking for some similar explanation of data accumulation and extraction. But your suggestion was quite...
View ArticleSingle Channel Gateway
Great! I was about to work on the same idea, this saves me a lot of time So I guess we should be watching https://github.com/platenspeler for the sources ? Do you have a link to the protoboard? It...
View ArticleExtract Json array. (Example needed)
@turiphro, would keeping track of offset work as well? Like: if I know I already got 28 values in my own database, would http://thethingsnetwork.org/api/v0/nodes/05060709/?offset=28 get me all new...
View ArticleExtract Json array. (Example needed)
Limit and offset work as expected, so you can paginate though (chunks of) the values if you want.The currently infinite storage will end once usage increases, of course, and we'll have to see if we...
View ArticleDüsseldorf, Germany
Hello Jan, I am currently running a gateway in Hilversum, The Netherlands. I do have an opportunity to place another gateway near Düsseldorf, in Mettmann to be exactly. Are you a bit familiar in...
View ArticleCan we use TCP socket to connect with the TTN node?
I am trying to connect to my node with c++ tcp-socket but it wont connect on port 80. Is it possible to use TCP or is it UDP oriented?
View ArticleRequest for Comments: Network Architecture
JamesC: There can be separate networks with their own NwkID's that never interact also. It's defined by the list of network servers belonging to each NwkID. As a 7 bits NwkID only allows for 128...
View ArticleCan we use TCP socket to connect with the TTN node?
No, you can't use TCP. That's what the LoRa part in LoRaWAN does: define the network protocol between nodes and gateways, which is neither TCP or UDP, but LoRa.
View ArticleCan we use TCP socket to connect with the TTN node?
I get that! its lora between my node and gateway but I was talking about the TTN link: http://thethingsnetwork.org/api/v0/nodes/05060709/Is this LoRa too?
View Article