Skip to product information
1 of 3

Axiometa

Vibration Switch

Vibration Switch

SKU:AX22-0025

Regular price $2.99
Regular price Sale price $2.99
Sale Sold out
Taxes included. Shipping calculated at checkout.
Shake it, tilt it, or tap it—this AX22-sized board puts a cylindrical roll-ball vibration switch on a compact 22 × 22 mm PCB so your project can sense motion without MEMS sensors or ADC maths. Inside the sealed metal can a loose steel ball shorts two electrodes whenever the board is jostled (roughly ±15 ° from level or any sharp knock). An on-board 10 kΩ pull-up and 0.1 µF RC filter with a series 100Ω resistor, gives a microcontroller a debounced, logic-level pulse that’s readable on a single GPIO pin. Drop it into any AX22 backplane and you’ve added wake-on-shake, knock detection, or simple orientation sensing in one shot—whether you’re coding in the Arduino IDE, MicroPython, or MicroBlocks.
View full details
  • Technical Details

    - 22 mm × 22 mm square
    - 4× ⌀2.7 mm Mounting Holes
    - 100kΩ to 200kΩ
    -Typical trigger angle ≈ ±15 ° or abrupt acceleration
    - Side to side shaking detection
    - 1.8 V, 3.3 V, 5.0 V
    - Arduino IDE Compatible
    - MicroPython Compatible
    - MicroBlocks Compatible

    Material Datasheet 
  • Pinout

  • Interface

  • Top

  • Bottom

Arduino Example Code

example.ino
const int vibrationPin = 15;

void setup() {
  Serial.begin(9600);
  pinMode(vibrationPin, OUTPUT);
}

void loop() {

  Serial.println(digitalRead(vibrationPin));

  delay(100);  // wait for a second
}
        
  • First time setup

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • Automatic Street Lights

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.

  • How Does an LDR work ?

    Pair text with an image to focus on your chosen product, collection, or blog post. Add details on availability, style, or even provide a review.