0
mirror of https://github.com/Aightech/CleverHand-hardware.git synced 2026-09-14 22:00:04 +00:00
Files
aightech b9b2e0711f feat: add XIAO_COM, EMG_DAQ_ADS1292, v2/emgvib and flexBracelet
Four new boards, all authored with KiCad 10:

- hmi/communication/XIAO_COM: XIAO-based com module (README, HARDWARE.md,
  plots, gerbers, STEP/STL)
- hmi/submodule/sensor/EMG_DAQ_ADS1292: ADS1292 EMG front-end with an
  electrodeFilter sub-sheet. Its README and description.yaml were copied
  from the ADS1293 module and still named that chip -- corrected here.
- hmi/submodule/v2/emgvib: combined EMG + vibration submodule
- tool/flexBracelet: flex bracelet with JLCPCB production files

Still missing and left for a follow-up: description.yaml for XIAO_COM,
and README + description.yaml for emgvib and flexBracelet.

Claude-Session: https://claude.ai/code/session_01Fp1CWL3JE8kAHQpHzFCsU5
2026-09-02 15:26:41 +01:00

45 lines
955 B
Markdown

# XIAO_ADAPTER
## Overview
Adapter board for interfacing Seeed Studio XIAO modules with the ADS1299 ADC boards. Used for rapid prototyping and POC development.
## Basic Information
| Field | Value |
|-------|-------|
| **Board Name** | XIAO_ADAPTER |
| **Version** | 1.0 |
| **Status** | Active - Prototype |
| **Created** | August 2025 |
| **Last Modified** | January 2026 |
| **Designer** | adev |
## Purpose
- Interface for Seeed Studio XIAO ESP32-S3/C6 modules
- Quick prototyping without custom MCU board
- POC validation platform
## Supported XIAO Modules
- XIAO ESP32-S3
- XIAO ESP32-C6
## Compatibility
| Component | Compatible Versions |
|-----------|---------------------|
| **ADC Board** | EMG8_ADS1299 v1.0+ |
| **Firmware** | v0.1+ (Arduino) |
| **Driver** | ads1299_udp v1.0.0+ |
## Manufacturing
- **Fabrication:** JLCPCB
## Changelog
### v1.0 (August 2025)
- Initial adapter design for XIAO modules
- POC development platform