Grove Tilt Sensor: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoGroveTiltSensor.png == Summary == Tilt detection sensor compatible with Grove systems. == Description == The **Grove Tilt Sensor** detects orientation changes or tilt events. It functions like a simple switch: when tilted, the sensor output changes state. Commonly used for orientation-based control, motion detection, and simple triggers in interactive projects. <b>Diagram:</b> Image:TArduinoGroveTiltSensor.Preview.png == Categorie..."
 
(No difference)

Latest revision as of 09:36, 24 August 2025

File:TArduinoGroveTiltSensor.png

Summary

Tilt detection sensor compatible with Grove systems.

Description

The **Grove Tilt Sensor** detects orientation changes or tilt events. It functions like a simple switch: when tilted, the sensor output changes state. Commonly used for orientation-based control, motion detection, and simple triggers in interactive projects.

Diagram:

Categories

Properties

  • Enabled – Enable or disable the component (boolean).

Pins

Input Pins

  • Clock – Trigger input to check tilt state.

Output Pins

  • Grove – Output pin compatible with Grove connectors.
  • Out – Digital output, HIGH or LOW depending on tilt state.