Hello good. I have a project proposal as a challenge and I need help. I have an Arduino (it doesn't matter which one), 3 7-segment displays and 3 buttons, I must make 3 counters from 0 to 9 independent of each other. I have no idea how to make the component connections. I even had the idea of using a module with 3 displays in one, but I don't know if it is possible to build 3 independent counters with that module. Could you help me?? How do I connect all the components to the Arduino and how would I do the programming? (
sorry for the translation, I'm using google translator).
The number of available I/O pins in your Arduino and the display type will determine what auxiliary hardware you‘ll need, like shift registers, transistors, resistors.
Have you selected a display type?
Common anode, common cathode, 4x1, 2x2, 1x4?
The idea is simple, 3 independent counters from 0-9 activated by a button each. It does not matter if it is a common anode, common cathode, 1 3-digit display, or 3 displays. The problem is the physical connection to the arduino and the definition of the variables.
Its free