Final Project

For my final project I plan on making a infrared surveillance camera that can record and share data. I figured it can be used to help security guards and construction workers who work at night.

Research

So far I have done some light research. I have only found a few programs I think I may be familiar with. Some seem like I can can pic up in a timely manner. For the design process I reviewed some tutorials on Zbrush,Adobe Illtrator, and Fusion360.They seem promising!

I created the design from a 2d rendering program called CLips Studio Ex. Then I uploaded the 2d sketch into Autodesk fusio360. It was slightly challenging. What makes the 3d process most effective is the extrusion process. It’s where you take the surface of a plane and epxand or reduce the space it takes up to your speciifcstions.I also learned how to use the chamfer tool and fillit tool to create a bevel around the edges. I have yet to figure out how to add the color into the rendering process,but have founf tutuorials on such.

Materials

ABS

Thermal Plastic

2d 3d design

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