DIY a Programmable Acrylic Monitor Stand

by Seeed Studio in Circuits > Arduino

10919 Views, 83 Favorites, 0 Comments

DIY a Programmable Acrylic Monitor Stand

DIY(大)有东西.jpg
IMG_20160601_143638R-02.jpeg

As a software engineer, I spend more than 12 hours in the front of computer. And I know there're more that 80% of software engineer have some problem with their cervical, include me.

So I think a monitor stand to higher the monitor is needed. And I was planning to make one myself.

Here share my latest project, a programmable acrylic monitor stand.

This monitor stand featured with:

  • Arduino inside, you can add some sensors or actuators
  • Made with acrylic
  • Higher your monitor to protect your cervical
  • Count the time that you sit in the front of the monitor
  • Ultrasonic to detect if someone sit in the front of your monitor

What Do We Need

IMG_20160601_114120R-01.jpeg

Electronic modules

Other:

  • 8mm Acrylic
  • M2 screw and nut
  • Copper Cylinder

Tools

  • Screw driver
  • Laser Cutter

If you can't find a laser cutter, you can make a wooden version or, try the Laser Cutter Service supply by Seeed.

Laser Cut the Acrylic

step2-1.jpg
step2-2.jpg

Download the file and laser cut it.

Here's we use 8mm acrylic, less that 8mm may broken if your screen is big.

Downloads

Desk Assembly

step3-1.jpg
step3-2.jpg
step3-3.jpg
step3-4.jpg

Fixed side acrylic panels with screws and angle iron.(Image 1)

Fixed the top acrylic panels with screws.(Image 2)

Fixed the drawer.(Image 3)

The desk is done (Image 4)

Hardware Connection

IMG_20160601_135608R-01.jpeg

There're 3 modules need to connect to your Arduino.

  • Grove - Button > D2
  • Grove - OLED > I2C
  • Grove - Ultrasonic Ranger > D7

Software Works and Test

github.png
step5-2.png
step5-3.png
step5-4.png

The code was wrote in Arduino. If you hadn't try an Arduino, click to get more.

I had pushed my code to Github, if you like this project and want to improve it, please give me pull request.

Click here to download the code.

Please know that it's an Arduino Sketchbook, that include the demo code and libraries all needed.

1. When you get to the github page, find a Download ZIP button, click to download the code.

2 Unzip the file you had downloaded from github, you will get a folder namedArduinoPhone-master.

3. Open your Arduino IDE, click File > Preferences > Sketchbook Location, browse to the folder we had mentioned above - ArduinoDesk-master. Then click OK to save it.

4. Close and re-open Arduino IDE, click File > Sketchbook > demo, then the main code of the desk is open.

5. Choose the right board(Arduino UNO) and port to upload the code.

All the steps please refer to the image above.

Hardware Assembly

step6-1.jpeg
step6-3.jpeg
step6-2.jpeg
step6-4.jpeg

We need some M2 screws and nuts to fix the modules.

As shown at the above images.

Maker It Better

DIY(大).jpg

There're some awesome function to be added in the next version.

  • Missed call
  • Sedentary remind
  • One button call - If someone can't find you, click on the button then a SMS will send to you, “COME BACK, SOME GUY IS WAITING YOU”
  • If you have any ideas, please make a comment.

Have fun.