Arduino & LCD Capacitor Voltage Project | Zig

  • Thread starter Thread starter Ziggey
  • Start date Start date
  • Tags Tags
    Arduino Lcd
AI Thread Summary
The discussion centers around a project involving an Arduino that needs to read voltage levels from a capacitor via an LCD display. The user, Zig, seeks advice on how to implement this, specifically whether to use an external digital voltmeter or the Arduino's built-in analog-to-digital converter (AtoD) for voltage measurement. Participants suggest that utilizing the Arduino's AtoD capabilities would simplify the process significantly compared to reading from an external LCD. Zig expresses appreciation for this guidance, indicating a preference for the simpler approach.
Ziggey
Messages
12
Reaction score
0
Hey guys so I'm working on a project with an Arduino. I need the Arduino to read from a LCD to tell it what the voltage of a capacitor is. If the voltage is to low I would like it I switch the circuit on to charge the capacitors back up. Anyone know where a good starting point would be?

Thank you,
Zig.
 
Technology news on Phys.org
How is the LCD getting the values to display?
IS there a way you could instead redirect this signal right to the chip?
 
Well I wanted to use something like this for the volt meter. http://www.ebay.com/itm/Digital-Voltmeter-AC-80-500V-Voltage-Measure-LCD-Panel-Meter-230V-110V-220V-/390895017063?pt=LH_DefaultDomain_0&hash=item5b03289c67

But I'm not sure if I can use that or if I would have to use the half divider code specifically for Arduino.
Thank you,
Zig
 
It would almost certainly be order of magnitudes simpler to use the chips built in AtoD than trying to read off of that LCD.
 
Ok well that is good to know. Thank you for your help!
Zig
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top