Breadboarding with Logic Gates
AND gate simulation
NAND gate simulation
OR gate simulation
The above series of videos are part of my breadboarding with logic gates TinkerCAD project.
AND gate applied to a breadboard
NAND gate applied to a breadboard
OR gate applied to a breadboard
Car Project
Before I got to work, this was the final sketch that proved to be quite effective in being translated into real life.
Using the VEX Robotics equipment I was able to create this fully functioning car.
In this first design, I did not realize how I was supposed to accurately distribute the weight of the car or how to properly fasten the wheels.
AOI Logic Implementation: Sketches and Multisim
In this assignment, we created various circuits from unsimplified boolean logic expressions then simplified those circuits to produce more user-friendly, concise circuits. To check our work we evaluated the outputs using truth tables.
Circuit Simplification: Karnaugh Mapping
In this assignment we practiced both writing the simplified sum-of-products(SOP) logic expression from K-Maps as well as creating our own K-Maps from truth tables and finding the sumplified sum-of-products from there.
NAND Project
In this project, we were tasked to design a voting booth system that would alarm users when they are violating privacy rules and also conveniently tell when voting booths are occupied.
The elementary design where I simplified my NAND sketch and also converted my AOI designs into NAND circuits.
I explain how my Voting Booth works on a MyDAQ Protoboard.
The CDS software I used to design my circuit sketch.
In this project I soldered together a working digital piano with volume togglers, demos, and a working keyboard.
Voting Booth - Universal NOR Gates
In this project we learned how to implement NOR gates into breadboards to make more efficient circuits.
Fireplace Control
In this project, we had to design our most complex circuit yet—combining two that are composed of completely different integrated circuits and apply new techhniques such as k-mapping. This project was based on the problem statement of creating a fireplace that had a faulty sensor indicator as well as an updated emergency control valve.
This faulty sensor indicator design is composed of NOR gates and shows a technician whether a sensor in the fireplace is faulty or not.
This design is composed completely of NAND gates and represents the presence of fire to dictate whether an emergency control valve should be turned on or off.
Seven Segment Display
In this project we learned how to create a seven segment display on the MyDaq breadboard using datasheets and pin diagrams. We had to choose the correct resistor and addition keep in mind the type of seven segment display we were using.
Date of Birth Project
In this project we designed and implemented on a breadboard a circuit that displays my birthday: March 19, 2008. We coded a singular seven segment display to show "03-19-08" whenever 3 inputs changes.
Date of Birth Project - PLTWS7
We implemented on a breadboard using a PLTWS7 chip the same design but much more simplified.