1. Project management

This week I worked on defining my final project idea and started to getting used to the documentation process.

Research

In order to get Git set up, we had to follow a guide. First, we made out usernames and configured our emails. Then we had our SSH codes made so we could connect our laptops to the program

Website Making

Coding the website was a bit difficult for me because I had to learn a ton of new things and how they are connected to each other. Brandon did a quick lesson on the basics which definitely made me a bit more comfortable. I had some trouble "git commiting" because it said there was an error which I ended up googling and asking a friend for some help on how to fix it. I did enjoy styling the website though since I could make it look however I wanted.

Useful links

Code Example

  // 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

one of the errors

Video

From Vimeo

Sound Waves from George Gally (Radarboy) on Vimeo.


From Youtube

3D Models

Dita's Gown by Francis Bitonti Studio on Sketchfab