adafruit-vl53l1x — for Claude Code adafruit-vl53l1x, arduinoq-projects, community, for Claude Code, ide skills, SKILL.md, begin(), startRanging(), Adafruit, VL53L1X

v1.0.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need confirm the task type:. 현지화된 요약: # Adafruit VL53L1X Use this skill to integrate Adafruit VL53L1X distance sensors into Arduino, CircuitPython, Python, or Uno Q projects. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

Confirm the task type:
Single sensor bring-up
Multi-sensor bus setup
Threshold-based object detection
Porting between Arduino and Python/CircuitPython

# Core Topics

kanine kanine
[0]
[0]
Updated: 3/29/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
42
Canonical Locale
en
Detected Body Locale
en

적합한 상황: Ideal for AI agents that need confirm the task type:. 현지화된 요약: # Adafruit VL53L1X Use this skill to integrate Adafruit VL53L1X distance sensors into Arduino, CircuitPython, Python, or Uno Q projects. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

추천 설명: adafruit-vl53l1x helps agents confirm the task type:. Adafruit VL53L1X Use this skill to integrate Adafruit VL53L1X distance sensors into Arduino, CircuitPython, Python, or Uno Q projects. This AI agent skill

최적의 용도

적합한 상황: Ideal for AI agents that need confirm the task type:.

실행 가능한 사용 사례 for adafruit-vl53l1x

사용 사례: Applying Confirm the task type:
사용 사례: Applying Single sensor bring-up
사용 사례: Applying Multi-sensor bus setup

! 보안 및 제한 사항

  • 제한 사항: Start ranging only after the bus map is stable.
  • 제한 사항: Use hysteresis so noisy readings near the threshold do not retrigger.
  • 제한 사항: Start ranging only after the bus map is stable

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is adafruit-vl53l1x?

적합한 상황: Ideal for AI agents that need confirm the task type:. 현지화된 요약: # Adafruit VL53L1X Use this skill to integrate Adafruit VL53L1X distance sensors into Arduino, CircuitPython, Python, or Uno Q projects. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

How do I install adafruit-vl53l1x?

Run the command: npx killer-skills add kanine/arduinoq-projects/adafruit-vl53l1x. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for adafruit-vl53l1x?

Key use cases include: 사용 사례: Applying Confirm the task type:, 사용 사례: Applying Single sensor bring-up, 사용 사례: Applying Multi-sensor bus setup.

Which IDEs are compatible with adafruit-vl53l1x?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for adafruit-vl53l1x?

제한 사항: Start ranging only after the bus map is stable.. 제한 사항: Use hysteresis so noisy readings near the threshold do not retrigger.. 제한 사항: Start ranging only after the bus map is stable.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add kanine/arduinoq-projects/adafruit-vl53l1x. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use adafruit-vl53l1x immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

adafruit-vl53l1x

# Adafruit VL53L1X Use this skill to integrate Adafruit VL53L1X distance sensors into Arduino, CircuitPython, Python, or Uno Q projects. This AI agent skill

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Adafruit VL53L1X

Use this skill to integrate Adafruit VL53L1X distance sensors into Arduino, CircuitPython, Python, or Uno Q projects. Keep the workflow short in SKILL.md and load references/adafruit-vl53l1x-reference.md when exact wiring, limits, or API behavior matters.

Quick Start

  1. Confirm the task type:
    • Single sensor bring-up
    • Multi-sensor bus setup
    • Threshold-based object detection
    • Porting between Arduino and Python/CircuitPython
  2. Read the reference file before making hardware assumptions.
  3. Prefer I2C polling or interrupt-assisted ranging over treating the board like a simple digital sensor.
  4. For multiple sensors on one bus, plan address assignment around XSHUT.
  5. Convert distance readings into application events using a configured threshold and simple hysteresis.

Implementation Rules

  • Treat the Adafruit breakout as an I2C ranging sensor, not a raw analog or simple HIGH/LOW proximity device.
  • Account for the breakout board behavior, not just the bare ST sensor: the Adafruit board includes regulator and level shifting.
  • Remove the protective film note into documentation or setup steps when writing bring-up instructions.
  • If more than one sensor is present, explicitly document startup sequencing and final I2C addresses.
  • When building object-detection logic, define:
    • trigger threshold
    • release threshold or hysteresis
    • sampling interval or timing budget
    • debounce or quiet-time rules in software

Multi-Sensor Workflow

  1. Hold all but one sensor in shutdown with XSHUT.
  2. Bring sensors up one at a time.
  3. Initialize each sensor at default address 0x29.
  4. Change the active sensor to a unique address.
  5. Repeat until all sensors are assigned.
  6. Start ranging only after the bus map is stable.

Read the reference file for the pin-level facts that justify this sequence.

Detection Workflow

  1. Start from measured distance in mm or cm.
  2. Choose a trigger threshold based on the actual product path and mounting angle.
  3. Mark object present when the reading crosses the threshold.
  4. Use hysteresis so noisy readings near the threshold do not retrigger.
  5. Timestamp the crossing event, not every sample.
  6. Keep timing budget and sampling cadence consistent across sensors before calculating speed from multiple trigger points.

Arduino Guidance

  • Start from the vendor example pattern in the reference, but confirm the actual Arduino library availability in the target toolchain before committing to a library-specific implementation.
  • On Arduino Uno Q projects, verify the actual working I2C bus before assuming Wire; this workspace confirmed a live VL53L1X path on Wire1.
  • Keep Wire initialization explicit.
  • Check sensor status on begin(), startRanging(), and distance reads.
  • Clear interrupts after consuming a reading when using the library's data-ready flow.

Python And CircuitPython Guidance

  • Use the Adafruit CircuitPython VL53L1X library for Linux/Python or CircuitPython targets.
  • Set distance_mode and timing_budget intentionally instead of relying on defaults when timing matters.
  • Use data_ready checks in read loops and clear the interrupt after consuming data.

Reference File

Load references/adafruit-vl53l1x-reference.md for:

  • board capabilities and operating limits
  • pin meanings and voltage notes
  • default I2C address and XSHUT behavior
  • Arduino example API calls
  • Uno Q-specific bring-up caveats such as bus selection and Qwiic power-vs-bus visibility
  • Python/CircuitPython example behavior
  • source links back to Adafruit

관련 스킬

Looking for an alternative to adafruit-vl53l1x or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자