Arduino Laser Projector
Uploader Comments (npaltmp)
All Comments (22)
-
Excellent idea. Try 8 parallel laser beam to project at wall. How can you modulate the laser pen?
-
@jazzbaby84 Your question interests me but I am not sure what you are referring to. If you are talking about the flickering problem in the video recording, that has nothing to do with my device. It has do do with how the camera records the video frames. If the camera is "exposing" each frame for only 33 ms but my projector is taking 56 ms to draw a frame, each video image is only capturing half of the projection. Make the projector run faster, and more of the projection is drawn per vid frame.
-
@npaltmp Also known as a 2D array for any ooo peeps out there. Nice vid, Can I ask, was there a reason the laser image would only display correct upon full speed? Couldn't this be adjusted using your ir sensor?
-
@HypoPyros Thanks. I have working on an improved model on and off (I have many other projects going on simultaneously). I will be more compact, it will use a much more powerful laser, and it will likely have many extra features. One of the features I am strongly considering is SD memory card support for displaying text files. Another is programmable scheduled reminders with audible alarms. I am even considering more exotic features like Caller ID.
-
Dude, this is the coolest Arduino project ever. NASA and shit should employ you.
What you could do is add a Arduino Bluetooth and lots of coding to send it instant messages or even images with new mirrors.
Kepp up the great work, Cheers!
-
You are a fucking genius !
Amazing work !
heim.ifi.uio.no/~haakoh/avr/#projector
Spoif 11 months ago
@Spoif You are second to reference this link. I will now be honest. Many years ago (maybe more than 6, I don't remember) I saw that page and found it very interesting. When I built my projector, I had not revisited that page since the first day I saw it. I only vaguely remembered the concept and implementation. All the construction and design decisions I made for mine where the results of my own brainstorming and problem solving.
npaltmp 7 months ago
great!
wouldn't it have been easier just to add a stepper motor so that it would be easier to maintain a steady speed?
YetAnotherShow 11 months ago
@YetAnotherShow Sorry my reply is 4 months late. A stepper motor could maintain a much steadier speed, but it is MUCH more difficult to control software wise and significantly more complex to power circuitry wise. With a cooling fan motor, all I have to do is make an occasional adjustment to the PWM power level when ever it is convenient for my software to do so. With a stepper, I would constantly have to time and adjust the motors state during drawing routines.
npaltmp 7 months ago