Skip to content
View JonasAtelier's full-sized avatar

Block or report JonasAtelier

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JonasAtelier/README.md

Jonas Atelier embedded library workshop

Jonas Atelier

Drivers for the parts robots are actually built from — motors and encoders, sensing, power, buses. Plain C99, no dependencies, no allocation, and no build system to adopt: copy two files in and go.

Every register value is traced to a line in the datasheet, and the comment next to it says which one. Where a vendor does not publish a register map, the README says so rather than pretending otherwise.

✅ Available · 🧪 Hardware validation · 🚧 On-going

├── ⚡ ESP32 / ESP-IDF
│   ├── esp-c620-control   — RoboMaster M3508 / C620 motor control 🧪
│   ├── esp-bmi088-imu     — BMI088 accelerometer + gyroscope      🧪
│   ├── esp-as5600-encoder — AS5600 magnetic rotary encoder        🚧
│   ├── esp-ina2xx-sensor  — INA219/226/228 power monitors         🧪
│   ├── esp-ps-controller  — DualShock 4 / DualSense over BT       🧪
│   ├── esp-mcp23-expander — MCP23017 I/O expander                 🚧
│   ├── esp-sn65hvd230-can — Classic CAN over TWAI                 ✅  🔗
│   └── esp-dw1000-uwb     — DW1000 UWB two-way ranging            🧪
│
├── 🐧 Linux
│   ├── nv-ps-controller — PS4 / PS5 pads on NVIDIA Jetson       🚧
│   └── Robust           — ROS 2's model, in plain C, one device 🚧
│
└── 🧰 General
    ├── upid            — Portable PID control               ✅  🔗
    ├── fsm             — Table-driven finite state machines 🧪
    ├── kin             — Forward / inverse kinematics       🧪
    ├── imp             — Impedance & admittance control     🧪
    ├── f_kalman        — Scalar Kalman filter               🧪
    ├── f_complementary — Complementary filter               🧪
    └── f_particle      — Particle filter                    🧪

25 repositories, 17 written in C, 141 commits, active since 2022

Everything here is plain C99 — one header, one source file, copy them in.
Projects become clickable after hardware validation and public release.

Full catalog, including what is coming →

Pinned Loading

  1. jonas-atelier-libraries jonas-atelier-libraries Public

    A curated catalog of embedded libraries and hardware projects from Jonas Atelier.