Lat Lng 0,0 gateways
popcorn: But some gateways are in the ocean. As a matter of fact all these gateways are in the ocean Would be nice if more community members did supply their coordinates and gateway names!
View ArticleSingle Channel Gateway
Trying to put one of these together this afternoon, I have RFM98/SX1278 radios as we cannot use the 900 range in South Africa. How would I go about selecting the frequency... Please type very slowly...
View ArticleSingle Channel Gateway
Hi Gary, The SX1278 is SX1276 compatible, so the code should work as is. Can could start by setting the frequency to 433.175 Mhz, as well in your node(s). // Set center frequencyuint32_t freq =...
View ArticleParse Data with Node-RED
Still did not find a way to extract the temperature value from the payload with the debug node. Tried several things with http://jsonpath.com/ without success. There I could only select count and data...
View ArticleParse Data with Node-RED
the data inside the "data" property contains escaped quotes (so: \" ) I think TTN could therefor not parse it to JSON.. it's now "just" a string and that's why retrieving those "count" and "temp"...
View ArticleMessages are out of order and/or missing in the API
Thanks for the responses. Both my boards are working perfectly now. I'm sending a measurement every minute without trouble. It appears that indeed the ACK settings did the trick as Jan mentioned (code...
View ArticleMessages are out of order and/or missing in the API
jan: 0x0C -> ACK isn't supported by TTN yet, that will explain the duplicates if ACK is enabled (the node expecting an ACK) and there is no ACK from the network then the node will try to resend...
View ArticleREST API: get your node data
since the update I couldn't see my node's data - only them from yesterdaythe single channel gateway receives the rxpk and the status on the gateway api is actual.only on the api of the node are the...
View ArticleParse Data with Node-RED
niels: your lora sensor/node Well actually the node is not mine, but Jac Kersing's, who kindly allowed me to use it for my integration/learning experiments. As a matter of fact there are more nodes...
View ArticleREST API: get your node data
@johan Maybe the server does not accept packets without a "time" field? It should, "time" should only be included when you have GPS accuracy.
View ArticleParse Data with Node-RED
ok then you could write a workaround: "parse" the string yourselfstep 1: unescape the escape charactersstep 2: parse it to JSON but still better would be to contact Jac Kersing and ask him to change...
View ArticleParse Data with Node-RED
It's really just stringified JSON, you can parse it with your favourite JSON library in any language, like js: s = "{\"count\":15323,\"temp\":\"19.19\"}"JSON.parse(s)-> Object { count=15323,...
View ArticleREST API: get your node data
Actually, I do see your packets on mqtt. The time is set to 0001-01-01 etc., and the API sorts on time.
View ArticleREST API: get your node data
@Thomas why does it change from yesterday? neither changed the node nor the s-c-gw{ "data_raw": "QKoBSFoAeAABCII0Rnw5Uyq9BQRRA5zrEBNK37FypriLD1beCYrGFkRzruLnH3YmEirp1FHQW22ilvyjVNLj", "gateway_eui":...
View ArticleREST API: get your node data
@Thomas how could I set the actual time, read from the GPS, in the LMIC?
View ArticleREST API: get your node data
Team, Minor, but another observation with the new json frame is that the parameter 'time' defaults to: "time": "0001-01-01T00:00:00Z" I would expect the format with an extra '0' in the ms section:...
View ArticleREST API: get your node data
It's probably better to log issues on github concerning bugs found. The issue tracker can be found here
View Article