Fork me on GitHub

Project Notes

#536 Power OK Indicator

Testing a simple Schmitt Trigger power OK indicator using a 74HC14.

Build

Notes

A practical “power OK” indicator is a signal that ideally:

  • provides a clear “ON” signal a short time after power is available (to allow for startup fluctuations etc)
  • immediately asserts an “OFF” signal once power is removed

The circuit demonstrated here is based on Experiment #125 from ARRL’s Hands-On Radio Experiments Volume 3.

Features of the circuit:

  • the time constant of the R2=1MΩ, C1=1µF RC circuit provide the startup delay. These values are very large so that the effect is quite obvious.
  • The hysteresis of a Schmitt Trigger is used here to provide a clear de-bounced startup signal
  • The switch in the circuit is used to simulate power on/off.
  • The LED and current-limiting resistor simulate a load

Is this circuit suitable for real use as-is? No - it is just a demonstration of some core principles and has a number of simplifications that wouldn’t match a practical application:

  • power loss may not cause the the positive power rail to be grounded. In this situation, there’s no path for rapid discharge.
  • the 74HC14 always has power in this circuit, whereas in reality it would probably also lose power. A power reservoir for the 74HC14 would allow the the inverter to assert a positive low signal for some time after main power is lost.

Construction

Breadboard

Schematic

Behaviour

The on-off cycle is captured in the following scope trace where

  • CH1 (Yellow) - switch output
  • CH2 (Blue) - inverter input
  • CH3 (Red) - output

scope

Build

Credits and References

About LEAP#536 SchmittCMOS/TTL

This page is a web-friendly rendering of my project notes shared in the LEAP GitHub repository.

Project Source on GitHub Return to the LEAP Catalog
About LEAP

LEAP is my personal collection of electronics projects - usually involving an Arduino or other microprocessor in one way or another. Some are full-blown projects, while many are trivial breadboard experiments, intended to learn and explore something interesting.

Projects are often inspired by things found wild on the net, or ideas from the many great electronics podcasts and YouTube channels. Feel free to borrow liberally, and if you spot any issues do let me know or send a pull-request.

NOTE: For a while I included various scale modelling projects here too, but I've now split them off into a new repository: check out LittleModelArt if you are looking for these projects.

Project Gallery view the projects as an image gallery Notebook reference materials and other notes Follow the Blog follow projects and notes as they are published in your favourite feed reader