Skip to content
#

uart-protocol

Here are 49 public repositories matching this topic...

This project demonstrates how to control a servo motor connected to an ESP32 by sending angle values (0–180) via Serial (UART). It is designed as a minimal, clean, and extensible example for embedded systems, robotics, and IoT actuator control.

  • Updated Jan 16, 2026
  • C++

Contents presented in the Microcontrollers Laboratory Course; Microcontrollers used: Arduino UNO R3 & DOIT ESP32 DEVKIT V1 - CSE Department, Shiraz University, Spring 2025

  • Updated May 11, 2026
  • C++

TinyLink is a lightweight, template-based serial protocol for reliable UART communication between microcontrollers. It features a robust state machine, checksum validation, and a hardware-agnostic design ideal for linking resource-constrained devices like the MH-Tiny88 and ESP-M3. Supports custom structs, error tracking, and non-blocking parsing.

  • Updated Jul 15, 2026
  • C++

Add this topic to your repo

To associate your repository with the uart-protocol topic, visit your repo's landing page and select "manage topics."

Learn more