MATLAB DIY Voltmeter: Build Your Own Card for MATLAB Plotting

AI Thread Summary
Creating an analog-digital interface card for a laptop involves measuring the potential difference between two wires and transmitting this data via USB for visualization in MATLAB. Key components required include an analog-to-digital converter (ADC) to measure voltage. Many DIY enthusiasts utilize sound cards for their audio input capabilities as a straightforward ADC solution. Alternatively, there are commercial USB ADCs and voltmeters, though users must balance cost with ease of use and accuracy. For interfacing with MATLAB, users will likely need to handle the programming and setup themselves, as specific guidance on this aspect is limited.
El Moriana
Messages
33
Reaction score
0
Hi,

I recently got it into my head that I would like to make an analog-digital interface card for my laptop such that I can plug two wires into the card and have the the card send data on the potential difference between the two wires to my laptop via the USB port. The plan is to then have MATLAB display a running plot of this data.

This is my goal, however I am new to electronics and have absolutely no idea how to go about doing this, in terms of components (what the card would actually need to accomplish its purpose) and in terms of how to successfully interface it with MATLAB. If possible, I'd really appreciate some guidance as to how to go ahead with this. At least so I know what direction to start going in.
 
Physics news on Phys.org
El Moriana said:
Hi,

I recently got it into my head that I would like to make an analog-digital interface card for my laptop such that I can plug two wires into the card and have the the card send data on the potential difference between the two wires to my laptop via the USB port. The plan is to then have MATLAB display a running plot of this data.

This is my goal, however I am new to electronics and have absolutely no idea how to go about doing this, in terms of components (what the card would actually need to accomplish its purpose) and in terms of how to successfully interface it with MATLAB. If possible, I'd really appreciate some guidance as to how to go ahead with this. At least so I know what direction to start going in.

A-to-D converters (ADC) measure voltage so that's a starting point. Most DIY folks seem to use sound cards (audio input) as their "easy to implement with the stuff on-hand" ADC. There are also commercial and hobby USB ADCs and voltmeters available but there is a trade between cheap vs. easy/accurate. Google "USB voltmeter".

Specifics of MATLAB interfacing? The simple answer: you'll most likely get to do all that yourself.
 

Similar threads

Replies
2
Views
1K
Replies
2
Views
2K
Replies
1
Views
3K
Replies
6
Views
5K
Replies
1
Views
3K
Replies
3
Views
3K
Replies
10
Views
3K
Back
Top