Nothing Found

Sorry, no posts matched your criteria

, ,

How to add Golioth to an existing Zephyr project

This article covers how to add Golioth connectivity and logging to any existing Zephyr project.
,

Build a customized Thread network using off-the-shelf components

Use OpenThread + Zephyr + Golioth to build your next low power sensor network on off-the-shelf hardware.

ZDS: Connecting Zephyr Logging to the Cloud Over Constrained Channels

Marcin Niestrój helped to implement a solution to IoT logging in Zephyr, and that work is the subject of his Connecting Zephyr Logging to the Cloud Over Constrained Channels talk, presented during the 2022 Zephyr Developer's Summit. Marcin…

How to add custom shell commands in Zephyr

The Zephyr shell is a powerful interactive tool, but it's not just for the stock features. You can easily add your own shell commands for setting and checking value, and creating custom readouts for in-depth analysis of what is going on with your IoT devices.
Royalty free map photo by Anthony Beck from Pexels: https://www.pexels.com/photo/close-up-photo-of-wooden-jigsaw-map-4278035/

Golioth showcased at Embedded World 2022

See the Goioth IoT hardware demos at Embedded World next week in Nuremberg, Germany. You'll find us with the Zephyr Exhibits in Hall 4.

Create custom UI for your IoT devices; Golioth was built for this!

Have you tried to use the Golioth Web Console yet? The interface delivers access and control for your entire IoT fleet. This means sending and receiving data in real-time, checking on the state of each device (including current firmware revision),…
, , ,

Golioth Showcase at ZDS

Golioth is showcasing 4 different "color coded" demos at the Zephyr Developer Summit. This post explains some of the concepts and what you can hope to learn when you stop by.
Making Zephyr menuconfig changes permanenthttps://blog.golioth.network/wp-content/uploads/2022/06/zephyr-menuconfig-changes.png

Zephyr quick tip: Show what menuconfig changed and make changes persistent

Menuconfig allows you to search, select, and enable features in Zephyr with ease. What happens when you want to save your configuration? This post shows you how.

Real-time vs Historic Data Views in Grafana

We often use Grafana for visualizing data from IoT devices. We even wrote a WebSockets plugin for the platform that makes sure you can graph your live data as soon as it arrives on Golioth. But our REST API is also useful with the Grafana platform for visualize historic data.

How to use Zephyr shell for interactive prototyping with I2C sensors

The Zephyr interactive shell makes it really easy to test out i2c devices before writing any code. This demo shows how to scan for i2c addresses, issue commands directly, and use the sensor shell to poll your devices for all sensor channels available as part of Zephyr's sensor subsystem.