Nothing Found

Sorry, no posts matched your criteria

Zephyr for Hardware Engineers: GPIO

Did you know that Zephyr doesn't have a plain old GPIO example? The closest thing is the blinky example that controls LEDs. Why is that? Zephyr expects you to write your own devicetree bindings. It's not that hard, and it's the topic of today's post.
Using the Hugging Face Inference API for Device Audio Analysis
,

Using the Hugging Face Inference API for Device Audio Analysis

The Hugging Face Inference API makes it easy to integrate any public or private AI model with Golioth Pipelines for use-cases such as text, video, and audio analysis.

How to Update a TensorFlow Lite Model Remotely

Golioth enables AI applications by pushing TF Lite model updates directly to devices. These can be stored locally and begin running without a device restart. This example showcases the Golioth SDK running on ESP-IDF.

Using OpenAI Structured Outputs for IoT Data Pipelines

OpenAI's Structured Outputs allow callers to provide a JSON schema to define the structure in which responses should be formatted. When combined with Golioth Pipelines, this enables converting device data from an unknown to a known structure.
,

Static Asset Tracking with Bluetooth Beacons and Cellular Gateways

This is a guest post by Joey Quatela, co-owner and computer engineer at Reflow Design Co. Reflow recently worked on a Bluetooth beacon demo that works with Golioth through celluar gateways.

How to Write a Zephyr Device Driver with a Custom API

Learn the ins and outs of the Zephyr driver subsystem and learn how to write your own custom driver APIs the Zephyr way!
Golioth is (Not) Pivoting to AI

Golioth is (Not) Pivoting to AI

We’re not pivoting to be an AI company because providing access to the best tool for the job has been our mission all along.
Golioth for A Cover
, ,

Introducing Golioth for AI

Today, we are thrilled to announce the launch of Golioth for AI, a comprehensive set of features designed to simplify and enhance the integration of AI into IoT products.
You Might Not Need GNSS

You Might Not Need GNSS

Not every device needs GNSS support in order to obtain location data. Golioth Pipelines enable determining device position without changing hardware or firmware by leveraging location service platforms.
,

WebAssembly on Zephyr

WebAssembly runs on microcontrollers, but why would you want to do that? Dan Mangum shows us how to use Wasm with Zephyr RTOS, why you would want to, and he even discuss how to decide if the tradeoffs fit your needs.