The simplest digital voltmeter with AVR

This is probably the simplest possible digital voltmeter with Atmel AVR microcontroller. The circuit is controlled by a microprocessor IO1 – Atmel AVR ATmega8 (ATmega8, ATmega8L), a program to download and configuration bits setting is below. (ATmega8 may seem too “big”, but was chosen because it is one of the most frequently used AVR and is often can be found in a drawer.) The three-digit seven-segment LED display is used to display the value.

OLYMPUS DIGITAL CAMERA
OLYMPUS DIGITAL CAMERA

Cathodes are connected to port D, anodes to the lowest 3 bits of port B. Using the suberbright display allows to omit the current amplifying transistors. The display is controlled by multiplexing (matrix) and connected the usual multiplex way. I used three-digit yellow display T-5631BUY-11 with 150-200mcd luminosity. The resistors R1 to R8 determine current into display and thus its brightness. They are chosen not to exceeded the maximum output current (40 mA) even when all 8 LEDs lit at once. The circuit uses single ended 10-bit ADC (analog-digital converter) in AVR. The output values range from 0 to 1023, but because is not worth adding a fourth digit for the narrow range of 1000 – 1023 the range is limited to 0 – 999. A higher value will appear the symbol “—“. The range of the voltmeter corresponds to input voltage of 2.5 V. The input is connected via a divider of 1/4 consisting of R9, R10 and P1, providing 10V range with resolution to 0.01 V. Input impedance is approximately 1M. (If you need the 100V range, modify the R10 value to 9M1 and P1 to 2M2. Then you’ll have 100V range with a resolution of 0.1 V and the input impedance of about 10M.) Voltmeter calibration is performed according to a known voltage by setting the trimmer P1. DP1 and DP2 jumpers may be used to light up the decimal points. DP1 lights up a decimal ponit after the first number (0.00), DP2 lights up dot after the second number (00.0). Refresh rate of the voltmeter is about 4Hz. IO1 uses the internal RC oscillator that is set to 1MHz. The circuit is powered from a supply of about 5V.
The simplest digital voltmeter with AVR
Read More: The simplest digital voltmeter with AVR 
 


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top