Give Your Multimeter A Wireless Remote Display

Multimeters are one of the key tools in a hardware hacker’s bench. For 90% of us, the meter leads are perfect for making measurements and looking over at the results. Sometimes you need a bit more distance though, and for that, [Ken Kaarvik] has created the Multimeter remote display. Remote displays are pretty handy when you want to measure something several feet away from your bench. They’re also great if you need to check something in an enclosed space, like a server rack or a refrigerator. Fluke actually sells multimeters with wireless displays, such as their model 233.

The key to this project is the FS9721 LP3 chip by Fortune Semiconductor. (PDF link) The FS9721 is essentially a system on chip (SOC) for multimeters. It contains a digital to analog to digital converter, an LCD driver, and a microcontroller. It also can send data out over a 2400 baud serial link. Two of [Ken’s] multimeters, the Digitek DT-4000ZC and a Fluke 17B, both have this chip. The Digitek has a 1/8″ plug for connecting to the outside world, while the Fluke requires some simple hardware mods to enable data output.

Since this was his entry for the Trinket EDC contest,  [Ken] connected the serial output of the FS9721 to an Adafruit Pro Trinket. The Trinket formats the data and sends it to an  nRF24L01+ 2.4GHz radio module. The receiving end has an identical radio, and another Pro Trinket. [Ken] actually built two wireless displays. One is a dual-boot Game Boy advance which has a really slick background on the color display. The other receiver utilizes a 128×64 OLED. The trinket, nRF24L01+ and display all fit neatly inside an Altoids tin.

Click past the break to see both wireless remote displays in action!

Continue reading “Give Your Multimeter A Wireless Remote Display”

Fixing A Multimeter’s Serial Interface

[Shane] bought a multimeter with the idea of using its serial output as a source for data logging. A multimeter with a serial port is a blessing, but it’s still RS-232 with bipolar voltage levels. Some modifications to the meter were required to get it working with a microcontroller, and a few bits of Python needed to be written, but [Shane] is getting useful data out of his meter.

The meter in question is a Tenma 72-7735, a lower end model that still somehow has an opto-isolated serial output. Converting the bipolar logic to TTL logic was as easy as desoldering the photodiode from the circuit and tapping the serial data out from that.

With normal logic levels, the only thing left to do was to figure out how to read the data the meter was sending. It’s a poorly documented system, but [Shane] was able to find some documentation for this meter. Having a meter output something sane, like the freaking numbers displayed on the meter would be far too simple for the designers of this tool. Instead, the serial port outputs the segments of the LCD displayed. It’s all described in a hard to read table, but [Shane] was able to whip up a little bit of Python to parse the serial stream.

It’s only a work in progress – [Shane] plans to do data logging with a microcontroller some time in the future, but at least now he has a complete understanding on how this meter works. He can read the data straight off the screen, and all the code to have a tiny micro parse this data.

Voltset Multimeters At World Maker Faire

Many tents at World Maker Faire were divided up into booths for companies and various projects. In one of these tents, we found the Voltset booth. [Tom, Ran, and Michael] were on hand to show off their device and answer any questions. Voltset is essentially a multimeter which uses your phone as a display. It connects to an Android phone via USB or an optional Bluetooth module.

Now we’d be a bit worried about the risk of damaging our phones with a voltmeter electrically connected via USB. However, many people have an old phone or retired tablet kicking around these days, which would be perfect for the Voltset. The Bluetooth module alleviates this problem, too – though it doesn’t fix the issue of what happens to the multimeter when someone decides to call.

Voltset isn’t new; both the Voltset team and the similarly specced  Mooshimeter were also at World Maker Faire last year. In the interim, Voltset has had a very successful Kickstarter. The team is accepting pre-orders to be shipped after the Kickstarter backers are sent their rewards.

voltset-2[Tom] told us that the team is currently redesigning their hardware. The next generation prototype board with more protection can be seen in the far right of the top photo. He also mentioned that they’re shooting for 5 digits of accuracy, placing them on par with many bench scopes. We’re skeptical to say the least about 5 digits, but the team is definitely putting their all into this product. We’ll wait until the Kickstarter backers start getting their final devices to see if Voltset is everything it’s cracked up to be.

Cheap Multimeter Gauges Embedded Idle Time

How often is your microcontroller actually doing something? You can find out by measuring idle time, but how exactly do you do this? [Jack Ganssle] shows that simple embedded applications can toggle a pin when idle, which can then be measured. More complex applications like those using a Real Time Operation System can do the same by making use of the idle hook. But what can you do to make this toggling pin feedback actually mean something?

His solution is to repurpose an analog multimeter. The meter is interface with the toggle pin and a trimpot calibrates the needle. This way the needle jumps when the processor is busy and returns to zero when idle. What a great tip for getting a little more feedback about what’s going on inside of that black plastic IC package. It’s not surprising to find such a clever hack from one of the Hackaday Prize judges.

While you’re in the analog multimeter aisle you might want to pick up a couple of extras for more alternate data displays.

Continue reading “Cheap Multimeter Gauges Embedded Idle Time”

The State-Based Nixie Multimeter

state

Instead of numbers the IN-15A Nixie tube has symbols, specifically n, μ, P, -, +, m, M, k, Π, and %. The related IN-15B Nixie has letters: A, F, H, Hz, Ω, S, V, and W. These should look familiar to you. [kittan] decided it would be really cool to have a Nixie-equipped multimeter, and since he’s going retro fabulous anyway, he might as well make his multimeter controllerless, with discrete logic and comparator ICs. It’s a state-based Nixie multimeter, and it’s going to be freakin’ awesome.

The basic plan of the multimeter is a precision 1V voltage reference, a bunch of opamps, and a ton of resistors to form a ladder All the opamps in each decade are XOR’d together, so when one of the ten comparators for each decade stage is tripped, only one number will display on the (numeric) Nixie tube.

With a reasonable plan for measuring a voltage, it’s not too hard to expand the design for other measurements. V=IR, so with a constant current, V=R. The same equation can be used with a fixed resistance to determine current. Capacitance can be measured by comparing the change in charge of a known capacitor. Inductance, conductance, power, and frequency are all planned for this monster of a multimeter.

The initial PCB design is completed (and shown above) and it’s theoretically possible to do on a single-sided board with a minimum of jumpers. An amazing project, and even though you could probably find a similar, ancient meter in a trash heap or on a collector’s shelf, this is by far one of the best Nixie projects we’ve ever seen.

 

DIY Multimeter, Arduino Sold Seperately

Arduino-based Multimeter

You can’t argue that Arduinos are extremely popular with the maker/hacker community. Some would say that there is certainly no shortage of projects to make using them. [Milen] thought otherwise and felt it was time to create an Arduino-based multimeter.

At the heart of this project  is a common Arduino Uno. The additional parts were kept to a minimum in order to keep down the overall cost and project complexity. The finished product can measure voltage from 0-100v, amperage up to 500mA and resistance between 0-250 kohm. If you need to check for continuity, it can do that too.

All of the parts required to make the multimeter fit on a shield that plugs directly into the Arduino. Banana plugs allow for attaching test leads. The measurement values are displayed on an LCD screen and/or (if connected) to the Arduino IDE Serial Monitor. If only using the serial monitor, the LCD screen can be omitted to save a few bucks.

Continue reading “DIY Multimeter, Arduino Sold Seperately”

Fluke Issues Statement Regarding Sparkfun’s Impounded Multimeters

fluke-reponds-to-sparkfun-dmm-impounding

Fluke just issued a response to the impounding of multimeters headed for market in the United States. Yesterday SparkFun posted their story about US Customs officials seizing a shipment of 2000 multimeters because of trademark issues. The gist of the response is that this situation sucks and they want to do what they can to lessen the pain for those involved. Fluke is providing SparkFun with a shipment of genuine Fluke DMMs which they can sell to recoup their losses, or to donate. Of course SparkFun is planning to donate the meters to the maker community.

Anyone with a clue will have already noticed the problem with this solution. The impounded shipment of 2k meters will still be destroyed… eh. The waste is visceral. But good for Fluke for trying to do something positive.

Before we sign off let’s touch on the trademark issue for just a moment. We can’t really blame Fluke too much for this. The legal crux of the matter is you either defend your trademark in every case, or you don’t defend it at all. In this case it was the border agents defending the filing, but for ease of understanding we’ll not go into that. On the other hand, speaking in general business terms, the way things are set up it is advantageous to acquire a trademark specification that is as broad as possible because it helps to discourage competitors from coming to market. So trademark is good when it keep hucksters from trying to rip off consumers. But it is bad if applied too broadly as a way of defending a company’s market share.

Where does Fluke come down in all of this? Who knows. There is literally no right answer and that’s why the discussion around yesterday’s post was full of emphatic arguments. A Fluke meter is a cream-of-the-crop device and they have the right (and obligation) to ensure that reputation is not sullied. SparkFun serves a market that probably can’t afford a Fluke at this time but may some day in the future. And this is the reason we can feel okay about this outcome.

[via Twitter]