← Back to Projects
In Development

YAPEX Protocol

CEmbeddedProtocol DesignCRC-16

The Problem

In complex embedded environments—like rocket avionics stacks or multi-node satellite buses—standard communication protocols like I2C or raw UART lack the necessary reliability and determinism. Existing solutions like MAVLink are often too heavy or inflexible for bare-metal microcontroller environments with strict memory constraints.

The YAPEX Solution

YAPEX is a lightweight, strictly-defined binary communication protocol built for ultra-reliable inter-system telemetry and command exchange. It provides framing, addressing, payload specification, and integrity verification out of the box, with a memory footprint small enough to run on 8-bit microcontrollers.

Core Architecture

Repository (Coming Soon) Browse Open Issues