analogdevices

Decode Analog Devices MPNs into series, grade, package, and RoHS details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users understand and decode the complex naming conventions and specifications of electronic components manufactured by Analog Devices, simplifying component selection and integration.

Core Features & Use Cases

  • MPN Decoding: Breaks down Analog Devices Manufacturer Part Numbers (MPNs) to reveal details about the component's family, series, grade, package, and RoHS compliance.
  • Package & Grade Identification: Provides tables and logic for identifying common package codes and temperature/performance grades.
  • Use Case: When faced with an unfamiliar Analog Devices part number like "AD8065ARTZ-R7", this Skill can explain that it's a high-speed op-amp, in an SOT-23-5 package, industrial grade, RoHS compliant, and supplied on a 7" reel.

Quick Start

Explain the Analog Devices part number ADXL345BCCZ.

Frequently Asked Questions about analogdevices

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

FAQPage Schema
How do I decode an Analog Devices manufacturer part number like AD8065ARTZ-R7?

Decoding an Analog Devices manufacturer part number involves analyzing its prefixes, series, grades, and package codes. This reveals component details such as family, SOT-23-5 package type, industrial grade, RoHS compliance, and 7-inch reel packaging.

What do the suffixes in Analog Devices MPNs mean for package and grade identification?

Suffixes in Analog Devices MPNs represent package and temperature or performance grades. By parsing these specific code patterns, you can identify the component's physical packaging, operating temperature range, and compliance status.

How do I identify the component type from an unfamiliar Analog Devices part number?

Identifying the component type from an Analog Devices part number requires breaking down its series references and prefixes. This analysis determines whether the component is a high-speed op-amp, accelerometer, or another device family.

How can I implement a handler for parsing Analog Devices MPN structures?

Implementing a handler for parsing Analog Devices MPN structures requires applying logic to split prefixes, series, grade, and package codes. This handler identifies critical pattern issues and maps common series references for AD components.

What are the common series references used when decoding Analog Devices components?

Common series references in Analog Devices components are encoded within the MPN structure to denote specific device families. Decoding these references allows you to distinguish between product lines like operational amplifiers and digital accelerometers.