Nothing Found

Sorry, no posts matched your criteria

,

Adding The Golioth Firmware SDK to Your ESP-IDF Project

Easily integrate the Golioth Firmware SDK into your next ESP-IDF project. This updated post shows how to implement v0.15.0 and beyond of the FW SDK into your projects.
Golioth Firmware SDK v0.16.0
,

Golioth Firmware SDK v0.16.0

Yesterday we released v0.16.0 of the Golioth Firmware SDK. This release introduces the Golioth Root X1 root CA certificate, which Golioth device services will start using 1 year from today.

Posting to Bluesky from a Microcontroller

Bluesky has seen a large increase in its number of users over the last few weeks. To learn more about how the AT Protocol works, we set up a Pipeline to allow for microcontrollers to post to Bluesky via Golioth.
,

Built on Golioth: The Aludel Lute Relay Smart Locker

The Aludel Lute Relay is the latest entry for the Golioth Solutions Marketplace. This can be used in a smart locker, to switch AC power, or to connect other items electrically using relays.
,

Zephyr for Hardware Engineers: Changing Boot Configurations

Zephyr board configurations can be changed from within your overlay files for your application. In this article, we show how you can change the properties and nodes of your devicetree to create different behavior during boot.
,

Always Use The Correct FW Version with Golioth and Zephyr

Golioth and Zephyr offer different ways to assign a version to your firmware and view it on a terminal or in the Golioth console. This is super important for sending firmware updates to your fleet and tracking firmware images over time.
A computer chip labelled SoC has five arrows pointing to five different circuit boards

Use Zephyr SoC config files to streamline hardware types

Zephyr configuration that is specific to the chip, not just the board itself, can be centralized in your application. This means less duplication of configuration options across your IoT board definitions which improves both readability and maintainability of your code.
,

One more Zephyr training for 2024 (December 4th)

Golioth is hosting a free Zephyr training on December 4th. It's your last chance for Zephyr training in 2024. Sign up to learn more about how to get started with the popular Real Time Operating System and Ecosystem, and how you can use it to design your next IoT product.
, ,

Improve Electronic Design with Module Abstraction Layers

This talk describes some of the motivations behind building a common module platform at Golioth, the challenges of unconstrained designs, and how to build modular systems that take advantage of Zephyr RTOS capabilities.
How to publish GitHub Actions summaries

How to Publish a Summary to GitHub Actions for Zephyr/Pytest runs

Both Pytest and Twister (Zephyr) can already product JUnit XML formatted test summaries. You can use these files to publish a very handy summary table for all of your continuous integration (CI) tests on GitHub.