Do it yourself
Life hacks, master classes, useful tips, recipes.
home » Electronics » DIY electronics » Cheap laser projector

Projector advantages:


  • Scanning is carried out using mirrors in X and Y.
  • 2x 35mm stepper motor with 0.9 degree steps - 400 steps/rev. - 5 V.
  • Automatic mirror calibration.
  • Remote control (via bluetooth optional).
  • Auto mode.
  • Remote control application with graphical interface.
  • Open source.

Cheap laser projector

Laser projectors can be divided into two main categories. Either they use diffraction glass/foil to project the pattern, or they have a system that moves the laser beam in the XY directions, i.e. the classic sweep of CRT TVs. The second option always has great advantages because you can program the pattern that will be projected. While in the first case the laser beam projects a static image, in the second the laser still consists of a single beam that moves very quickly, thereby drawing the image. If the laser beam moves very quickly, then we perceive the image as a single whole.Typically this scanning is done using two perpendicular mirrors, each of which is capable of moving the laser beam along its own axis. By combining, we will be able to place the beam wherever we want.
Cheap laser projectorCheap laser projector

Professional projectors typically use galvanometric scanners. They can position the laser beam to 60,000 different locations in 1 second. This creates a truly smooth projection without the strobe effect. However, such projectors are very expensive. I used stepper motors in my projector. They are, of course, not as fast, but they are cheap.

The laser draws the design by rotating along the lines over and over at a very high speed. Sometimes there are several parts of a template that are not related to each other. In this case, each letter is separated, however, when the laser moves from one letter to another, it creates an unwanted line. This can be solved by turning off the laser for a short period. The whole idea is that the laser switches as it goes from one to the other. This is done using a high-speed control unit that must be synchronized with the scanning system.
To put it simply, stepper motors rotate at a given synchronization speed, passing through the entire projection area. And the laser turns off and on alternately, projecting the desired areas.

In the list below you can find the components I used and links to the store where I bought them.

And then some materials and tools that you will need.
  • The mirror is two-way (the best metal mirror, such as HDD).
  • Aluminum sheet (or iron).
  • Hot glue.
  • Wires.
  • Pliers.
  • Drill.
  • Distribution box.

Projector assembly


Let's start assembling the “heart” of our projector - the side of the beam sweep. To do this, we need to use metal scissors to cut an “L” shaped stand for stepper motors from an aluminum sheet (or from tin).
We drill a hole and install stepper motors. Stepper motors must be strictly perpendicular, but offset in height.
Cheap laser projector
Cheap laser projector
Cheap laser projector
Cheap laser projector
Cheap laser projector
Cheap laser projector

We make mirrors.


To make mirror elements we need to take a disk from a broken hard drive. Why not a simple mirror? - you ask. A simple mirror will not work, since it is mirrored only on one side, and as you probably remember, the mirrors in the projector rotate in a circle. You can also use regular laser discs, but they do not reflect as well and some of the brightness will be lost.
The hard drive disk needs to be cut, preferably with a grinder.
We glue the resulting mirrors with hot glue onto the stepper motors.
Cheap laser projector

Electronics


The projector is controlled by an Arduino Uno plus a stepper motor driver from the same company. Control is carried out via Bluetooth, but it can also be done directly via a uart adapter.
For those who have at least once worked with Arduino, I think there is no need to explain how to connect what, but for those who have not worked, I don’t see the point.
The laser diode is also powered through an Arduino with brightness adjustment. Additionally, I will show you where the photo diode is connected. This photo diode is needed for initial calibration of the projector.It is installed perpendicular to the upper motor, pay attention to the hole above the lower motor.
Cheap laser projector

Cheap laser projector

Cheap laser projector

Cheap laser projector

Calibration


After you have assembled and debugged everything, you need to calibrate the projector. To do this, we will use a photodiode placed in a hole on the center axis directly above the X-axis stepper motor. To obtain more accurate measurements, a variable resistor circuit was required. In calibration, we read the values ​​from the photodiode and when the value exceeds a certain value (the laser shines directly into it), the motors stop and return to their original position.
Code, calibration programs.
pseudo code for calibration
// 1step = 0.9° / 400steps = 360° = full rotation
laserOn();
for (int a=0; a<=400; a++) {
for (int b=0; b<=400; b++) {
photodiodeValue = readValue();
if (photodiodeValue >= photodiodeThreshold) {
laserOff();
returnHome();
}
stepY(1,1);
}
stepX(1,1);
}
laserOff();
unsuccessfull();

Final assembly


The entire projector was placed in a plastic junction box and tightened with screws. The projector is portable, just plug in the power source, flip the switch, and you have your own laser show.
Cheap laser projector

Cheap laser projector

Laser Control Application


The control application was created in C# and allows you to switch between templates, adjust speed and see current actions.
Cheap laser projector

Program and similar code with firmware


You can download it here.
Make sure you have .NET framework 4.5.2 installed on your computer which is required to run the application.

Video of the projector working



Original article in English
come back
Comment
  • bowtiesmilelaughingblushsmileyrelaxed relaxedsmirk
    heart_eyeskissing_heartkissing_closed_eyesflushedrelievedsatisfiedgrin
    winkstuck_out_tongue_winking_eyestuck_out_tongue_closed_eyesgrinningkissingstuck_out_tonguesleeping
    worriedfrowninganguishedopen_mouthgrimacingconfusedhushed
    expressionlessunamusedsweat_smilesweatdisappointed_relievedwearypassive
    disappointedconfoundedfearfulcold_sweatperseverecrysob
    joyastonishedscreamtired_faceangryragetriumph
    sleepyyummasksunglassesdizzy_faceimpsmiling_imp
    neutral_faceno_mouthinnocent
3+three=
Comments (5)
  1. Outrigger
    #1 Outrigger Guests 2 September 2017 19:14
    4
    The coolest thing!!! heart_eyes
  2. Denis
    #2 Denis Guests 2 September 2017 21:13
    0
    I ordered everything! Thank you! I have now started making the case.
  3. Kastyan
    #3 Kastyan Guests 3 September 2017 13:49
    2
    Eh, how can I make them move faster... I looked at these factory scanners, and the cheapest ones on Ali cost from 4,000 rubles.
  4. Artem Krisko
    #4 Artem Krisko Guests 14 April 2021 14:52
    0
    Are 28BYJ-48 five-volt stepper motors suitable for projector operation?
  5. Kirill
    #5 Kirill Visitors 11 November 2022 18:44
    1
    Hello, I decided to take your project for my diploma. I acquired all the parts, all that was left was to write the sketch, but some difficulties arose during the process of writing the sketch. Could you post the finished sketch?
    Thank you in advance!

Decoupage glass bottle | Do it yourself

What to make from a leaky barrel that is not suitable for water? DIY outdoor wood stove

Making a mobile stove out of a barrel for burning garden waste

Modification of a flashlight (from AAA batteries to 18650 battery)

«Do it yourself - with your own hands» - a site of interesting homemade products made from scrap materials and items at home. Step-by-step master classes with photos and descriptions, technologies, life hacks - everything a real master or just a craftsman needs for needlework. Crafts of any complexity, a large selection of directions and ideas for creativity.

We recommend reading

Washing machine error codes