8051-mcu-debug
Use when debugging 8051-compatible microcontrollers, 51 MCU firmware, STC download issues, Keil C51 projects, interrupts, timers, UART, or startup failures
Use when integrating, porting, calibrating, or debugging MCU sensor drivers, register maps, I2C/SPI transport, interrupts, FIFO, timing, or data conversion
$ npx -y skills add easyzoom/aix-skills --skill sensor-driver-integration --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sensor-driver-integrationContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when integrating, porting, calibrating, or debugging MCU sensor drivers, register maps, I2C/SPI transport, interrupts, FIFO, timing, or data conversion
name: sensor-driver-integration description: Use when integrating, porting, calibrating, or debugging MCU sensor drivers, register maps, I2C/SPI transport, interrupts, FIFO, timing, or data conversion
Use this skill to integrate sensors by proving transport, identity, configuration, timing, data readiness, conversion, and calibration in order. Sensor bugs often look like algorithm bugs but start with bus timing, register paging, or unit conversion.
Use this skill when:
Do not use this skill when the electrical bus itself has not been proven. Use `hardware-interface-debug` first.
Ask for:
1. Prove physical and bus identity. Check power rails, reset state, WHOAMI/device ID, and basic register reads before configuration.
1. Freeze the register plan. Document mode, range, bandwidth, output data rate, FIFO, interrupts, and low-power settings.
1. Read raw data first. Convert bytes with the correct endian, signedness, resolution, and scale only after raw values move plausibly.
1. Add readiness and timing. Poll or interrupt on data-ready, avoid reading faster than ODR, and timestamp close to acquisition.
1. Validate calibration. Keep offset, sensitivity, temperature compensation, and factory calibration separate from transport logic.
1. Test stress cases. Cover FIFO overflow, suspend/resume, bus errors, hot reset, and sensor disconnect.
Before claiming a sensor works:
User:
IMU 数据一直跳,姿态算法不稳定。
Agent:
1. Reads WHOAMI, range, ODR, bandwidth, FIFO, and interrupt registers. 1. Checks raw accel/gyro values before the fusion algorithm. 1. Verifies timestamp, endian, scale, and calibration before tuning filters.
AIX Skills is a public collection of Agent Skills, templates, and references for building repeatable AI workflows.
Use when debugging 8051-compatible microcontrollers, 51 MCU firmware, STC download issues, Keil C51 projects, interrupts, timers, UART, or startup failures
Use when integrating, evaluating, configuring, or debugging Avem embedded C framework modules, event-driven components, drivers, middleware, or application…
Use when integrating or debugging Li-ion charger/fuel gauge ICs (BQ24295, BQ27441, MAX17048) over I2C, covering charge start, watchdog host mode, NTC/JEITA…
Use when integrating, designing, or debugging BLE GATT services, characteristics, descriptors, MTU, notifications, indications, pairing, connection parameters,…
Use when debugging embedded bootloaders, application jumps, vector table offsets, firmware upgrade flow, OTA state, image validation, rollback, or boot…
Use when integrating, porting, configuring, or debugging CAN bus libraries, CANBus-Triple, MCP2515, CAN frames, bit timing, filters, or embedded automotive…