Rainbow Lamp

A student from a local university reached out to us earlier this year to create a light based object for a class project. I volunteered to help her and after many iterations, we decided to build a diffused RGB Lamp.

The finger-jointed acrylic body was designed using makercase.com and laser cut.

Rainbow_Lamp_Acrylic

I used the addressable RGB LED strip from Adafruit, called Neopixels, to provide the lighting effects.  The LED strip was wrapped around a PVC pipe in a spiral so it could provide light on all four (4) sides. The spiral spacing gets tighter near the top to either to vary the lamp density for a cool effect or I got lazy since this was done at 1AM on a Monday morning – I’ll let you decide.

Rainbow_Lamp_NeoPixel

A Teensy 3.1 controls the strip using the Adafruit Neopixel library. Two (2) sets of three (3) rechargable NiMH batteries were used. At full charge, a bank provided 3.82 Volts. While the micro controller was running happily, the LEDs were noticeably dim. While the vellum paper diffused the lights effectively, the distance to the acrylic was relatively small, so brighter LEDs would have decreased the desired gradient effect anyway.

Rainbow_Lamp_Teensy

We cut the vinyl logo and border using a Silhouette CAMEO. The final design had to be mirrored since it would be adhered to the inside of the acrylic case using transfer paper. The text on the top did not cut very well so we’ll re-cut that bit with more optimized fonts. After seeing the results, I think I’ll create a lamp for myself as well.

paneltest-01

 

Douglas – Update 3

All previous updates can be found here

As I mentioned last week, the project to build a dynamic scuplture using 480 balls is now called Douglas. What does Douglas stand for, you ask? It is Dynamic Objects Under Gravity Linearly Accelerating in Space. It took 2 minutes to define what the acronym means – perhaps we should have taken longer. Yes, in true Milwaukee Makerspace fashion, we found an acronym first, and then found a definition for it. In addition to this huge accomplishment, we made some other progress too!

Chris sent the slave controller boards pictured below to OSHPark for fabrication. Six (6) boards were ordered as a proof of concept. They should be here by the 30th.

 

board

 

I made a bending jig to get more repeatable acrylic motor mounts pictured in the last update. It’s made out of two 1/2 inch pieces of mdf connected together with a hinge. The two adjustable screws determine the bending angle. Currently, they are set for 90 degrees. But bent acrylic usually “snaps back” as it cools, so it will have to be bent more that the desired final angle. Further experimentation will yield that angle and the adjustable screws will serve as stops for the mdf board. In the picture below, you can see parallel pencil lines indicating depth of the bent “arm” of the mount. The acrylic will butt up again a fence to be placed along one of those lines.

 

IMG_0803

IMG_0802

 

One of the goals of this project is to get kids interested in making by actually building parts of installation. This past Thursday, kids actually cut, stripped, and crimped connectors for RJ11 cables! These four (4) conductor “telephone” cables will be used to communicate between the control boards. I hope to have pictures of this awesome event in the next update.

Awesomeness in the Making – it’s the Holiday Make-A-Thon

holidayMakeathonBanner

Since 2010 Milwaukee Makerspace has partnered with Bucketworks to host a Holiday Make-A-Thon on the Friday following Thanksgiving. What do we do at the Make-A-Thon? We make things of course, but more importantly we make things for the holidays and help children of all ages make holiday items for gifts, decorations or donations.

Typically this event was held at Bucketworks. In 2013 Bucketworks was moving into their new space so the event was held at the Milwaukee Makerspace in Bayview.

The question for 2014 is “where are we going to hold the Holiday Make-A-Thon” or is it Make-A-Thons?

The answer is we can have multiple Make-A-Thons at different locations, hosted by different groups on the same day.

Please join us for the Holiday Make-A-Thon happening at the Milwaukee Makerspace and the Mini Make-A-Thon happening at UberDork Cafe on Friday November 28th, 2014 from 1:00pm to 6:00pm.

This event is competely free and we ask for donations to help cover the cost of materials.

Activities
Some of these are tentative and will rely on people to volunteer to make them happen!

  • Decorate a laser-cut ornament
  • Design a laser-cut ornament
  • Learn to solder a tie-pin
  • Design & 3D print a cookie cutter
  • Make a necklace / bracelet
  • Make a rose pin
  • Decorate your own gift wrapping paper
  • Fold a paper diamond ornament
  • Make a woodcut print

Refreshments
Want to bring something delicious to share? Please do!

  • Cookies
  • Pie
  • Leftovers!

Dynamic Sculpture – Update 2

The first update can be found here.

The dynamic sculpture is affectionately called “Douglas” till we come up with a better name. Lance, Chris, and I have been working on different pieces of the project concurrently.

Chris has been designing the slave controller PCB. Each PCB will have a PIC micro controller, which will drive (2) stepper motor through a ULN2803 chip. The PIC controllers will communicate to a  chipKIT™ WiFire over SPI. The WiFire has built in SD Card and WiFi. Since Douglas will be hung in an atrium, this allows us to send new animations wirelessly to a SD Card.

Lance has been working on the PIC firmware and the communication protocol. The firmware interprets the “G-Code” like commands and drives each stepper at the specified acceleration and velocity.

I have been designing the motor mount and frame in Inventor. A few pics below.

mount_1 mount_2 mount_3

The bent acrylic mount will be mounted on aluminum extrusions. The limit switch has been integrated into the mount as well. I built the first prototype a couple of days ago.

IMG_0788

Next, I will create a bending jig to replicate the mount accurately. Additionally, we will be doing some measurements to figure out power consumption. Currently, it looks like we will need two dedicated 120V, 20 amps circuits. We would like to do some real world combined power consumption tests to see if we can lower that requirement.

Dynamic Sculpture – Update 1

I am collaborating with the Betty Brinn Children’s museum to create something similar to this.

This sculpture has 844 balls hanging from strings wound around a pulley on a DC motor shaft. Ours will feature somewhere between 320 to 500 balls. I am currently working on a prototype to test and qualify different electronic and control platforms. It’s made out of 40mm x 40mm aluminum extrusion, laser cut wood motor mounts, 5V steppers, and ULN2003 based stepper drivers. I have been using an Arduino mega for now to test the motor and drivers.

IMG_0708

IMG_0709

The next step is to write software to create “voxels” with instructions akin to G-code. Additional software will be necessary to simulate the animation. G-code like instructions will be used by microcontrollers to control steppers in order to create an animation.