Here's how we transmit our Sensor Data over #LoRaWAN on #BL602
https://lupyuen.github.io/articles/cbor?11#encode-sensor-data
Encoding Sensor Data with #TinyCBOR and transmitting over #LoRaWAN
https://lupyuen.github.io/articles/cbor?10#lorawan-with-cbor
We have defined 3 #Roblox Particle Emitters to render the Temperature ... Let's interpolate them to render the Actual Temperature recorded by #TheThingsNetwork
https://github.com/lupyuen/roblox-the-things-network#render-temperature-with-roblox-particle-emitter
Would be so fun if #Roblox could overlay Real-World Objects thru Augmented Reality ... And watch Sensor Data in real time!
Our #Roblox Script fetches Sensor Data from #TheThingsNetwork ... And decodes Base64 + CBOR correctly yay! 🎉
Here's the #Roblox Lua Script that fetches Sensor Data from #TheThingsNetwork
https://github.com/lupyuen/roblox-the-things-network/blob/main/DigitalTwin.lua
To decode Base64 and CBOR in #Roblox ... Just copy the Lua Libraries as ModuleScripts
https://github.com/lupyuen/roblox-the-things-network#decode-base64-and-cbor-in-roblox
#Roblox fetches Sensor Data from #TheThingsNetwork yay! 🎉 Next we decode the Sensor Data with Base64 and CBOR
#Roblox provides a Lua Scripting API that fetches External HTTP URLs (GET and POST)
https://developer.roblox.com/en-us/api-reference/class/HttpService
#TheThingsNetwork exposes an API (HTTP GET) ... To fetch the Sensor Data from our #LoRa Devices
https://github.com/lupyuen/roblox-the-things-network#fetch-sensor-data-from-the-things-network
#Roblox Lua Scripting looks fun!
https://developer.roblox.com/en-us/onboarding/intro-to-coding/1
What's a "Digital Twin"? It's a Virtual Object that mirrors a Real-World Object thru Sensors and Actuators ... Let's build this with #Roblox and #TheThingsNetwork
3 ways to encode Floats with #CBOR on #BL602
https://lupyuen.github.io/articles/cbor?9#floating-point-numbers
Connect Roblox to The Things Network ... To create an #IoT Digital Twin? 🤔
https://developer.roblox.com/en-us/api-reference/class/HttpService
https://www.thethingsindustries.com/docs/integrations/storage/retrieve/
Compressing 10 bytes of JSON ... Into 6 bytes of #CBOR on #BL602
https://lupyuen.github.io/articles/cbor?5#get-encoded-output
IoT Techie and Educator / Apache NuttX PMC