Great steampunk style includes flashing lights, moving parts and sensors — all perfect candidates for Arduino automation! With some LEDs, a servo or two, and some imagination and a willingness to experiment, you can create some really cool Arduino steampunk projects. Here are seven you can use for inspiration.
Steampunk Clock
This impressive watch garnered a lot of attention when it first debuted, and it remains an Arduino steampunk classic. With a wooden case, a brass tube and some monocle-like lenses, it exudes steampunk style, and in the Arduino it adds some cool functional tech. The source code allows the clock to display the time in digital, binary, or analog format, and also includes a Blackberry-style trackball for playing Breakout.
Assembling a watch is a little tricky and requires a lot of parts, both electronic and mechanical. Luckily, the Instructable has some tips on where to get the parts (most of the electronics are available from SparkFun and the rest from MarVac or Home Depot). To do this, you will need a wood carving machine and a drilling machine, which you can probably find at your local store. local hacker space local hacker space You will also need to make some cutouts in the watch band to attach a few components. It’s a lot of work, but it’s definitely one of the coolest steampunk projects you can take on.
Steampunk FM radio (part 1, part 2)

Although the instructions for this radio are not very detailed, you can use these blog posts as a guide to making your own. You will need an FM radio module, an ATTiny45 board, a potentiometer, and a few other basics. Working with a tiny radio may require some basic soldering skills. but other than that, you should be able to complete this project without doing a lot of extra work besides connecting the electronic components.
In addition to creating a radio, you just need to create a case for it. Using any wooden box and a few brass pieces you’re likely to find at a thrift store. or on eBay, you can create a case that matches your steampunk aesthetic. Use your imagination!
Steampunk Analog Clock
Sensors with faces and hands are an important part of the steampunk aesthetic, and this watch combines three of them; one for hours, minutes and seconds. It will take a lot of time, talent, and equipment to create the entire moon phase display case — the original creator of this project is actually a mechanical engineer. But by combining his watch face instructions with your own creativity and a couple of tools, you can create your own three-faced analog watch.
With Arduino, three voltmeters, clock module rotating encoders and some other details, you can install a cool steampunk clock. The instructions also include the Arduino code you’ll need so you don’t have to figure it all out yourself (although if you want to learn a lot about Arduino programming, you can try it yourself first)