Skateboard Motion Sensor And Alarm Prototype Working

Article by:
Date Published:
Last Modified:
The MS24 motion sensor (works in any direction, unlike most tilt sensors).

The MS24 motion sensor (works in any direction, unlike most tilt sensors).

The motion sensor and alarm is now working! This would of had to been the easiest part of the circuits to get working. Everything just worked, first time (so did the software, and big part due to the PSoC’s easy to use drag’n’drop hardware blocks and configurations tools.

I found this cool little motion sensor, the MS24 on Element14 for less than NZ$10. It’s heaps better than most tilt sensors since it is sensitive to motion in all orientations, unlike tilt sensors which tend to only change state at a specific angle from the horizontal.

The sensor is normally closed, but when a small amount of motion disturbs it, it momentarily goes into the open state. All you need is a resistor and capacitor to interface this into a microcontrollers interrupt pin. The combination of the resistor and capacitor control the sensitivity.

I made a simple BJT full-bridge to control a speaker (or peizo) at 12V from the microcontrollers PWM outputs (the PSoC allows you to configure one PWM module to have two outputs, each the inverse of the other, all in the GUI!).

For the prototype, the motion sensor triggers an interrupt on the micro, which then enables the PWM, changing the frequency every 500ms to create an alarm sound.

The BJT full-bridge used to drive the alarm speaker.

The BJT full-bridge used to drive the alarm speaker.

Here’s a little video showing how it works. Note that I had the motion sensor on maximum sensitivity (aka no capacitor), hence how a little table vibration sets it off, which is quite impressive!


Authors

Geoffrey Hunter

Dude making stuff.

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License .

Related Content

Tags

comments powered by Disqus