Skip to content

UFO Sculpture made from found objects and Adafruit Neopixels

License

Notifications You must be signed in to change notification settings

robhafernik/UFO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UFO Sculpture

Code that runs the UFO

Background

In about 2008, I found a discarded valve cover in a field. I suspect it had once held a high-pressure valve for a natural gas pipeline. It was heavy (about fifteen pounds or seven kilos) and made of fairly high strength steel. Around the edge, it had sixteen holes for bolts to hold it on (which is how I know it was for a high-pressure valve, those sixteen bolts could hold thousands of pounds of pressure) and a big hole in the middle, through which the original valve stem had protruded. I took this artifact home, intending to find something to do with it. As a bonus, my wife loves it when I find trash in a field and bring it home so I can convert it to "art" at some remote time.

After seven or eight quick years, I hastened to act. I cleaned up the valve cover, painted the front of it gloss black with silver highlights and installed a bunch of addressable LED lights in it (see the photos). The code in this project lights up the sculpture and gives it the "UFO Ambiance". Yes, calling it a "sculpture" is highly pretentious, but I don't know what else to call it.

The sculpture now whiles away its days on a shelf in a curio cabinet in our dining room. It turns out that it makes a nice, lively nightlight and my wife does not hate it.

Hardware

The UFO uses an Arduino microcontroller board and a series of 23 Neopixel individually addressable RGB LEDs, all of which can be picked up from Adafruit. Two types of Neopixels were used, the individual ones, printed on a snap-off sheet NeoPixel Sheet and a seven-pixel board (used in the center of the sculpture) called a Neopixel Jewel. The Arduino board is available from many supplieers.

It's wise to obey the advice in Adafruit's Neopixel UberGuide. There are nuances to hooking them up (such as putting a 470-Ohm resistor in series in the data line and a 1000 micro-Farad capacitor across the power supply to the pixels) that are helpful if you want your pixels to have a long life.

The code only does one thing that is sohpisticated in a very small way: it gamma corrects the LEDs so that a gradual fade from zero to one hundred percent brightness is a smooth, even transition. The idea for this gamma correction (but not the code) came from an article in Hackaday, which you can check out if you want to understand what I've done in more detail. There is also a detailed Wikipedia entry on gamma correction that you may find helpful.

License

This code, such as it is, is available under the MIT license.

About

UFO Sculpture made from found objects and Adafruit Neopixels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%