Zusammenfassung der Ressource
dt
- electronic components
- wearable tech
- conductive thread
- advantages
- flaxible allowing
user to be more
comfortable
- low cost; it's
cheaper than wire
and solder
- discrete;able to be
hidden well
- disadvantages
- can catch on things
breaking the circuit
- it's very time
consuming to sew
- wire and soldering
- advantages
- very fast to
assemble;soldering can be
done fast and acurately
- harder to break than
conductive thread/more
stable
- don't need to
learn how to sew
- disadvantages
- more costly than
conductive thread
- not as flexible;less
comfort for the user
- can be bulky
and obvious
- coding
- graphical
- disadvantages
- can't carry out
more complex code
- can only do
basic functions
- advantages
- more simple to write
- easier to follow
- flow charts
- written
- advantages
- better for more complex
code as very precise
- can carry out more
complex code
- very detailed
- disadvantages
- harder to write
- harder to follow
- arduino
- functions
- void setup
Anmerkungen:
- runs once when Sketch starts, use it for things you need to do first or only once. used to start up Sketch basically
- void loop
Anmerkungen:
- a continuous looping function of code between parenthesis that follows. parenthesis={...}
- delay
Anmerkungen:
- wait normally in ms, 1000ms=1s
- pinMode ((write in pin number),(write in output/input in caps))
Anmerkungen:
- configures specified pin as an output or input pin
- digitalWrite((write in pin number)(write in high/low in caps)
Anmerkungen:
- turns specified pin on(HIGH) or off(LOW)
- remember all of
the capital letters
- pin 13 is always/mostly
an output
- breadboard question
- gears
- many gears
together= gear
train
- gear ratio
- driven gear/driver gear
Anmerkungen:
- if draiver gear has 10 teeth and driven has 2 then gear ration=2/10=0.2
- larger the driver gear smaller the
ratio, larger the driven gear larger
the ratio
- output speed
- input speed/gear ratio
Anmerkungen:
- if draiver gear has 10 teeth and driven has 2 then gear ration=2/10=0.2
if the input speed is 50rpm then output speed=input/ratio=50/0.2=250
- driven and driver
Anmerkungen:
- driver=input gear
driven=output gear
- idler gear
Anmerkungen:
- a gear that makes the gears rotate the same way and don't change the gear ratio however the output speed will remain constant
- movements
- oscillating
Anmerkungen:
- linear
- reciprocating
Anmerkungen:
- rotary
Anmerkungen: