About: Hello, the author of the project is an Application Engineer of Seeed Studio. It's great to share this project with the Hackster maker community. I hope you like Seeed Studio, a hardware enabler for IoT applications, which provides services that enable IoT developers to quickly prototype... More information about Seeed Studio »
You can built so many beautiful things with wooden and laser cutter. And it will much more better if add some electric modules, we call it the combination of electronic and art.
Here I will share my latest creation, a wooden lamp that the color controlled by a 3-Axis Accelerator. It’s a very funny way to change the color of the lamp. Different location of the lamp will create different colors.
Thanks to the open hardware, you can make it even if you are a newbie to electrical. Just a few steps, and you can make it out. Now let go for make.
Step 1: Prepare the StuffThe stuff is in 3 parts, electronic modules and the wooden as well as the others.
Electronic modules:- BeagleBone Green
- Grove - Chainable RGB LED
- Grove - I2C Hub
- Grove - 3-Axis Digital Accelerometer(±16g)
- Grove - I2C ADC
- Grove - Button
Actually all the above-mentioned module was in
Wooden and laser cutter:- 4mm wooden board (400x400 mm size)
- 3mm frosted acrylic (50x50 mm size)
- 5V mobile power supply
- 3M double-side tap
- M2 screw and nut (about 10mm is enough)
- No.502 glue or AB glue
You can find a laser cutter and 3D printer easily if there’s a maker space near from you. I can say that every maker space has a laser cutter and 3D printer. If you can’t find the wooden board of a laser cutter, you can try the laser cutting service and 3D printing service supply by Seeed.
Add TipAsk QuestionCommentDownload
Step 2: Cut the Wooden Boardou need to find a 4mm wooden board first, the size should be larger than 400x400mm.
You can download the file here.
Add TipAsk QuestionCommentDownload
Step 3: Cut the Acrylic and Embed Into the Wooden BoardHere we will cut some frosted acrylic and embed into the wooden.
Click here to download the 2D acrylic file.
Add TipAsk QuestionCommentDownload
Step 4: Install the Electronic Modules on the BoardWe need some 3M double-side tap, or glue gun is ok if you can’t find the 3M double-side tap.
Add TipAsk QuestionCommentDownload
Step 5: 3D Print a Lamp Shade and Install the RGB LEDHere we will print a lamp shade and laser cut some holder, thus we can install the rgb led on the wooden board.
Click here to download the 3D file for the shade
Click here to download the 2D file for the acrylic holder
And you need some No.502glue or AB glue here.
Add TipAsk QuestionCommentDownload
Step 6: Hardware ConnectYou will find 2 Grove connect on the BBG. What
you need to do is just connect the BBG to the Grove with some cable:
- BBG I2C Port > I2C Hub
- I2C Hub > Grove – 3Axis Accelerator
- I2C Hub > Grove – I2C ADC > Grove – Button
- BBG UART Port > Grove – Chainable RGB LED
Add TipAsk QuestionCommentDownload
Step 7: Software InstallationFirst, you should set the Grove UART socket as a GPIO port, if you don’t know how to do it, just follow this link.
You can download the example code by click here.
$ git clone https://github.com/Lee-Kevin/3.Wooden_Lamp_BBG/
Copy the “3.Wooden_Lamp_BBG” folder to “/var/lib/cloud9”.
$ cp 3.Wooden_Lamp_BBG /var/lib/cloud9
Run the code
$ python colorbox.py
Add TipAsk QuestionCommentDownload
Step 8: Final Assembly2 More Images
Finally we got to the last step. After this step we will get a lovely wooden lamp.
Refer to the image below to view the details for assembly.
The last but not the lease, you may ask: You use a BBG to control a LED, it’s just a waste.
Well, never mind about it, just because I got a BBG by hand. And you can change BBG to an Arduino easily.
Comments