|| Mercurial Screen ||

by VikasM53 in Circuits > Arduino

337 Views, 1 Favorites, 0 Comments

|| Mercurial Screen ||

vlcsnap-2020-01-16-09h32m04s881.png

Hii everyone.

This instructables is about the Mercurial Screen. It is my computer screen attached with RGB LEDs.

I'll try to make this instructables concise and simple as it involves electronics and some past experience in it.

Let's get started :)

Materials:

vlcsnap-2020-01-16-10h20m16s485.png
vlcsnap-2020-01-16-10h21m23s845.png

1. Arduino Nano (Buy it from anywhere)

2. Perfboard (Buy it from anywhere)

3. IRFZ44N N-channel mosfet (x3) : https://amzn.to/2Ns3lHy

4. Potentiometer (22K) : https://amzn.to/2Ns3lHy

5. Buck Converter : https://amzn.to/2Ns3lHy

6. 12V RGB LED Strip : https://amzn.to/2Ns3lHy

Equipments:

1. Soldering iron

2. Helping hand or something to hold the board

3. Basic electronics skills

Code : https://github.com/mishravk/Mercurial-Screen

Special thanks to Evan Kale as the original code was written by him. This is the modified version for this project.

Check out his channel : https://www.youtube.com/user/EvanKale91

The Mercurial Build Explained :

vlcsnap-2020-01-16-10h42m23s930.png
vlcsnap-2020-01-16-10h42m40s630.png
vlcsnap-2020-01-16-10h42m59s351.png
vlcsnap-2020-01-16-10h43m16s208.png

We're using N-channel mosfets to drive the LEDs. Three mosfets as one for Red, one for Green and one for Blue : The RGB.

Arduino nano is used to generate PWM signals for switching the mosfets at very high speed to control the RGB. It simply means mosfets are used as a switch and they change color between RGB very fast.

A potentiometer is used for changing the glow effect without changing the colors. This means if you turn the potentiometer knob, you will see different colour effects ranging from Red to Green and Blue as well as all the colors in between.

You can watch the video for practical demonstration :

5v to 12v boost convertor just does what the name says. Mine is adjustable so if you have the same then adjust it to 12v using a multimeter beforehand.

The Actual Build :

Circuit mercurial screen.jpg

Have a look at the circuit diagram shown. It's very simple and easy to understand.

Just solder all the components as shown in the diagram.

You can watch the video :

Notes to Note :

1. I've used the 12v strip as it costed much lesser than the 5v ones. Even after including the price of boost converter, the cost remained less than the half of what was for the 5v. If you're getting a cheaper 5v RGB strip then go for it, no need for the boost converter.

2. You can use this circuit almost anywhere you want to have that rgb effect.

3. The light shows this kind of effect because the values in the code are stored as HSL (Hue, Saturation, Lightness), not as RGB (Red, Green, Blue). The entire color range cycles inside the code written.

You Can Watch the Video As It Is Mostly Self Explanatory

Thankyou, have a mercurial day !!