Entries by Mike Szczys

Sending Audio for IoT to the Cloud

Uploading audio from IoT devices to the Cloud is easy with Golioth. Here’s everything you need to know to deliver large chunks of data from your fleet to whatever cloud service you desire, all with just one API call and one callback function.

,

WebAssembly on Zephyr

WebAssembly runs on microcontrollers, but why would you want to do that? Dan Mangum shows us how to use Wasm with Zephyr RTOS, why you would want to, and he even discuss how to decide if the tradeoffs fit your needs.

, ,

How to Send IoT Data in Batches

Golioth makes it easy to cache your IoT sensor data and upload it in a batch process. This guide details how this works from both the device and the cloud side, including many details on dealing with timestamps and destination routing.