This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

12Hrs LED clock ( Almost No Parts Very accurate timing )

I am usinf a processor here. Im testing this clock for months now still no error. There are no resistors for displays because I limit the current using the software instead of using resistors.

More info about Zero-error 1 second Timer you can see if you search.

I will post pictures and schematics later for you.

Parents
  • The forward voltage of a LED is relatively high;
    grabbing one at random www.lumex.com/.../LDS-A512RI.pdf about 2V2

    therefore, if the LED is connected directly to the 8051's open-drain driver, that doesn't leave very much to be dropped across the driver - so the driver might not be stressed too much...
    2v7 (definitely not saturation) across the driver in a 5V system could stress quite much

    But it's the on-resistance of the driver that limits the current - not "the software"!
    a value I have not seen in any datasheet, thus this must be "design by luck"

    Erik

Reply
  • The forward voltage of a LED is relatively high;
    grabbing one at random www.lumex.com/.../LDS-A512RI.pdf about 2V2

    therefore, if the LED is connected directly to the 8051's open-drain driver, that doesn't leave very much to be dropped across the driver - so the driver might not be stressed too much...
    2v7 (definitely not saturation) across the driver in a 5V system could stress quite much

    But it's the on-resistance of the driver that limits the current - not "the software"!
    a value I have not seen in any datasheet, thus this must be "design by luck"

    Erik

Children