Coding Projects

Database and Queuing Project

In this project, the code reads student data from a file and inserts it into a hash table database. It effectively demonstrates first-in, first-out processing and efficient data storage and retrieval using hashing.

Database Project

This Portfolio

In this project, I created this very website using HTML, CSS, and JavaScript. With limited formal education, I was able to learn over the summer of 2024 the fundamentals of front-end web programming.

Portfolio Project

Circuit Projects

Motor Using MOSFET H-Bridge

The H-bridge circuit consisted of 4 transistors: 2 P-type (flipped) and 2 N-type. Each pair of resistors and LEDs is placed in parallel, facing opposite directions. A motor is also placed in parallel. The goal was to demonstrate the motor increasing RPMs and changing direction. However, the P-type transistors were turning on as the input voltage increased, shorting the circuit.

H-Bridge Hardware

H-Bridge Solution

The chosen solution was to use an LED to limit the voltage to the P-type transistors, while still allowing sufficient current to flow. However, before reaching the forward voltage, the motor would not turn on. A button was added in parallel to act as the original circuit, with the LED effectively acting as an open switch until sufficient voltage was applied.

H-Bridge Simulation