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
These are the changes when we encode a second Key-Value with #TinyCBOR: { ... , "l": 2345 }
#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
Encoding Keys and Values with #TinyCBOR on #BL602
https://lupyuen.github.io/articles/cbor?4#create-map-encoder
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)
Compressing 10 bytes of JSON ... Into 6 bytes of #CBOR on #BL602
https://lupyuen.github.io/articles/cbor?5#get-encoded-output