An “ill” Logical PWM Control

illogicalPWMcontrol

[James] recently finished up a gigantic seven segment display for Nottingham Hackerspace, and although it looks great, the display isn’t the interesting part. The PWM dimmer control implemented in logic is the true head-turner. That’s right: this is done without a programmable controller.

Unsatisfied with the lack of difficulty he faced when slapping together the rest of the electronics, [James] was determined to complicate the auto-dimmer by foregoing all sensible routes. He started by building an 8-bit timer made from a 555 timer fed into a 12-bit 4040 counter. He then used an 8-bit ADC IC to read a photoresistor. The outputs from both the ADC and from the scratch-built 8-bit timer plug into an 8-bit comparator; If the values match, the comparator outputs LOW for a single clock period.

Though this set the groundwork for PWM control, [James] had to add a couple of additional logic gates into the mix to nail everything down. You can find a diagram and the details behind flip-flopping out a duty cycle on his project blog. Clever builds like this one are a rarity when a few lines of code and a microcontroller can give you numerous shortcuts. [James] doesn’t recommend that you over-engineer your PWM controller, but we’re glad he did.  Meanwhile, Moore’s Law marches on; check out what people are doing with Low-Energy Bluetooth these days.

12 thoughts on “An “ill” Logical PWM Control

    1. Hi, James here,

      You’re right, and in fact I build by own stuff entirely in SMD, as far as is possible.

      In this case, the display is up on the wall of the hackspace. I wanted it to be maintainable and hackable by people who aren’t comfortable or experienced with SMD. That’s why it also has DIL sockets rather than just soldering the ICs directly into the board. If one of them fails for some reason, someone can just yank it out and put a new one in.

  1. I’ve been using 2x 7492 counters, 2×7485 comparators with a 555 as the clock source since the 80’s!
    I saw the original circuit in an Elektor summer circuits.

    The big old lunar lander simulator I built that used old car speedometers for instrument displays used 3 of these to drive motors coupled to the cable drives.

    It is the simplest digital PWM known to human kind!

Leave a Reply to makomkCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.