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...
What percentage of programmers have learned to touch type? Have you? Do you think it's important, not just for programming, but for more-than-casual computer users generally? ChatGPT didn't have much on it ("Research indicates that less than 20% of people can touch type fluently, with many relying on the hunt-and-peck method for typing ."). 'Hunt-and-peck method' made me smile. It added, "For programmers, touch typing is a valuable skill that can enhance speed, accuracy, and focus. While...
I had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top