2. Computer Aided design¶
In the second week, we learned about free designing tools such as cuttler, AutoCAD and fusion 360. (note: both of fusio and AutoCAD required a trial of a month for non-university accounts and an year for those who have uni accounts)
Cuttler¶
Cuttler.xyz was the first tool that was used for free design purposes.
Step 1¶
Create an account to log in the website
Step 2¶
Once you create the account, click on a new project.
You will see this Coordinate plan
Step 3¶
Click on any shape of your choice. (I chose the star for reviewing the steps of using Cuttler)
Step 4¶
Adding other shapes from the list as shown above. (circle is chosen as presented below) Other circle is added using the mirror feature. The design would look be symmetric. Adding the same circles but with larger dimensions.
fusion 360¶
steps dhsdhj hdjdss
And preview the model below in 3D
Research¶
“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”
“Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”
Useful links¶
Code Example¶
Use the three backticks to separate code.
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
Gallery¶
files¶
click to download my car model
Video¶
From Vimeo¶
Sound Waves from George Gally (Radarboy) on Vimeo.