You've already forked CleverHand-hardware
mirror of
https://github.com/Aightech/CleverHand-hardware.git
synced 2026-05-14 18:10:56 +00:00
60 lines
1.2 KiB
YAML
60 lines
1.2 KiB
YAML
#Module identity
|
|
id: IMU_ICM2094
|
|
name: Imu Icm2094
|
|
sku: CH-HMI-SUBM-IMU_ICM2094
|
|
rev: 0.0
|
|
|
|
# Classification
|
|
classification:
|
|
category: Human-Machine Interfaces
|
|
family: Submodules
|
|
model: IMU_ICM2094
|
|
subtype: ['submodule', 'sensor', 'IMU_ICM2094']
|
|
|
|
# Maturity
|
|
readiness: DEVELOPMENT
|
|
|
|
# Image
|
|
image: /images/IMU_ICM2094_LDtop.png
|
|
|
|
# Location
|
|
location: CleverHand-hardware/pcb/hmi/submodule/sensor
|
|
|
|
# Hardware intent
|
|
description: This module is an Inertial Measurement Unit (IMU) that embeds the ICM2094 sensor. It is responsible for acquiring the acceleration, angular velocity and magnetic field signals.
|
|
|
|
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
|
|
- Interfaces
|
|
- Communication
|
|
|
|
# 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.0.0 |