#PineDio Stack BL604 sends CBOR Sensor Data to #TheThingsNetwork ... And gets visualised by #Grafana 🎉
https://lupyuen.github.io/articles/grafana?5#grafana-dashboard
Yep every byte matters for Low-Power Wireless Networks ... Like #LoRa and #TheThingsNetwork
Creating a #CBOR Encoder with the TinyCBOR Library on #BL602
https://lupyuen.github.io/articles/cbor?3#encode-sensor-data-with-tinycbor
Encoding Keys and Values with #TinyCBOR on #BL602
https://lupyuen.github.io/articles/cbor?4#create-map-encoder
Compressing 10 bytes of JSON ... Into 6 bytes of #CBOR on #BL602
https://lupyuen.github.io/articles/cbor?5#get-encoded-output
3 ways to encode Floats with #CBOR on #BL602
https://lupyuen.github.io/articles/cbor?9#floating-point-numbers
Encoding Sensor Data with #TinyCBOR and transmitting over #LoRaWAN
https://lupyuen.github.io/articles/cbor?10#lorawan-with-cbor
Here's how we transmit our Sensor Data over #LoRaWAN on #BL602
https://lupyuen.github.io/articles/cbor?11#encode-sensor-data
#BL602 transmits Sensor Data to #TheThingsNetwork ... Visualised by #Grafana
Many ways to Decode #CBOR in the server (or cloud)
Yep #TinyCBOR compresses our Sensor Data on #BL602 before transmission yay! 🎉
https://github.com/lupyuen/bl_iot_sdk/blob/cbor/customer_app/pinedio_cbor/pinedio_cbor/demo.c#L9-L139