
A Remote Shell for Embedded IoT Devices
Golioth's Remote Shell uses Remote Procedure Calls (RPCs) and a custom Zephyr shell backend to enable an interactive, web-based shell experience from anywhere …


Golioth's Remote Shell uses Remote Procedure Calls (RPCs) and a custom Zephyr shell backend to enable an interactive, web-based shell experience from anywhere …

The Zephyr shell subsystem will help you directly interact with and troubleshoot your IoT hardware. This post details our most commonly used commands, as well …

Zephyr has a lot of tricks up its sleeve and most recently I used it to enable power regulators on a custom Golioth board. Perhaps the most interesting part of …

The Zephyr shell is a powerful interactive tool, but it's not just for the stock features. You can easily add your own shell commands for setting and checking …

The Zephyr interactive shell makes it really easy to test out i2c devices before writing any code. This demo shows how to scan for i2c addresses, issue commands …