74hc595 seven segment.
Coder96
Posts: 42
in Propeller 1
I picked up some 7 segment modules off ebay. https://ebay.com/itm/74HC595-static-drive-2-3-4-segment-digital-display-module-0-5-inches-2-3-4-way/332337987430?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2057872.m2749.l2649
They use the sm74hc595d chip.
Any data sheets I found were not in English. Not sure if they can do 3.3v logic.
Has anyone worked with these?
They use the sm74hc595d chip.
Any data sheets I found were not in English. Not sure if they can do 3.3v logic.
Has anyone worked with these?
Comments
-Phil
These are how they labeled the pins.
If i had all the segments on. Some of the segments would turn on when testing. Not sure what I'm doing wrong.
I don't have any level shifters around. Might have to order some.
-Phil
-Phil
IT's to big to post here so I'll attach it.
Looking at your code, you are doing everything exactly right.
Also, the really good documentation in 74HC595_Regular makes me think it was probably tested and likely works.
I would try to decide whether it is a hardware (wiring) vs software issue.
I would write a really simple (trivial) spin program to shift out a few bits, followed by a low-to-high transition on Latch_Pin.
If something lights up, you got a software issue.
I had a flip module show up. So set that up a new bread board with some solid jumper wire.
Working as expected now. Must have been my previous wonky set up.