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 debugging embedded board-level power, reset, clock, pin, connector, signal integrity, logic analyzer, oscilloscope, or hardware interface issues
$ npx -y skills add easyzoom/aix-skills --skill hardware-interface-debug --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hardware-interface-debugContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when debugging embedded board-level power, reset, clock, pin, connector, signal integrity, logic analyzer, oscilloscope, or hardware interface issues
name: hardware-interface-debug description: Use when debugging embedded board-level power, reset, clock, pin, connector, signal integrity, logic analyzer, oscilloscope, or hardware interface issues
Use this skill when firmware symptoms may actually come from board-level signals. Verify power, reset, clocks, pin mapping, voltage levels, and measured waveforms before treating the issue as a software bug.
Use this skill when:
Do not use this skill when the hardware path has already been verified and the issue is clearly inside firmware logic.
Ask for:
1. Start with power and ground. Confirm rail voltage, sequencing, ripple, current limit, ground reference, and target voltage for debug probes.
1. Check reset and clock. Verify reset release, boot strap states, oscillator startup, clock output, and brownout/watchdog conditions.
1. Trace the signal path. Map MCU pin, package pin, board net, connector, level shifter, external device, and pull components.
1. Measure at the right points. Compare near-MCU and near-peripheral signals to catch level shifter, connector, or routing issues.
1. Compare against firmware configuration. Pin mux, open-drain/push-pull, drive strength, alternate function, and analog mode must match the hardware.
1. Avoid destructive experiments. Do not short pins, force rails, remove protections, or bypass regulators without explicit user approval.
Before claiming hardware evidence:
User:
SPI 读出来全是 0xFF,代码看起来没问题。
Agent:
1. Asks for schematic, pins, voltage, SPI mode, and logic analyzer capture. 1. Checks CS/SCK/MOSI/MISO near both MCU and slave. 1. Verifies MISO is not floating, voltage levels match, and CS timing reaches the device.
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…