Document a final project masterpiece that integrates the range of units covered, answering: What does it do? Who's done what beforehand? What sources did you use? What did you design? What materials and components were used? Where did they come from? How much did they cost? What parts and systems were made? What tools and processes were used? What questions were answered? What worked? What didn't? How was it evaluated? What are the implications? Prepare a summary slide and a one minute video showing its conception, construction, and operation Your project should incorporate 2D and 3D design, multiple additive and subtractive fabrication processes, electronics design and production, embedded microcontroller design, interfacing, and programming, system integration and packaging Where possible, you should make rather than buy the parts of your project Projects can be separate or joint, but need to show individual mastery of the skills, and be independently operable Present your final project, weekly and group assignments, and documentation
Final project¶
Here is where you could explain what you did for your final project, and explain your process through the weeks. You can split your project documentation into multiple pages too if you like, making other files in this folder.
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."
2D and 3D Modeling¶
Add here your modeling and design.
Some other section¶
This is an updated text.
Materials¶
| Qty | Description | Price | Link | Notes |
|---|---|---|---|---|
| 1 | Material one | 22.00 $ | http://amazon.com/test | Order many |
| 1 | Material two | 22.00 $ | http://amazon.com/test | |
| 1 | Material three | 22.00 $ | http://amazon.com/test | |
| 1 | Material five | 22.00 $ | http://amazon.com/test | |
| 1 | Material eight | 22.00 $ | http://amazon.com/test | |
| 1 | Material twelve | 22.00 $ | http://amazon.com/test | |
| 1 | Material eleven | 22.00 $ | http://amazon.com/test |
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¶

Video¶
From Vimeo¶
Sound Waves from George Gally (Radarboy) on Vimeo.