Why we encode #TheThingsNetwork Sensor Data with CBOR (instead of JSON)
https://lupyuen.github.io/articles/grafana?7#cbor-concise-binary-object-representation
Visualising #TheThingsNetwork Sensor Data with #Grafana
https://lupyuen.github.io/articles/grafana?5#grafana-dashboard
Not sure why my rustdoc articles stopped working with Prism.js ... But here's my hacky fix 🤔
https://github.com/lupyuen/lupyuen.github.io/blob/master/scripts/gen-articles.sh#L7-L52
#PineDio Stack BL604 sends CBOR Sensor Data to #TheThingsNetwork ... And gets visualised by #Grafana 🎉
https://lupyuen.github.io/articles/grafana?5#grafana-dashboard
These are the changes when we encode a second Key-Value with #TinyCBOR: { ... , "l": 2345 }
Here's how we encode this with #TinyCBOR ... { "t": 1234 }
https://github.com/lupyuen/bl_iot_sdk/blob/cbor/customer_app/pinedio_cbor/pinedio_cbor/demo.c#L9-L66
Adding the #Grafana Data Source for our MQTT Server at #TheThingsNetwork
https://lupyuen.github.io/articles/grafana?4#configure-grafana-data-source
Here's how we install #Grafana ... And our Custom Data Source for #TheThingsNetwork
https://lupyuen.github.io/articles/grafana?3#appendix-install-grafana-and-data-source
How we enable the MQTT Server at #TheThingsNetwork
https://lupyuen.github.io/articles/grafana?2#configure-the-things-network-mqtt
Visualising #TheThingsNetwork Sensor Data with #Grafana ... All shall be explained in this article
But to visualise historical Sensor Data from #TheThingsNetwork, we should store the data in Prometheus and push to #Grafana
We have just visualised #TheThingsNetwork Sensor Data in #Grafana with our custom data source
CBOR Payloads now decoded OK ... By our #Grafana Data Source for #TheThingsNetwork yay! 🎉
IoT Techie and Educator / Apache NuttX PMC