Nothing Found

Sorry, no posts matched your criteria

NXP RT1060-EVKB Ethernet development board
,

Using the NXP RT1060-EVKB Ethernet board with Golioth

The NXP i.MX RT1060EVKB development platform provides a reliable and fast route for developing Ethernet solutions using Zephyr. In this post, Mike shows how to get started with the board and a Zephyr configuration.
,

Golioth ESP-IDF SDK Code Walk-through

This video and post showcase how to use the recently announced the Golioth ESP-IDF SDK in your next project. Utilize all of Golioth's excellent features to ESP32 projects built on the ESP-IDF ecosystem.

Announcing The Golioth ESP-IDF SDK

Golioth released a new open-source ESP-IDF SDK today, bringing Golioth Cloud connectivity to all Espressif projects built using ESP-IDF.
, ,

Using Wireshark to troubleshoot Thread networks

Wireshark is an open-source network monitoring tool that also works to troubleshoot Thread networks. Golioth shows you how to get started using the tool and decoding encrypted wireless mesh packets when working with Thread or OpenThread.
,

How to Add Golioth LightDB Observe to any Zephyr application

One of the most useful services in the Golioth Zephyr SDK is the ability to observe data changes on the cloud. A device can register any LightDB endpoint and the Golioth servers will notify it whenever changes happen. If your device is a door…
Zero install embedded training with Zephyr using Kasm and Docker
, , , ,

Zero-install embedded training with Zephyr using Kasm and Docker

TL;DR: we've enabled people to compile Zephyr programs from a computer with no toolchain installed, almost instantly. Part of our charter at Golioth is to help people prototype and scale IoT devices faster. That's why we offer an open source…
, ,

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.