[tutorial] How to use a vibration sensor (or shake switch)

Introduction

vibration sensor

In this tutorial we will use one vibration sensor (or shake switch) to make a beep sound from a buzzer while we shake our breadboard.

Let's get started!

What you will need

parts

For this tutorial you will need:

  • Arduino uno
  • Breadboard (or breadboard shield)
  • Buzzer
  • Vibration/shake sensor

The Circuit

fritzing

The connections are pretty easy, see the above image with the breadboard circuit schematic.

  • Connect one pin of vibration sensor to Arduino Analog pin A0 and the other to 5V pin.
  • Now connect the buzzer, one pin to Arduino pin 8 and the other to GND.

The Code

breadboard

Here's the code, embedded using Codebender!

Try downloading the Codebender plugin and clicking on the "Run on Arduino" button to program your Arduino board with this sketch. And that's it, you've programmed your Arduino with this sketch.

You can keep playing with that by clicking the "Edit" button and start making your own modifications to the code.

For example, try to change delay time or 1022 analog value see how it changes the program.

Press connect button below to start serial communication and start shaking the sensor.

Well done!

You have successfully completed one more Arduino "How to" tutorial and you learned how to use a vibration/shake sensor!