Welcome to Laser Pointer Forums - discuss green laser pointers, blue laser pointers, and all types of lasers

Buy Site Supporter Role (remove some ads) | LPF Donations

Links below open in new window

FrozenGate by Avery

Help in building a Spirograph

Joined
Jan 25, 2010
Messages
11
Points
0
I’m interested in build a spirograph. I have basic skills in building circuits. I’m looking for help with the motor controller and laser pulse circuit. I’m thinking about using a 317 voltage regulator and a pot to adjust the speed of the motors and a 555 timer to pulse the laser. Am I on the right track?
Any feedback would be great.
Thanks
 





you might not want to pulse the laser.... you would probably get better results by using 3 motors with variable speed capability... Hobby Shack sells 4 packs of small motors for about 7 bucks.

michael
 
i don't know to be honest.... never seen it done. you get great shapes with 3 motors.

michael
 
Unless you are trying to do something like WhiteFusion, pulsing a single laser will just get you dots or dashes, not really a spirograph.

I suppose you could have 3 pot controlled motors and also adjust PRF and Pulse width of the laser to create some odd patterns though.
 
For the motor control would you use a 317 voltage regulator with pot or would you lean toward an Arduino to control the motors?
 
Or you could just hard-wired potentiometers.

That's what everyone does, and it works.
 
Using just potentiometers is a risk, because if one of your motors gets jammed, it may draw more power and fry your pot.

Using a voltage regulator like the LM317 wastes a lot of heat. You don't need a whole microcontroller (Arduino) to run a spiro, though you can if you want to add pattern presets, sound reactivity etc. I'd recommend PWM'ing the motors. Much more accurate.
 
Pulse width modulation. Basically, instead of varying the power to the motor, you just chop it up to make more of an "average" power. Because the motor is inductive, it's speed will adjust according to the PWM. Almost all microcontrollers have PWM outputs. The Arduino has like 5.
 





Back
Top