Nothing Found

Sorry, no posts matched your criteria

,

Click “save” to stream IoT device data to the cloud — Golioth introduces CircuitPython SDK

Golioth introduced a new CircuitPython SDK to allow engineers to quickly prototype hardware that can talk to the Golioth cloud. By clicking "save" and having their CircuitPython recompile on the fly, they can try new hardware quickly and efficiently.
, ,

Building IoT Dashboards with Golioth, Grafana, and Node-RED

This guest post is contributed by Ben Mawbey, a community member who is active on the Golioth Discord and frequently takes part in Office Hours. Data wants to be visualized. The impact of showing a customer a slick plot of the information their…

How to Set Up ESP32 GPIO Pins in Zephyr

Getting your ESP32 GPIO pins working with Zephyr is easy, and using a devicetree overlay file to do so makes it painless to change pins (or even boards/architectures) in the future. Today we're looking at a simple overlay file for the ESP32…

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…

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…

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…

Golioth is now “open for business”

Golioth is now "open for business", after a successful beta program. New users can sign up for a free Dev Tier account and access the wide range of IoT services Golioth provides.
,

Organizing thousands of connected devices

Golioth tags make large deployments more manageable, offering different insights into where and how IoT devices can be accessed and updated.
,

Yes, even your IoT prototype should be secure

Vit Prajzler, CTO of Golioth, explains the concept of a Pre-Shared Key (PSK) and how it lends a simple but flexible amount of security for prototypes on the Golioth network. IoT prototypes on the Golioth platform are "Secure by default".
, ,

Troubleshoot Zephyr Like A Pro With Menuconfig

Troubleshooting high complexity systems like Zephyr requires more thorough tools. Menuconfig allows users to see the layers of their system and adjust settings without requiring a complete system recompilation. Zephyr expert Marcin shows how he uses this tool for troubleshooting.