Read the statement by Michael Teeuw here.
Powering my mirror?
-
So I have a LCD mirror, with a controller board. And I’m planning to get a raspberry pi to run magic mirror 2 on. But I would like to make this as clean as possible. And the included power supply for the controller board is bulky and and the power supply is in the middle of the cord like normal. But I’d like it inside mirror without a large bundle of cord (The goal is to keep it thin). Also I’d like to only run one power cord to the mirror, if seen cheap step down module’s and think that may be the best way? Any advice is appreciated!
-
hello Bean,
for me it was the easyest way to used serveral power supplies. One for the LCD-Monitor (19V), one for the Raspi (5V) and one for the LED-lightning (24V). see here
they were all smaller than the frame (3,8cm). It is a littel bit ugly, but the alternative are serveral different voltageconverter and one very big power supply, witch is definititly taller than 3,8cm.
-
You should check how much power your mirror, incl. screen and RaPi, consumes and buy an appropriate LED power supply. Especially the IP67 ones are very slim. My 60W power supply is only 33mm high. My whole system uses max. 30W so I decided to go bigger (46W was out of stock, 50W has the same dimensions). If you’re at max. below 30W you could aim for a 36W power supply that are even smaller (I think 20mm high).
You could use buck-boost-converters to adjust the voltage you need for the Pi or the LCD. In my case the LCD is driven by a V59 universal controller board that runs on 12V, so it can be powered directly from the supply. The Pi will get the power also from the power supply but with a buck-converter in-between, that reduces the 12V to 5V.
-
I’m actually not sure what to check for watt consumption. I’m only seeing volt and amp.
-
You could use something like this:
You plug in the wall outlet and then you plug the power supply into this device. It will show you voltage, amperage, wattage, etc. They are very cheap. I think I paid for mine around 5€ 5 years ago.
Or, if you know how much ampere is used at a known voltage, you can easily calculate the wattage by multiplying amere A with voltage V, e.g. 3A at 12V would result in 36W.
-
@MadScientist ok so you example is exactly the specs for my display. And from what I’ve seen RasPi3’s won’t reach 4 watts. So any psu over 40 should work, correct?
-
-
@The-Bean said in Powering my mirror?:
I’m actually not sure what to check for watt consumption. I’m only seeing volt and amp.
W = V * A (Watt = Volts * Ampere)
-
I put a hole in the drywall and made a neat little sunk in box with outlets for power (with a PIR for the monitor) and usb (for the pi 24/7) – no visible cables – but I know sometimes that’s not possible.
My plan b was a cable that I’d sleeve really nice so it doesn’t look too bad that goes to small cable box where the cable is split and connected with a plug for the monitor (or in your case the psu) and a converter with a usb plug. Just be careful when working with electricity. I learned a painful lesson on that when I built my Mirror.
-
@MadScientist probably an ignorant question. But will that still work if split between the step down to a 5v, as well as the 12v controller board?