Nothing Found

Sorry, no posts matched your criteria

,

Using GitHub Actions and Golioth to Automatically Deploy IoT Firmware

What if your IoT firmware deployments happened automatically just by typing 'git push'? Lead Engineer Alvaro Viebrantz talks about a sample project that compiles and delivers firmware to eligible devices automatically using Golioth and GitHub Actions.
,

Thread network device management using Golioth

Watch Golioth showcase a Zephyr-based device running OpenThread and the Golioth SDK connecting to the internet via a Border Router. Golioth manages the connection and handles data going to and from the nRF52840 based node.
, ,

Golioth will be at the Zephyr Developer Summit

The Zephyr Developer Summit (ZDS) is coming up June 7th-9th 2022 in Mountain View California at the Computer History Museum. Golioth will be there and we're very excited to interact with fellow users, developers, and stakeholders in the open…
,

A hardware company is very different from an IoT device company

Producing a connected device is very different from producing traditional electronics. In essence you need to transform your hardware-based business into a hardware and software-as-a-service business. This challenge is tremendous and you need to know what to expect before taking the plunge into IoT.
,

Golioth and Datacake enable device data visualization with a few clicks

Golioth has partnered with Datacake to make it easy to stream data from Golioth devices to beautiful visualization panels on the web. Showcase your IoT data with Datacake!

Adding an Out-of-Tree sensor driver to Zephyr

Sensor drivers sometimes need to live outside of the Zephyr tree, for privacy or maintenance reasons. This post shows how to operate a sensor driver "Out-Of-Tree", and in the process, showcases how sensor drivers work.
,

ESP32 + ESP-AT Enables Connectivity On Any Zephyr Project

The ESP32 can be used as an AT modem. This approach makes it really easy to add an internet connection to devices that normally don't have one, like the Nordic nRF52840DK.

How to Connect Live Golioth IoT Data to Grafana Cloud using WebSockets

The Golioth WebSocket plugin is now available in the Grafana Cloud. This post guides you through how to add the plugin to Grafana, how to connect the Golioth WebSocket API, and how to set up a dashboard to visualize realtime the data.
Golioth connected to GCP PubSub

Golioth Output Streams now send events to Google Pub/Sub

Golioth continues to add to Output Stream options so that users of our Device Infrastructure Platform can send rich event data to Google Cloud's Pub/Sub service.
Public Domain images used: https://publicdomainvectors.org/en/free-clipart/Blue-map-location-pin-icon-vector-image/25480.html https://www.pexels.com/photo/white-ceramic-cup-on-map-2678301/

Pin mapping in Zephyr lets you move pin functions with ease

Reassigning pins in your Zephyr project is key to keeping your code portable. This guide demonstrates how to use devicetree overlay files to move peripherals like SPI or i2c to different pins, and how to make sure your new assignments don't collide with the existing configuration.