Fubarino Contest: Micro Voltmeter

recorte

This collection of hardware is a diy voltmeter. It can measure up to 17V with 1 microvolt resolution while taking seven samples per second. The LTC2400 ADC board is used to make the measurements, with the Arduino processing the output and taking care of the display and user input buttons.

In addition to showing off what the thing can do in the video after the break, [Luis] gives us a look at the easter egg he added to the project. When you have a source that is very precisely 12V, the meter will read out Hackaday.com!

Incidentally the display used in this hack is one we’ve seen before. Obviously this is a convenient way to add interactive controls to your projects.


This is an entry in the Fubarino Contest for a chance at one of the 20 Fubarino SD boards which Microchip has put up as prizes!

Continue reading “Fubarino Contest: Micro Voltmeter”

Fubarino Contest: Hackaday In Your Soldering Iron

Solder

Besides a coffee pot, the most important tool on the electronic tinkerer’s workbench is the soldering iron. Surprisingly, though, we haven’t seen many people build their own soldering stations. [Pjkim] did, and went so far as to include an easter egg for our Fubarino contest.

A few years ago, [Pjkim] received a free Soldering Iron Driver from Dangerous Prototypes. This awesome kit provides everything you could want out of a soldering iron – USB and serial data logging, a 2×16 display, compatibility with a whole bunch of solder tips, and it’s completely reprogrammable.

[Pjkim]’s task for the Fubarino contest was to put an easter egg somewhere in the soldering iron. He did that by having the Hackaday URL display when the iron is ready for use. This isn’t the only firmware modification, either: the new firmware also debounces the button presses and adds auto repeat.

If you’re looking for some code, [Pjkim] put everything up on the Hackaday forums. There’s also a video showing off the easter egg available below.


This is an entry in the Fubarino Contest for a chance at one of the 20 Fubarino SD boards which Microchip has put up as prizes!

Continue reading “Fubarino Contest: Hackaday In Your Soldering Iron”

Direct, Wall-Mounted Storage With Lasers And Polymorph

parts-storage-brackets

We’re sure everyone could use some more storage and organization in their workshop. [Nixie] is no exception, though he also hates sacrificing tabletop space for boxes. His solution was to attach them to the wall directly by hacking together some brackets. This hack allowed him to hang everything without using internal screws which were a pain to get at if he need to removed the boxes from the wall to take with him.

[Nixie] started by laser-cutting a negative pattern for a mounting bracket that would fit the dovetail rails already on the sides of the boxes. He then pressed a piece of polymorph into this mold, slid the bracket along the side of the box…and realized it wouldn’t work. The piece wiggled around too much because it did not sit firmly in the rail. Back at the drawing board, [Nixie] split the project into two steps. He cast the screw-hole portion of the bracket in its own separate mold, then cast the railing part of the bracket directly in the dovetail section of the box, providing him a much higher degree of accuracy. After joining the two pieces, [Nixie] had a sturdy support bracket that he duplicated and attached around the rest of the bins.

Software Advice For Anyone Thinking About A CNC Router

Excellent results can come from a small CNC router, but don’t forget the software!

CNC tools, whatever their flavor, can greatly enhance your “making” or DIY ability. My current tool of choice is a CNC router. Being familiar with a manual milling machine, the concept seemed similar, and the price of these is quite reasonable when compared to some other tools. As described in this post, my machine is a Zen Toolworks model, but there are certainly other options to visit like this Probotix V90 model noted recently in this post.

Although any number of CNC router models look great in videos and pictures, rest assured that even the best machines require some patience to get one running satisfactorily. Setting up the machine can be a challenge, as well as figuring out what your machine is capable of, but one thing that might slip peoples’ minds is the software involved. Read on to find out all you need to know the basics of what goes on behind the scenes to “magically” produce interesting parts. Continue reading “Software Advice For Anyone Thinking About A CNC Router”

Repairing A Non-Serviceable Welding Hood

LB5fUD1 - Imgur

[Unixgeek] owns an Optrel welding hood, which contains a lens that auto-adjusts for various welding tasks. It stopped working properly, and this hood is “Non-Serviceable”, so he had to either throw it away or hack it. The problem was that he knew it contained batteries, but they weren’t accessible. Using his milling machine, he was able to fix it himself. After removing the outer layer of plastic [Unixgeek] found that it was filled with foam. With continued milling he finally uncovered the batteries. They are standard CR2330 cells, so he could easily replace them, or set up a separate battery holder.

We like seeing this sort of hack, as simple as it is, because of how much we truly hate devices with planned obsolescence built in. This is a >$300 safety device that gets broken when some coin cells finally die. Any sort of hack to keep people from having to throw away their devices is a good thing.

Do you have a favorite planned obsolescence hack? Share it in the comments!

Hacking Digital Scales For The Disabled

analphabeticscale

[Jan] works with both physically and mentally disabled individuals, some of whom cannot read, making many of their tasks more difficult. Although [Jan] is not in a position to teach reading or writing skills, he was able to build an add-on device for the scales used in repackaging sweets to provide simple feedback that the user can interpret.

The device has three LEDs—red, green, and yellow—to indicate the package does not weigh enough (red), weighs too much (yellow), or lies within an acceptable range (green). The industrial scales at [Jan’s] workplace each have a serial output to connect to a printer, which he used to send data to the device. An ATMega8 controls the lights and an attached LCD, with the usual trimpot to change the display’s contrast and a rotary encoder to adjust the device’s settings. Everything fits snugly into a custom-made frosted acrylic enclosure, laser-cut at a local hackerspace.

[Jan] provides a rigorous guide to approaching each step on his Instructables page, along with source code and several pictures. See a video overview below, then enjoy another scale hack: building one from scratch.

Continue reading “Hacking Digital Scales For The Disabled”

UsbXlater For PS4 Keyboard And Mouse Action

USB

[Frank Zhao]—an awesome guy, an inadvertent Hackaday contributor, and an Adafrut fellow—has come up with a device to use a keyboard and mouse with Playstation 4 games. He calls it the UsbXlater, and even if [Frank] can’t get it working with his PS4, it’s still going to be an awesome tool.

On the board are two USB ports and an STM32F2 microcontroller. The micro provides a USB host interface and a USB device interface, enabling it to translate mouse movements and keystrokes into something a PS4 can understand.  While this project was originally designed to use a keyboard and mouse on [Frank]’s shiny new PS4, it’s not quite working just yet. He’s looking for a few gamer/dev folks to help him suss out the communication between a keyboard/mouse, the UsbXlater, and a PS4.

Of course, even if this device is never used for what it’s designed for, it’s still a very, very interesting tool. With two USB ports, the UsbXlater could act as a signal generator for USB devices and hosts, analyze USB traffic, or provide other applications that haven’t even been thought of yet.

[Frank] is hitting his head against the wall trying to figure out the PS4 protocol, so if you have some USB skills, feel free to hit him up for a blank PCB, though preference falls to people who will game with it and to those with a USB traffic analyzer. If you lack the skills for USB development, [Frank] is still looking for a better name for his device.