After yet another day in the Engineering Drafting Course I learned how to work with formatting circles in AutoCAD and how to draw dimensions from a different view of the object. I’m getting much more comfortable with using the program, and plan to expand even further out into it. One difficulty I did run into…
Tag: Huntington Comp Sci
Starting With AutoCAD
As part of my classes this school year I’m also taking an engineering design class, and this is my second drawing in AutoCAD. It took a little while to get used to as a software, but I think I’m getting the hang of it. This is the top and side view of a three dimensional…
Magic Five Coding Exercise
This is one of the first programs in the AP Computer Science A course at school. That course mainly focused on the basics of Java programming, following the Codeio exercises as means to practice. The magic five is an exercise in which a user inputs a number greater than 0, and through a series of…
Tetrahedral Kite with Altitude and Temperature Sensor
This is a very interesting project from my Computer Science class that I thought I would share here. The premise is to create a tetrahedral kite that can collect different data such as temperature and altitude during it’s flight, and record it on to an SD card. Our class used a tutorial on NASA’s website…
Arduino UNO Pushbutton Circuit
This circuit was a part of my Computer Science Discoveries Class curriculum. The components include: The Arduino code for this circuit is shown below.