PlatformIO

RHZ Stylus Firmware

Docs CI Release

View Docs →

Initial scaffold for the RHZ Stylus maker firmware and supporting assets. This repository starts light so you can grow it alongside hardware bring-up and lab workflows.

Minimum Specs

Repository Layout

Each directory currently contains placeholders to keep the structure under version control; replace them with real assets as you iterate.

Getting Started

  1. Install PlatformIO: pip install platformio or use the VS Code extension.
  2. Copy the provided project template from templates/ into firmware/ and adjust board pins and logging paths.
  3. Document wiring and calibration results under docs/ so your bench notes travel with the code.
  4. Track hardware revisions and sourcing in hardware/ (BOM, layout, enclosure).

How to Start

Use this repo as a template (recommended)

Clone directly

Things to rename/customize immediately

For a fuller checklist of files to touch when cloning this as a template, see docs/TEMPLATE_NOTES.md.

Install & Use

Full install guide → docs/INSTALL.md

Next Steps

Monorepo Workspaces & npm Package