You've already forked CleverHand-hardware
mirror of
https://github.com/Aightech/CleverHand-hardware.git
synced 2026-06-15 09:12:11 +00:00
59 lines
1.1 KiB
YAML
59 lines
1.1 KiB
YAML
#Module identity
|
|
id: BUS_CONN
|
|
name: Bus Connection
|
|
sku: CH-TOOL-BRDG-BUS_CONN
|
|
rev: 0.0
|
|
|
|
# Classification
|
|
classification:
|
|
category: Tools
|
|
family: Bridges
|
|
model: BUS_CONN
|
|
subtype: ['bridge', 'BUS_CONN']
|
|
|
|
# Maturity
|
|
readiness: DEVELOPMENT
|
|
|
|
# Image
|
|
image: /images/BUS_CONN_LDtop.png
|
|
|
|
# Location
|
|
location: CleverHand-hardware/pcb/tool/bridge
|
|
|
|
# Hardware intent
|
|
description: This module let you connect to a cleverhand bus to access each track individually.
|
|
|
|
intended_use:
|
|
- Research
|
|
- Prototype development
|
|
|
|
non_goals:
|
|
- Clinical diagnosis
|
|
- Implantable use
|
|
- Safety-certified medical applications
|
|
|
|
# Functional summary
|
|
capabilities:
|
|
type:
|
|
channels:
|
|
signal_type:
|
|
sampling_rate_hz_max:
|
|
resolution_bits:
|
|
reference_type: differential
|
|
|
|
# Compatibility
|
|
compatible_with:
|
|
- Cleverhand bus
|
|
|
|
|
|
# Documentation pointers (relative to module root)
|
|
docs:
|
|
readme: README.md
|
|
schematic: "*.kicad_sch"
|
|
pcb: "*.kicad_pcb"
|
|
|
|
# Ownership & traceability
|
|
maintainer: "Alexis Devillard (aka aightech)"
|
|
license:
|
|
hardware: CERN-OHL-S-2.0
|
|
documentation: CC-BY-4.04.0 |