With People "technology" laptops is their haunting it with the people "e" the voltmeter is also indispensable to their animals. Arduino has a lot of applications or, in an earlier article we show you how to build a ultrasonic measurement by ultrasonic sensors SRF-05. Today we are pleased to submit to you a tutorial built a electronic voltmeter from super simple Arduino. How to assemble and operate Prepare An Arduino UNO R3 kit (priced at about 180,000 VND) A 16x2 LCD display (approximately 50,000-100,000 copper prices depending on your choice or type keypad type used in the article is the type of keypad) A hug 10k variables (cost about 10,000 dong) A broad test circuit (cost about 20,000 dong) Male-female extension cord, the so-so. (Priced around 7,000 dong) You can replace Broad Arduini Arduino UNO R3 using the cheap mini or Nano, priced at just around 50,000, in addition you can also directly connect the wires on each other for long-term use are not required to test circuits Broad. Thus the lowest cost to manufacture the electronic voltmeter is over 100,000) Step 1: Plug the broad embrace 10k variable circuit test Then plug the wire into 3 feet of the variable resistor. Step 2: Next you plug into the Arduino 5V and GND on Broad circuit test. 5V plug into the red range (positive), plug the cord into strips blue GND (negative). The outer two wires plugged into the foot rheostat 5V and GND Step 3: The pins on the screen 16-2 The pins on the screen 16-2 Then plug the monitor into a vacuum VSS GND and VDD wire to 5V pins Then plug the monitor into a vacuum VSS GND and VDD wire to 5V pins Of turning back the wire between you plug in the leg VO Of turning back the wire between you plug in the leg VO RS foot of the screen you plug in leg 2 on the Arduino. RS foot of the screen you plug in leg 2 on the Arduino. RW foot of the screen you plug into GND pins. RW foot of the screen you plug into GND pins. E foot of the screen you plug in leg 3 on the Arduino. E foot of the screen you plug in leg 3 on the Arduino. D4 D5 D6 D7 pins of your screen turns into pin plug 4 5 6 7 on the Arduino. D4 D5 D6 D7 pins of your screen turns into pin plug 4 5 6 7 on the Arduino. Step 4: You plug a cord into A0 pins on the Arduino (wire rope will be positive, red) and a leg GND wires (wire rope will be negative, black). This will be the second two-wire so that we measure the voltage of the object to be measured. Step 5: Now we will load the code for Arduino. The Arduino open your computer up and copy the code below into. #include "LiquidCrystal.h" LiquidCrystal LCD (2, 3, 4, 5, 6, 7); float voltage = 0.0; float temp = 0.0; int analog_value; void setup () { lcd.begin (16, 2); lcd.setCursor (0.0); lcd.print ( "Arduino Genk"); lcd.setCursor (0.1); lcd.print ( "Digital voltmeter"); delay (3000); } void loop () { analog_value = analogRead (A0); voltage = (analog_value * 5.0) / 1024.0; if (voltage <0.1) { Voltage = 0.0; } lcd.clear (); lcd.setCursor (0.0); lcd.print ( "voltage is:"); lcd.setCursor (0.1); lcd.print (voltage); lcd.print ( "V"); delay (10); } Click the symbol V to translate what error code view Click the symbol V to translate what error code view Then if there are no errors, then you click on the arrow icon to load the code onto Arduino conduct Then if there are no errors, then you click on the arrow icon to load the code onto Arduino conduct So we have completed a voltmeter electronics already. It's simple, right! Experiments measuring device with battery Experiments measuring device with battery Measurement with battery test buttons Measurement with battery test buttons Thank stores Components Hanoi has supported us to make this article. See more at: http://adf.ly/1hvMQo