Data Logging for Voltmeters: How to Save and Read Data Using an Arduino

  • Thread starter Thread starter johnnyhassle
  • Start date Start date
  • Tags Tags
    Data Voltmeter
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
johnnyhassle
Messages
4
Reaction score
0
Attaching a data logging system to a voltmeter:

Produino ST Master Chip 0.56" LED DC 3-Digital Display Digital Voltmeter- Black (DC 0~100V)

Goal: I want to save the data from the voltmeter over time with a ± 10Hz sampling rate, logging this on a SD card or UBS stick, making it able to read the data on a PC.

Question: In what possible ways can I achieve this? Can I possibly use the arduino for this?

Thanks in advance
 
Engineering news on Phys.org
Welcome to PF.
Apart from the visible display, there appears to be no digital data output from that product.

What voltage range do you need to record? What voltage resolution do you require?

It might be possible to use the Arduino's built in Analogue to Digital Converter.
google ' Arduino ADC '.

If you need more than 10 bit resolution, (about 0.1%), you may need to find a higher resolution external converter for the Arduino.

If you need a voltage range greater than 0 to 5V you may need to make an input attenuator using two resistors.