








Tilt Sensor / Vibration Alarm Switch Module for Arduino – Shock Detection Motion Sensor
Tilt and vibration sensor module compatible with Arduino and Raspberry Pi, used to detect motion, vibration, shock, or angle change in security systems, alarms, and DIY robotics. This tilt sensor module consists of a tilt sensor and an onboard potentiometer. Just like vibration sensors, tilt sensors trigger when a change in orientation/displacement occurs. For this particular module, it outputs LOW when the tilt sensor is activated and HIGH when it is in default.
₹ 49 ₹99
99



Made In : | India |
Add FAQ
Key Features:
-
Detects tilt, vibration, and shock motion
-
Onboard sensitivity-adjustable comparator circuit
-
Digital output (0/1) – easy interface with Arduino
-
Onboard power and signal LEDs
-
Great for motion detection, anti-theft systems, and fall detection
-
Plug-and-play with Arduino, NodeMCU, Raspberry Pi, and STM32
Product Description (Detailed):
The Tilt Sensor Vibration Alarm Switch Module is a motion-sensitive sensor designed to detect tilt, shocks, and vibrations. Built with a metal ball tilt switch or SW-420 vibration sensor, the module generates a digital signal when motion is detected.
It comes with an LM393 comparator IC for signal conditioning and features power and output indicator LEDs for easy debugging. Its simple digital output pin can be directly connected to Arduino or any microcontroller, allowing quick integration into security systems, robotics, or interactive projects.
Technical Specifications:
Parameter | Value |
---|---|
Operating Voltage | 3.3V – 5V |
Sensor Type | Tilt / Vibration Sensor (Ball or SW-420) |
Output Type | Digital (0 = inactive, 1 = vibration detected) |
Interface | 3-pin header: VCC, GND, D0 |
Comparator | LM393 onboard |
LED Indicators | Power (PWR) and Signal (OUT) |
Sensitivity | Adjustable via potentiometer |
Module Size | ~32mm x 14mm |
How to Use:
-
Connect pins:
-
VCC → 5V (or 3.3V)
-
GND → Ground
-
D0 → Digital input pin on Arduino (e.g., D2)
-
-
Upload a basic Arduino code:
void setup() {
pinMode(sensor, INPUT);
Serial.begin(9600);
}
void loop() {
if (digitalRead(sensor) == HIGH) {
Serial.println("Vibration Detected!");
}
} -
Adjust the sensitivity potentiometer on the board as needed.
Keep sensor orientation stable during calibration.
Applications:
-
Anti-theft alarm systems
-
Tilt or motion detection for smart devices
-
Fall detection systems for elderly care
-
Robotics and mechatronics movement sensing
-
Interactive art, toys, or musical instruments
Package Includes:
-
1 × Tilt/Vibration Sensor Module for Arduino
0 Reviews For this Product
