abracon

Decode Abracon MPNs and implement handler logic for electronic components.

3|Updated Jan 31, 2025
One-click install
npx skills add https://github.com/Cantara/lib-electronic-components --skill abracon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abracon
Source: https://github.com/Cantara/lib-electronic-components/tree/main/.claude/skills/manufacturers/abracon
Command: npx skills add https://github.com/Cantara/lib-electronic-components --skill abracon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies working with Abracon electronic components by providing detailed guidance on their Manufacturer Part Number (MPN) encoding, suffix decoding, and handler implementation.

Core Features & Use Cases

  • MPN Structure Analysis: Understand the complex structure of Abracon MPNs for various component types (crystals, oscillators, RF products, inductors).
  • Decoding Examples: Learn how to decode specific MPNs with clear breakdowns of prefixes, sizes, frequencies, and options.
  • Handler Guidance: Get insights into the AbraconHandler.java implementation, including package code extraction, series identification, and replacement compatibility logic.
  • Use Case: When encountering an unfamiliar Abracon part number like ABM3-8.000MHZ-D2Y-T, use this Skill to quickly decipher its specifications, such as it being a standard crystal, 3.2x2.5mm size, 8MHz frequency, +/-20ppm tolerance, and operating from -40 to +85C.

Quick Start

Decode the Abracon MPN 'ASFL1-12.000MHZ-EC-T' to understand its specifications.

Frequently Asked Questions about abracon

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I decode an Abracon crystal MPN to find its frequency and tolerance?

To decode an Abracon crystal MPN, parse its structure by breaking down prefixes, sizes, frequencies, and suffixes. For example, ABM3-8.000MHZ-D2Y-T indicates a 3.2x2.5mm standard crystal operating at 8MHz with +/-20ppm tolerance.

What does the suffix mean in Abracon oscillator part numbers?

Suffixes in Abracon oscillator part numbers represent specific operating parameters like temperature range and tolerance. Interpreting these suffixes correctly is essential for identifying replacement compatibility and ensuring the component meets your circuit requirements.

How to implement a handler for extracting package codes from Abracon electronic components?

Implementing an Abracon handler requires logic for package code extraction, series identification, and replacement compatibility rules. The handler parses the MPN structure to automatically map prefixes and suffixes to their corresponding physical specifications and operational parameters.

Can I determine replacement compatibility for Abracon RF products using MPN decoding?

Yes, Abracon MPN decoding determines replacement compatibility by analyzing series identification and package codes. By comparing the decoded specifications of crystals, oscillators, or RF products, you can verify if a substitute part matches the required frequency and operational parameters.

What is the structure of Abracon MPNs for inductors and crystals?

Abracon MPNs for inductors and crystals follow a structured encoding combining prefixes, size codes, frequency values, and option suffixes. Analyzing this structure reveals component specifications such as dimensions, operational frequency, and temperature tolerance.

Why does my Abracon part number show a different temperature range than expected?

An unexpected temperature range on an Abracon component usually results from misinterpreting the MPN suffix. Accurate suffix decoding is required to map the alphanumeric characters to their correct operational temperature limits, such as -40 to +85C.