Single-GPIO Bi-Color Signals

Designing A Bi-Color Signal Driven By A Single GPIO

Microcontroller GPIOs are often used to turn some functionality on or off, so these GPIOs have two states.

When you want to signal this state, your microcontroller can handle this and i.e. use additional GPIOs to drive signal LEDs, or even use displays. This however adds complexity to the microcontroller programming, and requires additional GPIOs.

In this article, I am looking at signal state LED that require no additional programming and no additional GPIOs.

Design Approaches

Here are the design approaches discussed:

Comments

Please do leave comments below. I am using utteran.ce, an open-source and ad-free light-weight commenting system.

Here is how your comments are stored

Whenever you leave a comment, a new github issue is created on your behalf.

  • All comments become trackable issues in the Github Issues section, and I (and you) can follow up on them.

  • There is no third-party provider, no disrupting ads, and everything remains transparent inside github.

Github Users Yes, Spammers No

To keep spammers out and comments attributable, all you do is log in using your (free) github account and grant utteranc.es the permission to submit issues on your behalf.

If you don’t have a github account yet, go get yourself one - it’s free and simple.

If for any reason you do not feel comfortable with letting the commenting system submit issues for you, then visit Github Issues directly, i.e. by clicking the red button Submit Issue at the bottom of each page, and submit your issue manually. You control everything.

Discussions

For chit-chat and quick questions, feel free to visit and participate in Discussions. They work much like classic forums or bulletin boards. Just keep in mind: your valued input isn’t equally well trackable there.

  Show on Github    Submit Issue

(content created Aug 11, 2024 - last updated Aug 28, 2024)