I guess one of those would really help me but can't find them on local stores, already tried in the past.
Importing is not an option either due government restrictions. :0
The TM1638 module is a module with 8x 7-segment display (8 digits), 8x 2 color (red and green) LED and 8x buttons and is controlled using serial commands. The TM1638 module is designed to be chainable. It uses only one pin for clock, one pin for data and an additional pin (strobe) for each module you chain up to 6... that's a total of 8 pins for controlling 48 (8x6) 7-segment digits, 48 buttons and 96 LEDs (48 red and 48 green).
The TM1640 module is a module with 16x 7-segment display (8 digits) and is controlled using serial commands.
Rookie2:
I guess one of those would really help me but can't find them on local stores, already tried in the past.
Importing is not an option either due government restrictions. :0
Perhaps it you said where you where someone might know a local source of parts.
Alternatively, it might be good to move to a country with a less restrictive government.
The TM1638 module is a module with 8x 7-segment display (8 digits), 8x 2 color (red and green) LED and 8x buttons and is controlled using serial commands. The TM1638 module is designed to be chainable. It uses only one pin for clock, one pin for data and an additional pin (strobe) for each module you chain up to 6... that's a total of 8 pins for controlling 48 (8x6) 7-segment digits, 48 buttons and 96 LEDs (48 red and 48 green).
The TM1640 module is a module with 16x 7-segment display (8 digits) and is controlled using serial commands.
Can you get individual chips?
TPIC6B595 or 74HC595 with ULN2803 as current buffer, can control both with just 3 pins.
Sink current from common anode 7-segments.
Use PNP to control the common anodes.
Can control common cathode too, need NPNs to sink current, and use shift register to pull current away from the anodes you don't want on while pullup resistor provides source current.
Or MAX7219 from taydaelectronics to control common cathode.
You could do it with No shift registers, just 7 IO pins to drive the anodes and 4 NPN transistor to sink current from the cathodes.
Or 7 pins to sink the cathodes and 4 PNP transistor to source current to the anodes.
Or 2 shift registers that are daisy chained - one controls the segments, the other controls transistors that sink/source current.
Can you get any shift registers? A part that you can program like a shift register? What kind of availability do you have?
CrossRoads:
Can you get any shift registers? A part that you can program like a shift register? What kind of availability do you have?
Yes I can find them here, I will have to check once I have the model I will use, that's what I'm trying to figure right now.
The displays are common anode 7-segments.
With PNP, can use shift register to sink the 8 cathodes, TPIC6B595 would be best.
Could use a 2nd TPIC6B595 to sink the current from the PNP gates to turn them on as well, use pullup resistor to pull them high to turn them off.