
'IoT Greenhouse Controller: A Golioth Reference Design'
The Internet of Things (IoT) can make existing infrastructure more useful and easier to operate, with the added benefit that you don’t need to be on-site to …


The Internet of Things (IoT) can make existing infrastructure more useful and easier to operate, with the added benefit that you don’t need to be on-site to …

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 …

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 …

Golioth will be training and showcasing hardware enthusiasts at the 2022 Hackaday Superconference. See what we have in store.

Golioth LightDB State allows users to save, retrieve, and observe changes of cloud data endpoints. This data will always be the most recently updated value, and …

Golioth is now a built into PSoC™ 6 software. You can include Golioth device management features with your Infineon-based Wi-Fi IoT devices.

Golioth's v0.4.0 Zephyr SDK simplifies every aspect of interacting with the Golioth Cloud via Device APIs. This post shows how to migrate and work with the new …

Use common code in your Zephyr projects by using CMake and Kconfig to include it in the project configuration files.

Internet of Things (IoT) devices are meant to be out in the world, sending back sensor data and providing remote control for all kinds of automation. That …

This post discusses the difference between Zephyr threads and work queues, as well as how to pass around data between running processes using data queues.

Zephyr uses the pinctrl system to connect external pins to internal peripherals. Learn how to use it no matter what chip you've chosen.

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 …