Electronic – How to build a multi LED blink circuit triggered by vibration sensor

ledlow-powersensorvibration

I'm wondering how to build a module just like the ones that are in kids shoes that light up. I've taken a few of these out and would like to make my own circuit but I'm not sure if it is possible. I've made blinking LED circuits before but they had an on/off switch. I like how the sensor turns it on and does the flashing cycle then turns itself off.

I'd like to make the battery replaceable and change the pattern of the LED blinks. My plan was to embed it into my kids bike and other things.

My guess is that a special machine or tool is needed to embed the cycle onto the circuit but I hope there is a different method to achieve the same result without using a power hungry microprocessor.

I've checked youtube but I haven't found anything similar to this.

If anyone can steer me in the right direction that'd be awesome.

I found the modules for sale here, 2018 popular shoe decorations vibration sensor flashing led shoe sole lights

Vibration/Shake Sensor from ebay, 10PCS Vibration Switch Shake Sensor Switch for Skates Gyro output Shake Rod 9P9

Module with LED

Module showing battery and sensor

Best Answer

You can make fun lights with a few different ways.

One, is a 555 timer or timers, and a few switches to change the flashing mode or times. Very analog method. It will stop once the trigger stops. As you see, a vibration sensor is used. A simple vibration sensor is a spring coil, around a stiff wire. Or a ball or mercury tilt sensor.

The other is a microcontroller. You can program it to vary colors how ever you want it to, speed, pattern, etc. You would have to do it from scratch or by copying someone's project. A basic arduino like project. Tons of them on google or instructables.com. it will listen for an input like the tilt sensor to turn it in and will turn off after it sees no input after x seconds or whatever you program.

The other, is dedicated fun light ICs. TI makes one. It takes digital instructions to affect the color and flashing of the leds. I'll link it later. But you would still need a microcontroller. This allows you to do less programming, as the IC handles fading and other math for you.

Related Topic