Mooshimeter: The ‘Why Didn’t I Think Of That’ Multimeter

Despite how useful multimeters are, there are a lot of limitations you just don’t think about because they’re the way electronic measurement has always been done. Want to measure voltage and current simultaneously? Better get two meters. Measuring something in a dangerous, inaccessible, or mobile place? You could rig up a camera system to show the meter’s display on a monitor, you know.
Mooshimeter: The ‘Why Didn’t I Think Of That’ Multimeter
Mooshimeter is the better way of doing things. It’s a multichannel multimeter that communicates with your cell phone over a Bluetooth connection. With two channels. the Mooshimeter makes it easy to graph voltage against current to plot a beautiful IV curve on your smart phone.

Being a wireless multimeter means you can stick the Mooshi inside a robot and get instantaneous feedback of how hard you’re driving your motors. Far from being a two-trick pony, the Mooshimeter is actually a pretty good multimeter by itself. It can handle 600V and 10A with 24 bits of resolution. Here are the complete specs. The Mooshimeter is available for preorder here for $100 USD.
read the rest of article...

JTAGulator Finds Debug Interfaces

[Joe Grand] has come up with a tool which we think will be useful to anyone trying to hack a physical device: The JTAGulator. We touched on the JTAGulator briefly during our DEF CON coverage, but it really deserves a more in-depth feature. The JTAGulator is a way to discover On Chip Debug (OCD) interfaces on unfamiliar hardware.
JTAGulator Finds Debug Interfaces
Open any cell phone, router, or just about any moderately complex device today, and you’ll find test points. Quite often at least a few of these test points are the common JTAG / IEEE 1149.1 interface. JTAG interfaces have 5 basic pins: TDI (Test Data In), TDO (Test Data Out), TCK (Test Clock), and TMS (Test Mode Select), /TRST (Test Reset) (optional). If you’re looking at a PCB with many test points, which ones are the JTAG pins? Also which test points are which signals? Sometimes the PCB manufacturer will give clues on the silk screen. Other times you’re on your own. [Joe] designed the JTAGulator to help find these pins.

The idea is simple: Connect the JTAGulator to the test points on the PCB under test, issue a few commands via a serial terminal, and let the JTAGulator do the rest. It performs a brute force approach on every permutation of pins, issuing basic JTAG commands – either IDCODE or BYPASS, and looking for a response. If any valid responses are received, the JTAGulator displays the found interface’s pinout.
[Joe] used a Parallax Propeller as the core of his design.

He added input protection, selectable voltage (1.2V to  3.3V) and bus pirate compatible headers. The JTAGulator can also identify and test serial UART pinouts to determine if any serial ports exist. If JTAG and serial aren’t enough, the JTAGulator is completely open source, released under the CC BY 3.0 US license. You can add any interface you want.  Though [Joe] has plans to add more of the common interfaces in the future.

read the rest of article...

A FPGA Controlled Reflow Oven

For Christmas, [Hamster]‘s wife gave him a mini-oven. Later that day, he tore it apart and built this FPGA controlled reflow oven. We’ve seen plenty of reflow oven builds in the past. Most of those projects use a microcontroller to do closed loop control, sensing the temperature and toggling the heating element to hit a set point. This build uses the Papilo One FPGA development board as a controller. It implements a state machine that meets the reflow profile of the solder paste, ensuring SMD components are soldered properly.
A FPGA Controlled Reflow Oven

The oven uses a MAX31855 to read temperature from a thermocouple. This device provides amplification, cold junction compensation, and analog to digital conversion which spits out the temperature over SPI. To control the heater, a 40A solid state relay is used. The VHDL code that drives this oven is linked in the writeup, and has some interesting bits for those looking to experiment with FPGAs. It includes an SPI interface, display driver, and the temperature state machine logic.
read the rest of article...

Direct, Wall-Mounted Storage with Lasers and Polymorph

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.
Direct, Wall-Mounted Storage with Lasers and Polymorph
[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.
read the rest of article...

Repairing a Non-Serviceable Welding Hood

[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. 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.
Repairing a Non-Serviceable Welding Hood
Using his milling machine, 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.
read the rest of article...

Digitally Controlled Dual Power Supply

[Kerry] set out to build a digitally controlled dual supply for his bench. He’s already built a supply based on the LM338 linear regulator, but the goal this time was to build it without a linear regulator IC, and add digital control over both the current and voltage.
Digitally Controlled Dual Power Supply
In part one of the build, [Kerry] explains the analog design of the device. He had an extra heatsink kicking around, which can dissipate enough heat from this linear supply to let it run at 10 A. A NE5532 opamp is used to track a reference voltage, which can be provided by a DAC. The current is measured by a LT6105 shunt sense amplifier, then compared to a reference provided by another DAC. Part two focuses on the digital components. To interface with the analog circuitry, two MCP4821 DACs are used. These are controlled over SPI by an ATmega328P.
read the rest of article...

$40 Lens Hack Gives Your FLIR Higher Resolution

[Josh Oster-Morris's] FLIR camera can see a bit more clearly now that he’s hacked it to have its own makeshift “macro” mode. You may remember [Josh] from his power distribution Motobrain project. He’s still improving the Motobrain, and he wanted to better understand the thermal characteristics of the high current draws (upwards of 100amps!)
$40 Lens Hack Gives Your FLIR Higher Resolution
After reading that the FLIR 4  could be hacked into a better version, [Josh] immediately purchased his own. The FLIR is, however, limited at close-range imaging, because the resolution of the FLIR’s microbolometer is relatively low. He had fortunately decided to stay tuned in to [Mike's] YouTube channel and saw his follow-up video a few days later on refocusing the FLIR camera with an external lens.

 [Josh] hit up Amazon for a Gallium Arsenide lens normally used for CO2 lasers, and found one for around $40. He then mounted this lens into a simple paper frame held together by tape and staples, and fitted it onto the FLIR. After you’ve checked out [Josh's] blog for more examples of how astoundingly clear the images become, check out [Mike's] video detailing the hack below.
read the rest of article...

Hack your Workspace with The Epic Compudesk

To build your own, custom PC-in-a-desk, follow this all-in-one tutorial for a fantastic workspace mod. The Compudesk is built from scratch and is made of aluminum and glass with green and blue illumination. But the Compudesk is not just a computer built into a desk with pretty lights – there’s some serious hardware (Intel Core i7 980X processor, two 17”, and one 27” monitors) storage (10TB), and all of it is completely water cooled.
Hack your Workspace with The Epic Compudesk
It is a massive build nearly weighing in at 40 Kg with all the hardware. If you want to build one, the discussion thread is very well detailed with some superb high resolution photos.
Hack your Workspace with The Epic Compudesk
read the rest of article...

Hack Your Datasheets Using Datasheet.net

If you use datasheets (which is probably every reader of Hackaday) you need to check out this tool that seeks to add modern features to the decades-old component specification delivery system. That link takes you to the announcement of the launch of Datasheet.net. What you see above is the biggest feature the service brings to the table, the ability to create “snippets” from datasheets by clicking and dragging the area you’d like to save (you can even get a public link to the snippet).
Hack Your Datasheets Using Datasheet.net
Once you have selected a snippet there are a few tools that allow you to make annotations on it. We’ve used the rectangle tool to highlight the clock speed and divider settings in this snippet for an ATmega328 uC. The interface also offers the ability to draw arrows, freehand, or to add text to the snippet. At the bottom of this example we used the description area to notate the fuse settings (in hex) which we most often use with this chip. These snippets and annotations can then be shared with other users of the service, and there’s also a comments section below the snippet for your team to use. See examples of this in the video below.
This solves one of our biggest beefs with PDF datasheets — the ability to jump back and forth and to easily find commonly used sections. This datasheet is 567 pages long and not fun to paw through looking for the same info repeatedly.



It also offers rudimentary “favorite” flagging to keep a list of your oft-used sheets — but we’d like to see more options for categorizing our collection. We also find it hard to get by without the Table of Contents functionality we’re used to in our normal document view (evince). We’ve already pestered the lead developer, [Ben Delarre], to add this feature. He’s the same guy who came up with the schematic sharing site CircuitBee. Now would be a great time to mention that this service is owned by Hackaday’s parent company SupplyFrame.

Datasheet.net has a mammoth source of datasheets available through the search, but the list of planned feature additions includes datasheet upload. Also on the list is a “Discussion” feature which sounds interesting to us. What if, through the discussion engine, searching for datasheets also turned up a list of open hardware projects that use this part? We are also drooling over the ability to embed these snippets directly in webpages. [Ben] tells us that’s already built but they didn’t have time to add it to the UI before launch. Gone will be the days of taking screenshots of PDFs for your blog writeup!

PDF delivery of datasheets revolutionized access to information about electronic components. We’re hoping that this marks the next evolution. In addition to better working features, wouldn’t it be nice if you could actually get notifications when new datasheet revisions or errata were published?
read the rest of article...