Fork me on GitHub

Project Notes

#714 Slow Glow 2

A simple slowly-glowing LED effect using a 555 timer. This provides a better fade-in/fade-out than the Slow Glow circuit.

Build

Here’s a quick demo..

clip

Notes

This project is based on the UP/DOWN FADING LED Circuit. I’ve modified it for 5V operation.

It is an unusual circuit in a few respects:

  • an unconventional 555 configuration
  • using a high-side NPN transistor

The end result, however, is quite pleasing. It achieves a steady fade-in and fade-out of the LED. Certainly a better result than my previous Slow Glow circuit: LEAP#559.

Circuit Design

The original circuit was designed for 9V. To use with 9V, recommended to change R2 to something higher to avoid over-driving the LED e.g. 470Ω.

With a 5V supply, it has just enough forward voltage to drive an LED

bb

schematic

bb_build

How it Works

The following scope trace shows the circuit in operation:

  • CH1 (Yellow) - timer output
  • CH2 (Blue) - transistor base/capacitor anode/timer threshold & trigger
  • CH3 (Red) - transistor emitter/LED anode
  • Note: all inputs scaled to 1v/div but offset by -1v

scope

Basic operating principle and notes:

  • with the 555 output high, the capacitor C1 is charged via R1 with time constant (𝛕) of about 3.3s.
  • the 555 timer threshold/trigger pins are tied and will limit the oscillation between 1/3 and 2/3 VCC
  • when capacitor C1 reaches 2/3 VCC, the 555 threshold pin resets the output low, starting discharge.
  • The 555 discharge pin (7) is unused in this configuration. Discharge is via the transistor B-E connection, hence the slower discharge.
  • when C1 reaches 1/3 VCC, the 555 trigger pin sets the output high, restarting the charge cycle.

555-simplified-schematic

Credits and References

About LEAP#714 555 TimerLED

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