Golioth Blog
Connect a Device →
Category

Zephyr

109 posts
How To Zephyr

Getting Started with the ESP32, Golioth, and Zephyr

The ESP32 is a great way to get up and running quickly on Golioth. This article, and the accompanying video, walks through the process of provisioning an ESP32, …

C
Chris Gammell
Apr 19, 2022 · 3 min
Zephyr

Adding an Out-of-Tree sensor driver to Zephyr

Sensor drivers sometimes need to live outside of the Zephyr tree, for privacy or maintenance reasons. This post shows how to operate a sensor driver …

V
Vance Farren
Mar 22, 2022 · 8 min
Community Zephyr

Improving Zephyr Project Structure with Manifest Files

Zephyr (west) manifest files allow the user to specify where and when dependencies are included into a project. Doing so allows cleaner project repositories and …

A
Asgeir Stavik Hustad
Mar 3, 2022 · 6 min
Zephyr

How to parse JSON data in Zephyr

Parsing JSON packets with strings and punctuation delimiters doesn't sound like much fun on a microcontroller. That's why it's really nice that Zephyr has a …

M
Mike Szczys
Feb 15, 2022 · 9 min
Zephyr

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 …

M
Mike Szczys
Jan 11, 2022 · 5 min
Tools Webinars

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 …

C
Chris Gammell
Nov 9, 2021 · 2 min