Lesson 01 - introduction & Embedded PrimerThe lectureTentative agenda.
Preparation for the lecture
It might not be strictly in the sequential order given above We know some of you have coded before but we need ALL of you to be fluent in coding, so Exercises
LitteraturePrimary
You might also read:
HW:You need
MoviesAfter today - you should (at least) be able to …
TipsMorse an A (.-) again and againIn loop you may write // dot digitalWrite(13,HIGH); delay(1000); digitalWrite(13,LOW); delay(1000); // dash digitalWrite(13,HIGH); delay(3*1000); digitalWrite(13,LOW); delay(1000+2000); For the interested :-)
= : dot
=== : dash 3 times length of dot
. : symbol space
- 1 between symbols in letter
- 3 between letters
- 7 between word
−− −−− ·−· ··· · −·−· −−− −·· ·
M O R S E C O D E
1 2 3 4 5 6 7 8
12345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
M------ O---------- R------ S---- E C---------- O---------- D------ E
===.===...===.===.===...=.===.=...=.=.=...=.......===.=.===.=...===.===.===...===.=.=...=
^ ^^^ ^^^ ^ ^ ^^^^^^^
| | | | |
| letter space | dot word space
| dash
symbol space
For fun: How can I use these coins for decoding
|