• Home
    ->
    Step by step guides
    ->
    Creating a basic analog computer at home



    Material Required

    1. Resistors, diodes, capacitors, coils, and transistors: Basic electronic components to construct different circuits.
    2. Operational Amplifiers: To create analog computation sections like integrating and differentiating circuits.
    3. Potentiometers: To build adjustable resistors for modifiable calculations.
    4. Prototyping breadboard: For building your circuits.
    5. Power Supplies: For the different requirements of each circuit.
    6. Oscilloscope: For reading the output signals.
    7. Soldering Iron and Solder: For establishing solid connections.
    8. Multimeter: For measuring voltage, current, or resistance.
    9. A computer with a Data Acquisition Card (DAC): For interfacing and saving your signal values. Coding skills are necessary.
    10. Wires and jumper cables: For creating connections.

    Modeling the System

    Step 1: Understand Analog Computing

    Understand the basic principles of an analog computer. Analog computers work by manipulating continuous data, in contrast with digital computers which work by handling binary digits (0 and 1). Analog computers can solve complex mathematical problems where digital computers may fall short. A common example is the slide rule, which can be viewed as the simplest analog computer.

    Step 2: Design the Basic Circuit

    Design your basic circuit based on your needs. To model text storage, you would need to map each character to a specific voltage level. Let’s say you want to store the alphabet (26 characters), you could map ‘A’ to 1 volt, ‘B’ to 2 volts, … ‘Z’ to 26 volts. The design begins with making a diagram of your circuits using operational amplifiers and other components.

    Assembly of Circuitry

    Step 3: Begin Assembling Your Computer

    Start by placing components on the prototyping board. Begin setting your resistors, transistors, diodes and capacitors on the breadboard as per your circuit diagrams. Operational amplifiers can be used to make adders, integrators, and inverters, which form the building blocks of analog computation.

    Step 4: Make Connections and Do Soldering

    Connect the dots by soldering. Use careful precision to establish the electronic connections between components.

    Step 5: Implement Power Supply

    Connect your circuit to its power supply. Ensure that the power supply complies with that of the circuit requirements.

    Testing and Interfacing

    Step 6: Test Your Circuit

    Investigate whether your analog computer is working accurately. Feed your circuit a known input and check if the output on the oscilloscope matches the expected result.

    Step 7: Interfacing with Digital System

    Assign your voltage levels to the corresponding characters. Using the DAC and your programming skills, write a program that recognizes each voltage level as its corresponding character.

    Step 8: Store and Read the Text

    Use the computer to store and then display the text. Feed the voltages to the computer to store the relevant characters. To read, the reverse process applies: the computer sends voltages to your analog circuit, and you can then read the signals using the oscilloscope, matching each voltage level to its relevant character.