Unified Field Theory

Solving unified field theory is important because ultimately it decides what humans can do with our existence. There is a big difference between the heat death of the universe vs a cycle that can reverse entropy loss. In 1532 humans documented that the sun was the center of the solar system for the first time. In 1931 the big bang was proposed. While this idea has been refined over the past 100 years most scientists agree there are still many unknowns around the creation and existence of matter and energy in the universe. Just like humans were going to come up with a better theory after 1532 we are going to come up with a better theory after 2023.  The first step is to acknowledge what we do not understand.

unified field theory

There are many unknowns in describing the formation and interaction of all particles in the universe. The main goal of the Global Science Network is to create non-biological humans. Some people may not see how this is related to solving the world’s energy problems or solving unified field theory. However, the fundamental science of these three projects is directly linked.

This is because the universe is energy which is information that is being proceeded and stored and humans are also information that is being processed and stored. Describing all energy and matter as information is the basis for information theory. This is not exactly how I plan to approach solving unified field theory but it is important to keep in mind.

The most basic way I can describe that our scientific explanation of the universe is wrong is the law of entropy. If the universe is constantly increasing in disorder that means each step back in time has more order. Just keep going back toward infinity and you see a huge problem. Not only is there infinite energy but there needs to be infinite energy density.

This concept is completely ridiculous and obviously wrong. While the big bang theory has a beginning the concept relies on a single rare event that requires massive negative entropy. Now we can say that some rare quantum fluctuations created negative entropy but this is total garbage. That is just a fancy way to say we do not have a clue why it would happen.

There is in fact a way to describe the universe in a way that does not require rare events or single events to reverse entropy for the expansion of the universe. I plan to detail my approach to solving unified field theory soon. However, I want to do so in a way that is thoughtful and credible so I am holding off for now.

Also, it is worth thinking about whether it is worth putting time and effort into solving unified field theory. We learned the earth revolves around the sun in 1532. Humans did not launch Sputnik 1 into orbit until 1957. So it took over 400 years to go from theory to application.

There are a few reasons why it is beneficial to solve unified field theory. We may be able to explore beyond the visible universe. We can explore virtual space. It gives humanity hope that the heat death of the universe is not the end of the universe. However, humanity is still limited, for a human to live forever a human would need to contain increasing quantities of information to infinity. This is the reverse problem of entropy. Without entropy, there would then be the conservation of information. This points to the idea that information has to be deleted for new information to be saved.

Most importantly solving unified field theory allows humans to understand information from a fundamental viewpoint. We ultimately need to make information functionally equivalent to other information. We also need to know where in the universe humans can reside and that is the most interesting thing. If humans are non-biological we will be able to thrive living beyond our solar system and possibly even create new universes.

4-Bit Calculator Built Using Digital Logic Gates

Building a 4-bit calculator using individual transistors helps demonstrate how computers add numbers. This can be thought of as a  simple arithmetic logic unit (ALU) for a computer. In this case, the calculator is a stand-alone device that can add two 4-bit inputs together. In binary, the highest 4-bit input is 15 which is 1111 in binary. There is also a carry-in slot in the first full adder so the calculator can add 15+15+1 for a max value of 31 which is 11111 in binary.

4 bit calculator built using transistor logic gates

The photo above shows the 4-bit calculator I built on four breadboards. Two 4-slot dip switches control whether the inputs are on or off. When an input is on the dip switch will be in the up position and the LED above the dip switch will be on. When an input is off the dip switch will be in the down position and the LED above the dip switch will be off. The output is represented by the 5 LED lights on the right-hand side of the breadboard. The position of the LED determines its value. When the top LED is on it represents 1, the second LED represents 2, the third LED represents 4, the fourth LED represents 8, and the fifth LED represents 16. If all 5 LEDs are on it is 11111 in binary which is 15 in the base 10 number system.

4-Bit Calculators

4 bit calculators built on breadboards

In this article, I am going to show two different ways to build a 4-bit calculator. The first is going to use 4 full adders that are all built the same way. Next, I am going to show how to use 4 full adders which are all built differently to build a second 4-bit calculator. This will help demonstrate that there are multiple ways to design digital logic gate circuits that perform the same operation. Building a 4-bit calculator would be a fun circuit science project for someone looking to further their understanding of digital logic gates. I plan to take the first 4-bit calculator and used it as an ALU for a 4-bit computer that is built with individual transistors.

The video above shows how to build the first 4-bit calculator using individual transistors. It also explains the binary number system to describe how the calculator adds in base 2. At the end of the video the calculator is tested by varying the two 4-bit inputs and it works as expected. The calculator is powered by a 5-volt battery pack that is typically used to charge cell phones.

4-Bit Calculator Built with Individual Transistors

4 bit calculator buit with individual transitors

The first 4-bit calculator is shown above. There are four breadboards that are connected together. Each breadboard has one full adder. The first full adder also has dip switches to turn the inputs on or off. All of the resistor values used are 2K.  On the left side of the calculator red wires run from the top positive 5-volt rail to inputs A and B of each full adder. The carry-out of full adder 1, full adder 2, and full adder 3 feed into the carry-in location in the next full adder. On the right-hand side, red and black wires connect power to each breadboard. The main power is supplied to the top breadboard from the two wires on the top right-hand side of the calculator. All of the transistors used are NPN type with a model number of 2N2222, and model number 2N3904 will also work as these have very similar properties.

In the photo the first 4 inputs are on, the second 4 inputs are on and the carry-in is off. This means that 1111 + 1111 + 0 is what is being added. The output should therefore equal 30 which is 11110 in binary. If you look at a calculator you can see that the LED lights show an output of 11110 as expected.

Logic Gate Level Circut Diagram

4 bit calculator digital logic gate level circuit diagram using xor gates

The logic gate-level circuit diagram is shown above. Each full adder is built with 2 XOR gates, 2 AND gates, and an OR gate. The inputs are in the top left corner of the circuit while the outputs are on the right-hand side of each full adder. Inputs are labeled based on their value for example input 4A has a value of 4 based on its position in the circuit. This diagram provides a high-level design of how the 4-bit calculator should be built. It does not however detail how each logic gate is to be built.

Component Level Circut Diagram

4 bit calculator transistor level circuit diagram using xor gates

The component-level circuit diagram for the 4-bit calculator is shown above. This shows how each logic gate is to be wired using individual transistors. Each full adder is built the same way. So once it is understood how to build one full adder it is not difficult to wire four of them together to form the adder circuit. In each full adder, the first 6 transistors are the first XOR gate, and the next 5 transistors are the second XOR gate. The second XOR gate does not send an output so one less transistor is needed. In the bottom row of each full adder, the first three transistors are the first AND gate, the next three are the second AND gate. Finally, the last three transistors are the OR gate.

All resistor values are labeled 1K except the input resistors which are 470 ohms. The input resistors are lower because the inputs have a 1.9-volt voltage drop across the input LEDs being used to show if the input is on or off. The carry-in on the first full adder is turned on by connecting the second input of the second AND gate to the 5-volt rail. This is done by adding a resistor to the carry-in location.

4-Bit Calculator Built with Different Types of Logic Gates

4 bit calculator with logic gate circuit diagrams

The four-bit calculator above is built by wiring four full adders together. Each full adder is implemented in a different way. The first two full adders use the same logic gate design. However, the top full adder uses integrated circuits while the second full adder uses individual transistors. The third full adder uses 9 NAND gates that are built with individual transistors. Finally, the fourth full adder is built with 9 NOR gates that are built with individual transistors.

In the video, I explain how to build this second 4-bit calculator. I also do a demonstration of the calculator working by adding several numbers.

4-bit calculator built with four different types of full adders

The 4-bit calculator above is made with many different types of logic gates and components. One of the great things about digital logic is there are many ways to build a circuit that will provide the same output values. The circuit is placed next to the circuit diagram to help if you plan to build this calculator as a project.  Right now the circuit has the first four inputs on, the second four inputs on, and the first full adder has the carry-in on. This makes the addition 1111 + 1111 + 1 which is 31. The output is 11111 which is 31 in binary which is what the output of the calculator provided.

Logic Gate Level Circut Diagram

4 bit calculator digital logic gate level circuit diagram using xor gates nand gates and nor gates

The logic gate-level circuit diagram for the 4-bit calculator is provided above. This makes it clear which types of logic gates are to be used. However, it does not provide any insight into how each logic gate should be built. The top two full adders have the same logic gate design. Integrated circuits are used for the logic gates in the first full adder while individual BJT transistors are used to build the logic gates in the second full adder. The third full adder is made with NAND gates and the fourth full adder is made with NOR gates. Each NAND and NOR gate can be built with two transistors.

Component Level Circut Diagram

4 bit calculator component level circuit diagram using transistors and integrated circuits

The circuit diagram above provides a detailed depiction of where every connection should be made to build the 4-bit calculator. Each full adder is built differently but the input and outputs are equal. This is an interesting way to build a 4-bit calculator cause it also demonstrates how to build six types of logic gates and shows how to implement integrated circuits. It takes around 20 hours of work to build a 4-bit calculator using individual transistors. This is because it is time-consuming to place all the components and cut the wires to the correct size. If you do build one of these calculators it is a useful way to teach others how logic gates work and how the ALU in a computer functions.

Now that you understand how to build a 4-bit calculator. Check out the video above where I build a 4-bit computer on breadboards. The ALU merged the two calculators above and added in XOR gates to allow subtraction using the 2’s complement method.

How to build an Artificial Synapse

The video below shows how to build artificial synapses on breadboards using LEDs as an optocoupler.

Most biological neurons have thousands of connections to other synapses and each connection forms a synapse. When building artificial neurons artificial synapses are likely needed to connect to other neurons.

Each synapse consists of an inverter, an optocoupler made with two LEDs, an output buffer, a diode, and a variable resistor. If the synapse is inhibitory, a discharge transistor also needs to be added.

Each synapse either adds or removes charge from the postsynaptic neuron. For these synapses to be functionally equivalent to biological sells a proportional number of states needs to be transferred compared to the same biological network. The video above describes this in much more detail.

Leave a Comment