
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 …


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 …

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 …

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

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 …

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 …

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 …

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 …

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 …

Golioth showcases how to use SEGGER J-Link, Ozone, and SystemView to optimize your Zephyr programs and dig deeper into Real Time Operating Systems.

Ethernet support is built in to Zephyr with several different chipsets to choose from. Here's how to add a W5500 Ethernet chip to your project and configure the …

Golioth has migrated the Zephyr SDK to a new URL and we are announcing the changes to our audience so that developers are prepared for the change.

I needed to build 15 sets of the same firmware, but pass three unique variables for each copy. Zephyr has a solution for this: the Kconfig system. You can …