Common Ground Electronics

@cgnd.dev

Hi 👋, we make nifty electronics! @cdwilson.dev (+ friends)

Saw this today about a FPGA peripheral module standard being developed by SGET. Looks interesting. They are looking for feedback. "There may also be interest in using sCRUVI technology with MCU and SoC based products without FPGA." sget.org/call-for-par...

Call for Participation: FPGA Peripheral Module (sCRUVI) - SGET

Munich, December 2024 – Today, the Standardization Group for Embedded Technologies e.V. (SGET) launches its Call for Participation to establish a new Standard Development Team (SDT) for the FPGA Perip...

sget.org

Riding on the coat tails of this great article on USB/IP support in Docker Desktop, I spent a little time last night experimenting with VirtualHere as an alternative solution (to work around some of the current USB/IP limitations on macOS). 2 min overview of how it went: cgnd.dev/posts/usb-ov...

USB-over-IP in Docker Containers

Today I learned Docker recently introduced USB/IP protocol support in Docker Desktop version 4.35.0. Since Docker containers do not support native USB passthrough, this feature makes it possible for D...

cgnd.dev

Golioth@golioth.io · 2y ago

Time to celebrate: Hardware engineers using Windows or macOS can leverage Docker, Inc. Golioth CEO @jonathanberi.com reveals a skunkworks project that makes USB with Docker on Windows and macOS now possible. blog.golioth.io/usb-docker-w... @justincormack.bsky.social | @ajeetraina.bsky.social

I built a cloud-connected serial logger prototype in a couple hours last week using Zephyr + @golioth.io Tools like these are shrinking the gap between developing "throw away" wireframes vs. "costly" engineering prototypes for validating new IoT ideas. cgnd.dev/posts/goliot... #ZephyrRTOS #IoT

Prototyping a WiFi serial logger with Golioth

In this post, I’ll show how I built a cloud-connected WiFi serial logger proof-of-concept in a couple hours (and for less than $10) by leveraging Zephyr and Golioth. Requirements A couple days ago, on...

cgnd.dev

Achievement unlocked! got a small PR (adding the MikroElektronika Weather Click shield) mentioned in the Zephyr Weekly Update from @kartben.bsky.social 🎉 There's tons of neat stuff in this week's update. Make sure to check it out! blog.benjamin-cabe.com/2024/05/03/z... #ZephyrRTOS

Zephyr Weekly Update – HTTP Server FTW! 🥳 - Benjamin Cabé

A new long awaited HTTP server, some very cool shell commands for power management, and more.

blog.benjamin-cabe.com

Ever wondered how to automatically install and run code style checks on your Zephyr app's source code? In this article, I’ll describe how embedded firmware developers can leverage pre-commit to automate and enforce code quality checks in their Zephyr RTOS embedded firmware projects.

Enforce Zephyr code quality with pre-commit

In this article, I’ll describe how embedded firmware developers can leverage pre-commit to automate and enforce code quality checks in their Zephyr RTOS embedded firmware projects. Note This article...

cgnd.dev