Small, Lightweight Voltage Measurement Device for PC via USB

AI Thread Summary
A user is seeking a small, lightweight voltage measurement device that can measure up to 25V and connect to a PC via USB, expressing concerns about bulkiness and cost. Suggestions include USB multimeters and RS-232 options, with a recommendation to explore various products online. For specific applications, such as monitoring animal behavior, the sensitivity of the device is crucial, and it should ideally support counting contacts. Users are advised that while multimeters provide numerical data, additional programming may be necessary to process this data for specific counting tasks. Overall, resistance measurement is suggested as a more reliable method for detecting contact in experimental setups.
swuster
Messages
40
Reaction score
0
I'm looking for a device I can use to measure analog voltage (up to 25V) and send the data to a PC via USB. Only really need one input, though it wouldn't hurt to have more. My main concern is that it needs to be pretty small and light - any ideas?

The few I've seen online are either too bulky or too costly. It would also be nice to have some sort of software platform to display the data as well..

Thanks for the input!
 
Engineering news on Phys.org
vk6kro said:
You can get multimeters with USB output.
Like this one:

https://www.amazon.com/dp/B000LQONYM/?tag=pfamazon01-20

They are also available with RS232 serial port outputs.

I think most voltmeters still have serial (RS-232) output. However, you can pick up a USB-RS-232 adapter pretty cheap these days (~$10 to $20).
 
Last edited by a moderator:
Well, the thing is I'm looking to try and have wireless voltage monitoring. We've already got the wireless infrastructure working in the form of a USB device server which broadcasts to a router; hence I need an option that is as portable as possible. Spending $70 on a DMM for its PC interface ability seems overkill when all I really need is the voltmeter and the PC output.
 
I just fed "USB voltmeter" into Google and got dozens of products.

So, try that and have a read of what is on offer.
 
If you know how to program a PIC, and some basic PC interfacing, you could do this for ~$2 plus a few resistors maybe a capacitor, and a connector which will cost twice what you spend on the rest:
http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en533924

This sort of thing is great if you need to make lots (emphasis on lots) of individually cheap voltage sensors. If you don't, you're better off buying a (decent) multimeter since they tend to be quite versatile, and invaluable to any electronics hobbyist. I find serial output to be really nice for automated datalogging (i.e. when you want to monitor something that's running overnight).
 
I have a similar question:

I'm making an apparatus for my lab's animal behavior experiment where I need the computer to count every time a mouse completes a circuit between two stainless steel objects. Basically, whenever the mouse touches both things at once, I need the computer to add "1" to the number. Would I be able to get a USB multimeter to do this - are they sensitive enough to measure body conduction? I've seen lots of little USB voltmeters, but don't know what to look for sensitivity-wise (I'm in neuroscience, hard to find capable physicists here).
Thanks!
 
mikeusru said:
I have a similar question:

I'm making an apparatus for my lab's animal behavior experiment where I need the computer to count every time a mouse completes a circuit between two stainless steel objects. Basically, whenever the mouse touches both things at once, I need the computer to add "1" to the number. Would I be able to get a USB multimeter to do this - are they sensitive enough to measure body conduction? I've seen lots of little USB voltmeters, but don't know what to look for sensitivity-wise (I'm in neuroscience, hard to find capable physicists here).
Thanks!

As long as the multimeter has a MegaOhm scale, it should be able to pick up the contacts. You'll need to do some "debouncing" of the data, probably. What should the data reflect if the mouse stands in place and hops or something -- is that one contact or multiple contacts?
 
A single count should be the mouse making contact (and then moving away) from the 2nd metal sheet (it is always in contact with the first). if the mouse bounces three times, that should register as three counts.
How versatile is the software that comes with the multimeters? As a regular computer nerd with very minimal programming experience, should i expect to make the software count for me, or do I need to get a programmer to help out?
 
  • #10
mikeusru said:
A single count should be the mouse making contact (and then moving away) from the 2nd metal sheet (it is always in contact with the first). if the mouse bounces three times, that should register as three counts.
How versatile is the software that comes with the multimeters? As a regular computer nerd with very minimal programming experience, should i expect to make the software count for me, or do I need to get a programmer to help out?

I don't think it will count for you. You will just get numbers from it at some rate (maybe the rate is configurable?). You would need to process the numbers with your program, to bump a counter for each sample pattern that represents a contact and then a disconnect.
 
  • #11
Thanks!

Also, I read that this can be done with capacitance - connect one plate to the ground of a BNC -> A/D converter, and the other plate to the pin. The signal can then be read as a spike when contact is made between the two plates. the thing is - if I don't have a A/D converter, is it possible to get something similar for cheap (not in the $1000 range)?
 
  • #12
mikeusru said:
Thanks!

Also, I read that this can be done with capacitance - connect one plate to the ground of a BNC -> A/D converter, and the other plate to the pin. The signal can then be read as a spike when contact is made between the two plates. the thing is - if I don't have a A/D converter, is it possible to get something similar for cheap (not in the $1000 range)?

I think that the resistance measurement will be more reliable, but you'll have to test some mice to be sure.
 
Back
Top