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

LPF Donation via Stripe | LPF Donation - Other Methods

Links below open in new window

ArcticMyst Security 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
 





Joined
Dec 23, 2008
Messages
3,948
Points
63
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
 
Joined
Dec 23, 2008
Messages
3,948
Points
63
i don't know to be honest.... never seen it done. you get great shapes with 3 motors.

michael
 
Joined
Nov 12, 2009
Messages
222
Points
0
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.
 
Joined
Jan 25, 2010
Messages
11
Points
0
For the motor control would you use a 317 voltage regulator with pot or would you lean toward an Arduino to control the motors?
 
Joined
Jun 12, 2010
Messages
892
Points
0
Or you could just hard-wired potentiometers.

That's what everyone does, and it works.
 

Things

0
Joined
May 1, 2007
Messages
7,517
Points
0
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.
 

Things

0
Joined
May 1, 2007
Messages
7,517
Points
0
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.
 




Top