projekte:2020:4bitrelayadder

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
projekte:2020:4bitrelayadder [2020/12/31 13:06]
max [19.Mrz 2020]
projekte:2020:4bitrelayadder [2021/11/09 08:09] (aktuell)
max
Zeile 1: Zeile 1:
-{{:projekte:photo_2020-05-11_15-36-52.jpg?400|}}+{{:projekte:2020:img_20211023_143400.jpg?400|}}
  
 ====== 4Bit Relay Adder ====== ====== 4Bit Relay Adder ======
Zeile 5: Zeile 5:
 Contact: [[User:nopx|nopx]] Contact: [[User:nopx|nopx]]
  
-Projectstatus: **DONE** (May 2020)+Projectstatus: [[projekte:projektstatus|{{:projekte:done.png?50|}}]] (Nov 2021) 
 + 
 +[[regeln:labels|{{https://labelgenerator.vspace.one/documented/Max Noppel.png?200|}}]] 
 + 
 + 
 + 
 +===== Lessons Learned ===== 
 +  Make the LED indicators from Cupper!!! Green soldermask is really transparent! 
 +  Use blue or white soldermask with blue LEDs 
 +  Make the signal connections on the front of the adder. This assists the understanding better. 
 +  Use the mounting screws for power supply.  
 + 
 + 
  
 ===== Status ===== ===== Status =====
 +==== 09.Nov 2021 ====
 +Finally added the transparent plexi backboard, the diodes and also oiled the wood. The project is finally finished.
 +
 +{{:projekte:2020:img_20211023_143030_01.jpg?400|}}
 +
 +{{:projekte:2020:img_20211023_143400.jpg?400|}}
 +
 +{{:projekte:2020:img_20211023_143219.jpg?400|}}
 +
 +
 +==== 23.Oct 2021 ====
 +The sky blue version is ugly, so I bought a new one in transparent. This looks nice. Also I finally found time to put some oil on the wood. This also looks nice. The project is finished now and I am happy with it. Will upload images later.
 +
 +
 +
 +==== 03.Oct 2021 ====
 +Finally I just ordered the plexi backboard in sky blue. I hope it looks nice.
 +
 ==== 11.May 2020 ==== ==== 11.May 2020 ====
-Finished the 4 Bit Relay Adder. But will add the backboard later.+Finished the 4 Bit Relay Adder. But will add a plexi backboard later.
  
 {{:projekte:photo_2020-05-11_15-36-52.jpg?300|}} {{:projekte:photo_2020-05-11_15-36-52.jpg?300|}}
Zeile 45: Zeile 76:
 ==== 17.Mrz 2020 ==== ==== 17.Mrz 2020 ====
 The switches arrived! The switches arrived!
 +
 {{:projekte:img_20200317_163321.jpg?300|}} {{:projekte:img_20200317_163321.jpg?300|}}
  
Zeile 70: Zeile 102:
  
 ---- ----
 +==== Related Work ==== 
 +  * [[https://hackaday.io/project/179801-relay-adder]] 
 +  * [[https://hackaday.io/project/180742-relay-alu]]
  
  
Zeile 108: Zeile 142:
 == XOR == == XOR ==
 The XOR gate is build from 2 relay in this logicfamily.  The XOR gate is build from 2 relay in this logicfamily. 
 +
 {{:projekte:xor.png?300|}} {{:projekte:xor.png?300|}}
  
Zeile 113: Zeile 148:
 == AND == == AND ==
 I know I can build an AND gate from one relay. But in this preproject I build it from two. It is easy to explain how it works this way. I know I can build an AND gate from one relay. But in this preproject I build it from two. It is easy to explain how it works this way.
 +
 {{:projekte:and.png?300|}} {{:projekte:and.png?300|}}
  
Zeile 118: Zeile 154:
 == OR == == OR ==
 The OR gate is very simple. As High is 5V and Low is floating we can just connect the wires to get the or logic. The OR gate is very simple. As High is 5V and Low is floating we can just connect the wires to get the or logic.
 +
 {{:projekte:or.png?200|}} {{:projekte:or.png?200|}}
  
Zeile 123: Zeile 160:
 === Complete === === Complete ===
 The FullAdders works like this: The FullAdders works like this:
 +
 {{:projekte:logicfulladder_rev1.png?500|}} {{:projekte:logicfulladder_rev1.png?500|}}
  
  
 The boards will be connected to realize the following circuit: The boards will be connected to realize the following circuit:
 +
 {{:projekte:logicsimulation_rev1.png?800|}} {{:projekte:logicsimulation_rev1.png?800|}}
  
Zeile 159: Zeile 198:
  
 {{:projekte:controlpanel.png?300|}} {{:projekte:controlpanel.png?300|}}
 +
 {{:projekte:img_20200317_163321.jpg?300|}} {{:projekte:img_20200317_163321.jpg?300|}}
  
Zeile 180: Zeile 220:
 The 1Bit-FullAdder sums 3 (//A//,//B//,//C//) inputs and outputs a //sum// bit and a //carry// bit. The 1Bit-FullAdder sums 3 (//A//,//B//,//C//) inputs and outputs a //sum// bit and a //carry// bit.
  
-{{ :projekte:logicfulladder_rev1.png?500 |}}+{{:projekte:logicfulladder_rev1.png?400|}}
  
 Therefore 8 relays are used. For details see the schematic. Therefore 8 relays are used. For details see the schematic.
  
-{{ :projekte:1bitfulladder.png?400 |}}+{{:projekte:1bitfulladder.png?400|}} 
 + 
 +{{:projekte:img_20200319_175203.jpg?400|}}
  
-{{ :projekte:img_20200319_175203.jpg? 400 |}} 
 ==== Schematic ==== ==== Schematic ====
   * {{ :projekte:1bitfulladder_rev1.pdf |1BitFullAdder_rev1 [PDF]}}   * {{ :projekte:1bitfulladder_rev1.pdf |1BitFullAdder_rev1 [PDF]}}
Zeile 208: Zeile 249:
 The 4Bit-Controlled-Inverter board is able to invert 4 bits. The board is enabled by the Enable-Inverter-Switch on the //ControlPanel//. It also indicates the input bits and the output bits by LEDs. The 4Bit-Controlled-Inverter board is able to invert 4 bits. The board is enabled by the Enable-Inverter-Switch on the //ControlPanel//. It also indicates the input bits and the output bits by LEDs.
  
-{{ :projekte:4bitcontrolledinverter.png?400 |}}+{{:projekte:4bitcontrolledinverter.png?300|}}
  
 ==== Schematics ==== ==== Schematics ====
Zeile 231: Zeile 272:
 The backboard will be made from wood. The backboard will be made from wood.
  
- +{{:projekte:photo_2020-05-04_00-03-40.jpg?300|}} 
-{{ :projekte:photo_2020-05-04_00-03-40.jpg? 400 |}} +{{:projekte:photo_2020-02-27_16-25-40.jpg?300|}}
- +
-{{ :projekte:photo_2020-02-27_16-25-40.jpg?400 |}}+
  
 TechDraw:  TechDraw: 
-  * {{ :projekte:techdraw_rev1.pdf |4BitRelayAdder-Backboard_rev1 [PDF]}} +  * {{:projekte:techdraw_rev1.pdf |4BitRelayAdder-Backboard_rev1 [PDF]}} 
-  * {{ :projekte:techdraw_rev1.1.pdf |4BitRelayAdder-Backboard_Rev1.1 [PDF]}} +  * {{:projekte:techdraw_rev1.1.pdf |4BitRelayAdder-Backboard_Rev1.1 [PDF]}} 
-  * {{ :projekte:plexibackboard_rev1.pdf |4BitRelayAdder-Plexibackboard_Rev1 [PDF]}}+  * {{:projekte:plexibackboard_rev1.pdf |4BitRelayAdder-Plexibackboard_Rev1 [PDF]}}
 ---- ----
-===== Lessons Learned ===== 
-  * Make the LED indicators from Cu!!! GreenMask is really transparent! 
- 
- 
  
  • projekte/2020/4bitrelayadder.1609419969.txt.gz
  • Zuletzt geändert: 2020/12/31 13:06
  • von max