1. Principles and practices

January 23rd-30th

I learned how to upload text in html. I used the text editor on my Mac to type the content I wanted to have displayed on my page.I copied the info and then uploaded it to the fablab website . Then committed the text in the text editor to the Week 1 repository. The next day I decideded would make a surveillance mask using a mini hidden camera built into the tech wear.I gathered a number of tutorials that would help solidify some ideas on how I would like my final project to Function. I found info on PCB manufacturing and programing. As well as how the camera may function as a whole. I now have to comb through my. findings to see what is reality applicable . lists of research topics covered

    -AC vs DC/
        What are they?

AC:Stands for alternating current (wall sockets)

DC: stands for direct current (batteries)

-AC currents can convert DC currents to move in multiple directions

AC currents can flow in multiple directions DC currents flow in one direction.

-Closed and Open Circuits 
            What are they?:

Open circuit is an electronic pathway that is not connected to a power source, the negative terminal may not be connected to the positive terminal or the connetion may be blocked

-Closed Circuit- is power and connected which means it can relieve power.

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
}

Video

From Vimeo

Sound Waves from George Gally (Radarboy) on Vimeo.

From Youtube

3D Models