1970's breadboards

This page was last updated Aug 6 2023 (c) Herb Johnson all rights reserved. Search my Web site to find other Web page content of interest. My home Web page for restoration of vintage computing is at this link.

In March 2023 I started this Web page, to describe restoration and use of various digital and analog breadboards produced in the 1970's. They are still useful in the 21st century to test components and to prototype simple circuits. They were incorporated into training documents and educational programs. Look inside 1960's and 70's and 80's "hobby electronic" and "popular science" and other magazines of the era for ads about these tools and programs. In the era, these were among several self-education programs sold by companies, to train technicians and encourage future engineers. Thanks to Korean and Vietnam veteran's benefits, many of these qualified for government reinbursement. Also, many trade schools and high-school trade programs, and small colleges, used these products and courses. Heathkit provided lots of products to those programs, and had a higher-grade line of tools for university electronics labs.

E & L Digi Designer

[digi designer]

The front panel has the E&L breadboard, and connections to the 5V power supply, four logic-display lamps, two logic-conditioned buttons, four logic switches (not conditioned).

Here's the E&L Digi Designer manual. There's a schematic inside the manual.

interior photos:
The front panel for reference
the back of the front panel
The back of the front-panel has a date stamp in black ink of "DEC 28 1973".
the PC board for DC power The trimpot adjusts the 5V regulator.
under the PC board to view the buttons and switches
the small board for the lamp logic transistors

restoration was uneventful. I cleaned up the front panel, and put DeOxit on the switches and buttons. I used a Variac to slowly raise AC input voltage, to reform the caps. None of them seemed to be damaged, they are all low-voltage electrolytics. When the unit operated at full AC line voltage (120V), I confirmed the DC power supply output was about 5.0V unloaded. It needed a little adjustment. Here's the performance of the DC regulator versus AC voltage:

AC volts  91.5   98   104   110  116  122
DC volts   5.0   5.1  5.15  5.17 5.2  5.22
I adjusted to get 5.0V at 120VAC no load.

Purpose: I revived this breadboard, to wire up a 6502 CPU circuit, to test several questionable 65C02 microprocessors. Here's the circuit I wired. It's a simple way to exercise an 8-bit classic processor. The eight data lines are either tied low or pulled up with convenient resistors (270 ohms here) to force the data lines to a "NOP" instruction. The processor clock, is wired to the square-wave generator. The 6502 reset is tied to one of the logic switches. Other 6502 lines are grounded, tied to 5-volts, or left open as needed to run the processor.

By connecting the logic lamp to various 6502 address lines, I can see if the processor is running through the address space by observing the address lines toggle from high to low on a regular cycle. For more details and my results, check this linked Web page.

E&L Digi Designer 1

Here's an E&L Digi Designer 1 manual. It's a redesign but similar to the Digi Designer. There's a schematic inside the manual. There's also two enginering notes of component changes, here and here.

E&L CD1 - Lee Hart

[E&L CD1]

Here's an E&L CD1 breadboard, from the mid-1970's. It supports both TTL prototyping, and CMOS prototyping at voltages above TTL's 5-volt operations. This is from Lee Hart, June 2023. Here's how he checked it out, reviewed the design, and made repairs and modifications. - Herb

I went to a hamfest in the Minneapolis/St. Paul area. I bought ... an E&L CD-1 CMOS/TTL Designer (similar to the Digi Designer 1). Here's a photo of what's inside. I cleaned it up, and initially it (mostly) works! I spent some time cleaning and fixing my CD-1, and got it all working. I couldn't find a manual for it online, but your manual for the DD-1 is close. The CD-1 seems to be less common than the DD-1.

The CD-1 front panel looks just like the DD-1, but has an additional TTL/CMOS slide switch, a slide pot labeled VOLTS, and an extra position for the CLOCK switch labeled EXT with two extra terminals for an external capacitor to set the frequency.

The TTL/CMOS switch selects between a fixed 5v supply, and a variable 2-16v supply (adjusted with the linear pot on the left side of the front panel). The 4 logic switches output either 0v or supply voltage. All are noisy/intermittent, but at least they work. Cleaning will probably help. Regardless of the supply voltage, the 4 LED indicators use TTL levels.

"The square wave generator works, but some of the frequencies are quite far off. In the EXT position, the external capacitor can run it at anything from below 1 Hz to over 1 MHz. Regardless of the supply voltage, it outputs TTL levels.

"The binding posts and BNC connectors are just adapters; no circuitry is attached. One of the two debounced "pulse" pushbuttons didn't work.

Initial impressions and repairs

The thing was tedious to fix, in part because the PCB has an opaque black soldermask, so you can't see the traces. I found 3 open traces (fixed with patch wires). The 6 ICs are socketed, which helped.

I replaced the broken AC illuminated power switch. Amazingly, I had an exact replacement for it.

[There's a TTL/CMOS DC power switch.] In the TTL position, the supply voltage is 5v, and it appears to work exactly the same as the DD-1. In the CMOS position, the supply voltage is variable from 1.4v to 16v set with the VOLTS slide pot. The CLOCK, PULSERS, LOGIC SWITCHES, use +5 volts for power but buffer their outputs to [either +5V or the] DC voltage level set by the VOLTS pot.

The design is otherwise pretty naieve, an early or beginner's design, IC date codes are 1973, 1974, and 1976, so it was probably built around 1976. Six ICs, but only one 0.01uF bypass cap. The PULSER switch inputs are either grounded by the switch, or left floating (so I added 10k pull-ups to VCC). Unused TTL inputs are just left floating, or tied directly to VCC (instead of through a resistor, which should be done for 74xx ICs).

The design of the PULSERS is screwy. The pushbuttons go to the D inputs of a 7474 flip-flop. The 7474 is then clocked by the 60Hz AC line frequency! So the outputs only update at each rising edge of the AC line. However, there is no noise filtering on the AC, so the rising edges include power-line noise. If you happen to push the button just as the AC line is rising, you still get output glitches (brief pulses).

The CLOCK frequencies were way off (over 2:1). 3 of them used electolytics, which were way off value. The circuit is basically the same as your DD-1 schematic. It's not very stable, and drifts with supply voltage, temperature, and if the 7414 is changed. But good enough for breadboarding, I guess.

On logic inputs and outputs: dealing with CMOS

The two Pulser switches control a 7474 dual flip flop. Its four outputs (Q and /Q) go to 7406 open-collector inverters. The 7474 and 7406 are powered by +5v. The collector outputs of the 7406 inverters are pulled up to +V by 1k resistors. So the pulser outputs are either +5v (TTL) or +V (CMOS). The same is done for the CLOCK outputs.

The TTL/CMOS switch connects [all] the 7406 [collector 1K] pullups to +5v or +V. And, all the ICs are powered by +5v (except the uA723 regulator for the +V supply).

The Logic LEDs inputs go to a CMOS 4049 buffer with a 470k resistor to GND. The outputs of the 4049 are buffered by 7406's with open collectors to drive the LEDs. All CMOS 4049's, and even the modern 74HC4049 variants have no input protection diode from their inputs to VCC. This means the 4049's can be powered at 5v, but have inputs as high as 15-20v (depending on the specific part). But since it's powered at 5v, the input switching threshold is still about 1/2 of Vcc supply voltage (i.e. about 2.5v with a 5v supply).

Screwy things

They could have used [a second AC diode] bridge to get 7~8vdc for the +5v supply, [to reduce heat from the LM340 regulator.] But they didn't. The +5v regulator is screwed to the aluminum front panel, so it has a big heatsink (and needs it)!

The Logic LEDs inputs only draw about 10ua at +5v (TTL), or 30ua at +15v (CMOS). But they powered the 4049 at +5v, so the input switching threshold is always ~2.5v in both TTL or CMOS modes.

Another screwy thing: The Logic LEDs are connected between GND and the 7406 outputs. They then had 150 ohm pull-ups to +5v. When the 7406 output goes low, it shorts the LED to turn it off. This also means that each Logic LED circuit draws about 25ma regardless of whether the LED is on or off!

Yet another: The Clock circuit is always running, so it is always spiking the +5v supply. Since there is only a single 0.01uF bypass cap for the whole board, the +5v supply is noisy. These noise spikes get added onto the 60Hz signal they used to clock the 7474's. When those noise spikes happen during the 60 Hz's rising edge, the Pulser's "debounced" pushbuttons aren't really debounced.

More repairs and fixes

The power transformer must have gotten hot at some point; it was screwed directly to the plastic case, which had partially melted. I added a little metal heat spreader plate to (hopefully) prevent further damage.

The power transformer gets hot because it's a 6.3vac 1a unit that feeds a voltage doubler to produce a 17v supply. An LM340 regulator then knocks it down to 5v (TTL), or a uA723 regulates it to the voltage set by the VOLTS pot (CMOS). The 5v load was about 200mA even without any breadboard loads.

The four LAMPS circuits each drew 25ma regardless of whether the LEDs are on or off. I replaced the LEDs with modern higher-efficiency parts, and increased the current limiting resistors by 10:1. Each LED now draws 2ma, not 25ma. That cut the total 5v load in half, and the new LEDs are brighter anyway. - Lee Hart

E&L CDP-01 product

[E&L] [E&L]

Here's another E&L breadboard product I have. Work is pending. No docs. An E&L Circuit Designer Powerpack CDP-01. Lots of useful voltages, even AC, for analog work. NOte: the two fuses are BUSS MDL 5 slow-blo . - Herb

E&L OpAmp Designer product

[E&L CD1]

Here's another E&L breadboard products I have. Work is pending. No docs. An E&L Opamp Designer, of course for op-amps. It has a 5-volt supply for TTL work. - Herb

DeVry / B&H Electro-lab Design Console

[DeVry]

This DeVry (also Bell and Howell) product is owned and was serviced by Lee Hart in March 2023. The photos are his. The black peforated panel, is one of several which interlock to form the "breadboard" put on the panel. There were sets of blocks with the kit, that had embedded components or sockets that plugged into the holes. Components include vacuum tube sockets, as the kit was designed to teach about both tube and transistor circuits.

The cabinet upper panel, has posts as shown here wired to the 30V DC adjustable power supply, the +180V DC supply, the 6.3/12V AC transformer. Also, wired to a speaker through an audio transformer (400 / 4K ohms impedance), a sine / squarewave generator, and ground. The lower panel controls are for OFF-6V-30V DC selection, a DC voltage adjustment, and frequency of the audio oscillator.

Inside the upper console are two circuit boards, a speaker, two transformers, and other parts. The board near the speaker is the oscillator. The board opposite is the power supply. Inside the lower console are the controls for power and voltage, the frequency select and frequency adjust potentiometer.

Here's the DeVry schematic, traced out by Lee Hart. There's a oscillator board schematic and a DC power board schematic I cut out for convenience. Here's a parts list with more details.

The construction manual for this product, is a little scarce, and not available online as a free document as of 2023. DeVry, and Bell and Howell Schools, produced a series of educational project manuals for this product.

Lee Hart, after tracing the circuits, tested and replaced a number of components. Some were likely damaged by time, some possibly by accidentally connecting the high-voltage output to the oscillator or low-voltage supply. The 180V output is un-fused! Lee's hand-drawn schematic has notes about replaced components. He discussed the details with me; in due course I'll edit that content and include it as a text file.

plans for use

His plans for use, are to use small E&L style breadboards mounted on magnets on sticky-tape, to hold to the metal surface where the original plastic "breadboard" panels were in use. Other major components, like vacuum tube sockets, will be on stronger magnetics. Then wires from the components can be wired to the breadboards which will hold smaller components.

[DeVry]

April 2, Lee Hart: "I built a couple tube sockets for breadboarding on the DeVry. I also added a cheap little DVM since the "regulated" 0-30v supply isn't very well regulated."

"The tube sockets use the smallest size solderless breadboard. They have two mounting holes on the ends, so I used them to mount the tube sockets with screws on standoffs. I soldered wires onto the tube socket pins, then plugged them into holes on the solderless breadboard. The bottom of each breadboard has double-sided thick foam tape, which mounts semi-flexible "rubber" sheet magnet material, to stick it to the steel base-plate on the DeVry."

"The voltmeter is a $3.95 one from Electronic Goldmine. Pretty poor; no docs, untraceable circuit, not very accurate. It has a tiny trimpot that can set it to be accurate at *one* voltage; but then it's off everywhere else. The best I could do is set it to be 0.2-0.3v low across its range. But at least I'll have *some* idea of what the output voltage is. " - Lee Hart - edited by Herb Johnson from notes and photos of Lee Hart, March-April 2023.


Herb Johnson
New Jersey, USA
here's how to email @ me and to order

Copyright © 2023 Herb Johnson