1

I am trying to store a bit of data from a circuit, but I don't want to use an IC like an EEPROM chip. Is it possible to store one bit with a transistor or something else to that effect?

3 Answers3

2

The simplest latch requires two transistors:

schematic

simulate this circuit – Schematic created using CircuitLab

The LED circuit on the right lets you see what's going on.


If you want non-volatile, that was covered before: How to make 1 bit permanent memory circuit?

Dave Tweed
  • 168,369
  • 17
  • 228
  • 393
1

With relay comes this one:

schematic

simulate this circuit – Schematic created using CircuitLab

Marko Buršič
  • 23,562
  • 2
  • 20
  • 33
1

You can make a 2-transistor latch, crosscoupled, using 10 Meg ohm resistors and 1.5 volts battery.

The write time will be about 0.001 second (10Mohm, 10pf as primary internal timeconstant, with Miller effect as the major delay)

analogsystemsrf
  • 33,703
  • 2
  • 18
  • 46