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. alt text

Step 1

Create an account to log in the website alt text

Step 2

Once you create the account, click on a new project. alt text

You will see this Coordinate plan alt text

Step 3

Click on any shape of your choice. (I chose the star for reviewing the steps of using Cuttler) alt text

Step 4

Adding other shapes from the list as shown above. (circle is chosen as presented below) alt text alt text Other circle is added using the mirror feature. alt text The design would look be symmetric. alt text Adding the same circles but with larger dimensions. alt text

fusion 360

steps dhsdhj hdjdss

Click here to download

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.”

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
}

files

click to download my car model

Video

From Vimeo

Sound Waves from George Gally (Radarboy) on Vimeo.

From Youtube

3D Models