The Golioth Developer Blog
Tag

Tutorial

15 posts
Zephyr

How to turn Helper Code into a Zephyr Module

Embedded developers always maintain sets of helper code that get used across multiple projects. With Zephyr RTOS, you can easily turn your helper code into a …

M
Mike Szczys
Oct 10, 2023 · 5 min
Device Management Platform

Using VScode for ESP-IDF and Golioth

You can use VScode when working with Golioth's ESP-IDF SDK. This guide walks through the process of setting up the ESP-IDF extension for VScode, then shows how …

M
Mike Szczys
Jan 31, 2023 · 5 min
Firmware Programming

How to add Golioth to any ESP-IDF project

Adding Golioth device management to your existing ESP-IDF project is easy. In this post we show how to add Golioth as a submodule and configure the ESP-IDF …

M
Mike Szczys
Dec 6, 2022 · 5 min
Device Management

How to do ESP32 OTA Updates using Golioth and ESP-IDF

The most sought-after Golioth feature is OTA, also known as Over-the-Air firmware updates. When you put an IoT device into the field it’s crucial that you be …

M
Mike Szczys
Nov 29, 2022 · 10 min
Zephyr

How to Use Generic SPI Devices with Zephyr

If there’s a driver built into Zephyr, controlling a part over Serial Peripheral Interface (SPI) is a snap. But there’s an ocean of parts out there and only so …

M
Mike Szczys
Sep 8, 2022 · 6 min