InvenSense Manufacturer Handler Skill

Parse InvenSense motion sensor MPNs and extract package and interface codes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and identification of InvenSense (now TDK) motion sensors, streamlining the process of selecting and verifying components.

Core Features & Use Cases

  • Component Identification: Recognizes various InvenSense sensor types including IMUs, gyroscopes, and accelerometers.
  • MPN and Package Parsing: Extracts key information like Manufacturer Part Numbers (MPNs), package types, and interface codes.
  • Replacement Logic: Provides compatibility information for finding alternative or equivalent components.
  • Use Case: When designing a new product that requires a 6-axis IMU, you can use this Skill to quickly identify suitable InvenSense part numbers and their compatible replacements.

Quick Start

Use the InvSenseHandler skill to extract the series from the part number 'ICM-20948'.

Frequently Asked Questions about InvenSense Manufacturer Handler Skill

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

FAQPage Schema
How do I identify compatible replacement components for an InvenSense IMU?

To identify compatible replacements for an InvenSense IMU, you can match components based on series, interface, and voltage requirements. This allows you to find equivalent 6-axis or 9-axis motion sensors.

How do I extract the series and package code from an InvenSense MPN?

You can extract the series and package code from an InvenSense Manufacturer Part Number (MPN) by parsing specific MPN patterns. This process also identifies interface codes for I2C and SPI configurations.

What InvenSense motion sensor types are supported for component identification?

Supported InvenSense motion sensor types include 6-axis and 9-axis IMUs, gyroscopes, accelerometers, and audio/motion processors. This covers a wide range of TDK motion sensing components.

Can I parse I2C and SPI interface codes from TDK InvenSense part numbers?

Yes, you can parse I2C and SPI interface codes directly from TDK InvenSense part numbers. This interface code parsing helps determine the communication protocol supported by the motion sensor.

What is the best way to manage InvenSense motion sensors for a new hardware design?

The best way to manage InvenSense motion sensors is to use MPN pattern matching and series identification to verify components. This simplifies selecting suitable gyroscopes and accelerometers while checking compatibility.