Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

#062 SRLatchFlipper

Set/Reset latch with BJTs, controlled and monitored by an Arduino.

Here's a quick video of the circuit in action:

SRLatchFlipper demo

▶️ return to the LEAP Catalog

Notes

This is a classic Set-Reset latch under Arduino control.

See the LEAP#061 SRLatch project for the implementation details and design notes on the flip-flop. SRLatch uses manual switch entry to control the flip-flop.

This version of the circuit uses an Arduino to drive the set/reset inputs, and monitor the output state. For simplicity, the circuit is powered from the Arduino's 5V regulated pin. Output state is read with analog ports, and the data sent to the serial port for plotting with PlotNValues (a simple Processing sketch).

The processing trace below demonstrates the behaviour using 4 traces. From bottom to top:

  • Lower plot: SET input
  • Lower-middle plot: RESET input
  • Upper-middle: Out1 ouput state Q
  • Upper plot: Out2 inverted output state -Q

processing trace

The plot demonstrates:

  • how repeated triggers have no effect on the output
  • SET sends Out1/Q high
  • RESET sends Out1/Q low
  • Out2/-Q is always the inverse of Out1/Q

Construction

The Breadboard

The Schematic

The Build

Credits and References