-
Jiawen Gong authoredJiawen Gong authored
week10.md 5.72 KiB
10 OPEN-SOURCE HARDWARE
RESEARCH AND INSPIRATION
Tools
!!! example ""
- [Arduino UNO](http://class.textile-academy.org)
- [Arduino IDE](http://class.textile-academy.org)
- [2D/3D modelling Rhino3D](http://class.textile-academy.org)
- [2D modelling Illustrator](http://class.textile-academy.org)
BoM example
Materials
Qty | Description | Price | Link | Notes |
---|---|---|---|---|
1 | Material one | 22.00 $ | http://amazon.com/test | order now |
1 | Material two | 22.00 $ | http://amazon.com/test | find alternative |
1 | Material three | 22.00 $ | http://amazon.com/test |
DRAWING TOOLS
BRUSHES
SPONGES
MOLOTOWS
ROLLER
HAIRBRUSHES
CHILLI PEPPER
My sketches are ...
This model 1 was obtained by..
The design 2 was created using..
??? tip "footnote fabrication files"
_Fabrication files_ are a necessary element for evaluation. You can add the _fabrication files_ at the bottom of the page and simply link them as a footnote. This was your work stays organised and files will be all together at the bottom of the page. Footnotes are created using [ ^ 1 ] (without spaces, and referenced as you see at the last chapter of this page) You can reference the fabrication files to multiple places on your page as you see for footnote nr. 2 also present in the Gallery.
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.