Alpha Clock Five White blank display

Home Evil Mad Scientist Forums Clock Kits Alpha Clock Five White blank display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27903
    tezarc
    Participant

    I assembled my Alpha Clock Five White Edition about a year ago and it had been operating fine since then, I’ve also integrated the Adafruit GPS module into the clock with no trouble.

    So the problem I’m having is, beginning this week all of the alphanumeric displays would go blank, then intermittently one of the five displays would flash at full brightness the correct digit that should be displayed by that display. So I believe the ATMega is working fine and the fault lies with the LED drivers. But I’m not sure how I can troubleshoot further, any help would be appreciated.

    #27904
    Windell Oskay
    Keymaster

    The Alpha Clock Five schematic essentially arranges the full set of LEDs on the segmented displays as a rectangular matrix with 5 rows (one for each segmented display) and 18 columns (one for each segment in the display).

    The columns are switched by two LED driver chips, U2 and U3, and the rows are switched by drive transistors Q1-Q5.

    If all of the LEDs are lighting (even in one display) when they should, that suggests that the LED driver chips (the columns) are likely operating properly.

    If not all of the segmented displays are lighting, that suggests strongly that something is going on with the row drivers. The signals to control those transistors originate at pins 36-40 of the microcontroller (U1). Those signals go through U5, which essentially acts as a level shifter, before going to RP6, a set of resistors that are connected to the transistors.

    Since you’re seeing what appear to be *multiple* digits failing, the most likely cause is that something is flaky with U5. I’d start by checking that the chip is securely seated, and then check it solder connections. Next up would be to check soldering at RP6, and to begin checking the connections from U5 and RP6 to the microcontroller.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.