Entries by Chris Gammell

What are Golioth Output Streams?

Golioth Output Streams allow you to pipe every event happening on the Golioth backend out to the cloud of your choice. Exporting large volumes of data into external cloud platforms is now as easy as flipping a switch.

WebSockets are the real-time data pipe for your next IoT project

The new WebSockets feature on Golioth allows users to stream data out to external services, such as visualization platforms and web apps. This includes showing “real-time” data from sources on embedded devices, such as sensors. Let’s look at how these are different than previous offerings. What is a WebSocket? A WebSocket is a persistent connection […]

Embedded Rust with Golioth and the Nordic nRF9160

Team members Lachlan and Chris discuss an implementation of a Rust code sample with Golioth and the Nordic Semiconductor nRF9160. There is a demo of the code working in the video attached below. What is Rust? Rust is a high-level, general-purpose programming language, syntactically similar to C and C++. It is fast and memory-efficient and […]

Trying out Golioth with PlatformIO and Arduino Core

Note: The arduino-sdk repository showcased in this post is deprecated. GoliothLabs has two experimental repositories that may work as replacements: Golioth ESP-IDF with Arduino as a component Golioth PlatformIO/Arduino Demo In this post and associated video, we’re talking about interfacing hardware to Golioth using popular tools like PlatformIO and Arduino Core (API). Alvaro shows how […]