Live From Open Hardware Summit 2015

Right now Hackaday and Tindie are in Philadelphia at the Open Hardware Summit 2015. These are the conferences I love; there aren’t many attendees – only a few hundred – but absolute everyone here is awesome. In the crowd is [Mitch Altman], [Johnny] of RAMPS fame, the guys from Parallax (busy programming badges), [Harris Kenny] from Lulzbot, [Joshua Pearce] from Michigan Tech, and pretty much everyone else that’s responsible for all open source hardware.

The talks? They’re great. You’re going to see a lot of reaffirming that tinkering and hacking on electronics and mechanics is a valuable and worthy pursuit, but there’s something for everyone, ranging from open source lab equipment to building true open hardware chips. Here’s a link to the livestream of the conference.

Continue reading “Live From Open Hardware Summit 2015”

Porsche-themed Mancave Clock: There Is No Substitute

With an extra Porsche brake rotor lying about and a persistent friend to be silenced, [GordsGarage] decided to fabricate a one-of-a-kind man cave wall clock.

This was not to be a boring old hang-it-flat-on-the-wall design, though. The Porsche rotor is a composite design, with a steel hub and a ceramic disc weighing only a third of what an all-steel rotor weighs. That inspired [GordsGarage] to fabricate a wall bracket to hold the rotor and allow it to spin, showing off both sides. The business side has a brushed aluminum clock face with decals cut with a s vinyl-plotter and designed to look like a Porsche tachometer, while the reverse side has a nice custom badge for his friend’s shop. The build log shares some of the nice touches that went into the clock, like powder coated parts to mimic stock Porsche red brake calipers, and the secret [GordsGarage] logo.

It may not have been a clock for social good, but it’s a great design and a nice build that’s sure to brighten up his friend’s shop. And mancave warming presents are apparently a thing now, so we’ll be sure to keep our finger on the pulse of this social trend.

Hacking A Pi Camera With A Nikon Lens

Cell phones have killed many industries. It is getting harder and harder to justify buying an ordinary watch, a calculator, or a day planner because your phone does all those things at least as well as the originals. Cell phones have cameras too, so the days of missing a shot because you don’t have a camera with you are over (although we always wonder where the flood of Bigfoot and UFO pictures are). However, you probably still have a dedicated camera tucked away somewhere because, let’s face it, most cell phone cameras are just not that good.

The Raspberry Pi camera is about on par with a cheap cell phone camera. [Martijn Braam] has a Nikon camera, and he noticed that he could get a Raspberry Pi camera with a C-mount for lenses. He picked up a C to F adapter and proceeded to experiment with Nikon DSLR lenses on the Raspberry Pi camera.

Continue reading “Hacking A Pi Camera With A Nikon Lens”

Nixie Tube Clock Isn’t Just A Clock

With everything that’s been happening in the news lately, [Jarek] decided it was finally time to finish up his latest project. The Internet of Things has been exploding with projects lately, and this clock that also alerts him of the weather is the latest addition. Plus it has the added bonus of using everybody’s favorite display: nixie tubes!

Of course, using high voltage for the nixies can be terror-inducing, but [Jarek] found a power supply on eBay that was able to power the tubes for not too much money. The controller is an HV5622 which can control up to 32 nixies while only using up three pins on a microcontroller which is pretty handy if you have a limited number of output pins.

The clock also has another device hidden behind all of the wires for the tubes: an ESP8266 to give it network connectivity. The clock connects to the Internet and searches for the nine-hour weather forecast. There are a few nixie lights behind the display which illuminate cutouts in the case to indicate a few different weather statuses. It’s a very polished project, and since it’s enclosed in a nice case it’s not likely to be mistaken for any movie props. Of course, other nixie projects don’t have the same comforting look.

Continue reading “Nixie Tube Clock Isn’t Just A Clock”

3D Printed Battery Forms

What’s the worst thing that can happen when you are trying to show off a project? Dead batteries might not be the absolute worst thing, but it is pretty close to the top of the list. [KermMartian] has this problem every year at World Maker Faire with demos based around calculators. At first, he tried wedging power supply wires into the calculator using dead batteries to hold the wires in place. However, it didn’t take much wear and tear before the wires would pull out.

The solution? A 3D printed battery form that accepts metal hardware that can connect to the external power supply. The AAA-sized plastic batteries insert into the calculator’s battery compartment and the small machine screws and washers form the connection points.

Continue reading “3D Printed Battery Forms”

Hackaday Prize Semifinalist: Helping Out In The ER

[Moldovanu] and [Radu] are out to fix emergency medical care in their native Romania. They’re developing a very inexpensive bracelet that keeps track of heartbeat, blood oxygen, and temperature of a patient, either in an ER or in the waiting room.

The Health Mate, as the guys are calling it, is a small bracelet loaded up with IR LEDs, photodiodes, a temperature sensor, and a WiFi module. They’ve wired all these parts up on a home made board, connected a battery, and are starting to measure their vitals.

It’s a simple device, but it’s simple for a reason: heart rate and blood oxygen saturation are some of the most important indicators doctors and nurses look at when triaging patients. By making their health monitor cheap and good enough, it eventually makes its way onto the wrists of more patients, and will hopefully save more lives

The 2015 Hackaday Prize is sponsored by:

Quick Keyboard Hack To Control Heavy Loads

When you want to control an external device (like a lamp) from your computer, you might reach for a USB enabled micro. Looking for an inexpensive and quick option to control two lamps [Pete] wanted to control a couple 12 volt halogen lamps, he reached for his keyboard and used a little bit of python.

Desktop PC keyboards have 3 LED’s indicating lock functions, hardly anyone uses the scroll lock, and on a laptop with no keypad, numlock is no big loss as well. Adding wires to the little PCB out of a USB keyboard the numlock and scroll lock LED’s 5 volt output was redirected to a switching circuit.

That switching circuit takes the output of either LED, inverts it with a PNP transistor, then connects to the gate of a FQP30N06L, “logic level” mosfet transistor to handle the heavy lifting. Once the wiring is in place a fairly simple Python script can take over turning on and off the two chosen lock keys, giving  control of up to 32 amps with the touch of a button.