Quantcast
Channel: The Things Network - Latest posts
Browsing all 116630 articles
Browse latest View live
↧

REST API: get your node data

Awesome! Thanks @johan!

View Article


Image may be NSFW.
Clik here to view.

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 Article


Single 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 Article

Single 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 Article

Parse 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 Article


Parse 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 Article

Messages 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 Article

Image may be NSFW.
Clik here to view.

Messages 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 Article


REST 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 Article


Image may be NSFW.
Clik here to view.

Parse 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 Article

REST 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 Article

Parse 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 Article

REST API: get your node data

@Thomas, @johan up to the rssi update it worked perfectly

View Article


Parse 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 Article

REST 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 Article


REST 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 Article

REST API: get your node data

here now the time coming from the node is used ...

View Article


REST API: get your node data

@Thomas how could I set the actual time, read from the GPS, in the LMIC?

View Article

REST 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 Article

REST 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
Browsing all 116630 articles
Browse latest View live