Category: Uncategorized
-
Making Good Life Choices – PEP Reflection
This project involved working closely with a group of people I was and was not familiar with, leading to some ups and downs in our group dynamic. When not at school with the ability to communicate with each other, we used a master Google doc to note down ideas and things we needed to do.…
-
Robotics Project – Arduino Light Theremin
For my first robotics project this year in Fusion, I followed the project book tutorials and made Project 6: Light Theremin. A light theremin is an electronic musical instrument that produces sound without physical contact. It uses electricity to produce two circuits, with pitch generated by the oscillators For the code, I followed the instructions…
-
CAD Project – Mug
CAD PROJECT – MUG LINK TO PROJECT Since I have only worked with TinkerCAD for my CAD experience and have never worked with OnShape, I decided to use a tutorial and choose a simpler shape for my first project. I created a mug to learn the basics of OnShape. I followed a YouTube tutorial for…
-
Python Project – Unit Converter
For my first Fusion project, I used Python to make a basic unit converter, taking metric or imperial units and converting them to the other one. This project required various skills in Python, as described below, like taking inputs from users and converting them into different values for the output. The user interface is relatively…