Golioth Blog
Connect a Device →
Category

Zephyr

109 posts
Tools Webinars

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 …

C
Chris Gammell
Jul 21, 2022 · 4 min
Zephyr

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 …

M
Mike Szczys
Jun 23, 2022 · 7 min
Community Events

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 …

C
Chris Gammell
Jun 8, 2022 · 6 min
Zephyr

Zephyr does Ethernet Too!

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 …

M
Mike Szczys
May 19, 2022 · 5 min
Zephyr

Add Custom Kconfig Symbols in Zephyr

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 …

M
Mike Szczys
Apr 26, 2022 · 4 min