Coding Projects
At my time at Georgia Tech I mastered the following coding topics.
1. Data Structures and Algorithms in Java and Python
2. HTML & CSS for websites
3. MATLAB for Mechanical Engineering classes
4. Arduino for IoT classes
Arduino Examples
This was a group project for which we created a fidget glove. The audio output can be connected to headphones. Each finger in the glove has multiple sensors which produce different sounds for tapping (touch sensors) and bending (flex sensors). The musical device sound can be set in the code. This was a working prototype.
The servo meter was coded in a way which requires a secret code to turn it to 90 degrees. The code are theย  following steps in the correct order:

1. Push the button.
2. The circuit needs to be tilted. (Tilt sensor)
3. Turn the potentiometer.
The piezo meter is coded to play a note on the scale depending on how much light is entering the photo-resistor.