I'm French, reading instructables since at least 2 years, it is the first entry i make on this website.
Why i made this project :
I have a small homecinema system in my living room, with a projector and a commercial motorized projector screen.
I have a big mirror on the left wall, it makes the room brigther, but when watching a movie you want a dark room, and we could see reflections of the movie in it (very annoying) so i installed a grey/black blind i found in a DIY shop, it was a great fix.
Now i had to get it down then up every time by hand, so i tough "why not motorize it?"
Why i didn't just remove the mirror ?
The mirror is embedded in the wall, and it is nice when not watching a movie, it expands the living room. So i wanted to keep it, but still be able to watch a movie without seeing the reflections in the mirror.
Remove these ads by
Signing UpStep 1: "Reverse" engineering the projector screen motor controller
It is controlled via an RF remote.
I grabbed my multimeter, and was able to find 12V on the relay coils.
So i soldered one wire to each relay coil (the terminal that gets down to 0V when the relay is "OFF"), plus one wire for GND.










































Visit Our Store »
Go Pro Today »




I'm Sorry (or not) i'm not a girl, the pics of my gf in the Valentine day's project may have fooled you !
Side note, I never meet a girl who is not from the internet and does electronics ...
I have done a few projects with MicroChip's PIC 8 bit conttrollers and your project sparked a few ideas in my head. I've noticed that most people here do stuff on Arduino and such articles are the ones with more views.
Thanks and keep up the good work.
It might have been easier to have the screen relays turn on relays for the blinds for driving the blinds up and down. Then use switches that measure the thickness of the material on the blind to act as end switches. Or, since you are using Arduino, to count the revolutions of the blind core.
Can you show us the installation of the motor in the blinds? Or brand of blind if the motor is factory installed?
I shall take a picture of the motor setup if you want, but it is rather hacky :D
Have you thought about attaching infrared receiver to the Arduino to get it to read the signal from the screen remote? If you get one of those ultra-small and cheap Arduino clones you could have everything in very small package with very little wiring.
I didn't tough about infrared receiver, that is a good idea, but i wanted to control the whole thing with the RF remote of the screen.