Let me introduce PIC microcontroller based three axis laser spirograph.
...
Check link below if you want to see more patterns
Laser patterns gallery
...
soundtrack.mp31 MB
Remove these ads by
Signing UpStep 1: Gathering stuff
At first prototype I used blank DVD as reflective material but later I discovered more practical way. Technology of making FS mirror is described in my article
DIY Front Surface Mirror
Originally I'm very lazy man so I've chosen programmed microcontroller PIC18F1220 (can be replaced with PIC18F1320) to handle routine job.
PIC implements 3 channels PWM generator.
Actually it's the same engine as one I used in my IKEA light project just code is adopted for PIC18.
PWM signal toggles MOSFET transistor 2N7000 (Id 200mA). Mirror actuator is connected as load to MOSFET.
As mirror actuator I used 5V 200mA CPU cooling fan. It's easy to mount mirror on its flat side.
Device accepts 5V and 12V fan with maximum current 200mA . Voltage is selected by jumper.
Green laser pointer is rated at 3V so I've made LM317-based voltage regulator with adjustable output.
Cheap 5mW green laser module:
http://www.dealextreme.com/details.dx/sku.10094~r.32746761
What else will you need?
Dozen of resistors and capacitors, potentiometers, toggle switch, power jack, prototyping board, box of proper size and power supply unit.














































Visit Our Store »
Go Pro Today »




Just curious...have you played around at all with a sound-reactive version of this? Like maybe a VU controlled PWM or something along that line of thought?
Cheers
owen
If you ppl. build DIY laser show equipments consider to add glass art in front of beam.
It should be already weakened by other means though, because directions of the reflections would be more uncontrolled, and it has potential danger to cause eye damage.
It would look good, that's for sure.
Another nice one is to get holographic lenses and put those in front of the device. I found those from EBAY.. were meant to be for lasers, and had good looking effects.
They cause beams to spread out effectively. Seller guy demonstrated that in some of his videos and showed demo where was more than one lens in use at the same time. Impressive stuff!
Could you also send me the BOM for the parts? How much will it be if I buy them from you?
Thanks
Bonus!
1. All three fan should never run at the same speed or change speed at the same rate. Usually one or two fans are set for low/moderate speed and one is set for high speed. Human eyes cannot distinguish fast changing patterns so best results can be achieved only with regular low speed fans. On a lowest setting controller can maintain fan speed as low as 60 RPM.
2. If one fan or two are accelerating third one should decelerate.
3. Gradual speed increasing/decreasing. It may take 10 -15 sec for fan to accelerate from 0 to 100% speed.
4. One or two fans may stop spinning and take short brake for 5 -10 seconds.
If you are willing to pass me, this is my email: rafahans@ibest.com.br
Just download, unzip and print in 1:1 scale.
1) a programmed PIC
2) circuit board only
3) full, un-assembled kit
Thank you.
1) programmed PIC
2) PCB Board
3) full un-assembled kit
Thank you.
many thanks
microphone -->LM386--> 3x Hi-Q BPFs
Each output would swing between 0-5 V depending on the signal strength in each frequency "bin" made by the BPFs.
Could run each signal into a threshold detector/comparator circuit to turn the lasers on/off.
Check schematics of color organs.
Usually it includes three band-pass audio filters.
Output signal of each filter can be conditioned and used to drive TTL input of corresponding laser.
You can build analog version including audio preamp and band-pass filters or microcontroller-based digital version.
PIC with ADC input can be used to perform signal filtering.
Here's few examples
http://mondo-technology.com/organ.html
http://www.horrorseek.com/home/halloween/wolfstone/ColorOrgans/clomak_MakingColorOrgan.html