Nothing Found
Sorry, no posts matched your criteria
Digikey webinar with Golioth on June 13th 2024
Golioth will be joining our friends at Digikey on June 13th to talk about "Leveraging Zephyr to enable super-flexible IoT designs".
Announcing Pipelines: Stream, Transform, and Route IoT Data Anywhere
Golioth is announcing the launch of Pipelines, a powerful new set of features that redefines how you manage and route your IoT data. It represents a significant upgrade in our functionality, scalability and user control.
How to Debug a Network Error in Zephyr
Zephyr has built-in debugging for many of its supported boards. Here's a real-world example of utilizing the these tools to track down and fix a networking error with CoAP.
Taking Your Hardware To Production with Zephyr
Manufacturing is marathon, not a sprint. Chris Gammell walks through five phases of IoT device production, discussing what's involved in each step and how Zephyr RTOS can help during his talk from the 2024 Embedded Open Source Summit.
Connecting a Bluetooth® Mesh Demo to the Cloud
Sandra Capri, CTO of Ambient Sensors, writes about building a Bluetooth Mesh demo where a cellular-based Thingy91 unit acts as a bridge to the Golioth Cloud.
Build Before Installing: Zephyr Dev Environment Using GitHub Codespaces
Golioth Firmware Engineer Mike Szczys describes how we use GitHub Codespaces and Development (Dev) Containers to train engineers all over the world without any install required. Answering the question of how fast can a new Zephyr RTOS user go from zero to successful code compilation.
How to use the RAK5010 cellular dev board with Zephyr
The RAK5010 is a cellular board based on Quectel's BG95 modem (Qualcomm chipset). A Nordic nRF52840 microcontroller "runs the show", connecting to the modem via UART. This is a nice combination for a number of applications like remote sensing, application tracking, and Bluetooth <> Cellular gateway. Let's walk through the process of developing for this board in the Zephyr RTOS.
How to localize your devices with GNSS, NMEA, and Zephyr
Guest author Jerónimo Agulló goes over the basics of GNSS and how the NMEA0183 set of messages standardizes communication between geolocation modules and microcontrollers. Then he shows how a new system in Zephyr makes it easier than ever to set up communication.
Abstract hardware interfaces in Zephyr
In this post, we'll walk through a couple methods for defining abstract hardware interfaces in Zephyr using the devicetree.
You've probably seen abstract hardware interfaces implemented on popular development boards. Many boards provide a…
Bluetooth Gateways with Golioth and Zephyr
Turn your Bluetooth devices into a connected IoT fleet using Golioth. This post walks through the process of creating a Bluetooth to Cellular gateway and sending sensor data to the cloud.