Added Marco polo image and Morse Code
This commit is contained in:
parent
0090215e81
commit
e69bc2d608
@ -1,5 +1,7 @@
|
||||
# Activity: Marco Polo and Morse code
|
||||
|
||||
![Marco Polo Cartoon](/static/courses/csintro/radio/marco-polo.png)
|
||||
|
||||
Guide the students in creating programs that use the radio communication blocks to send and receive data between two micro:bits.
|
||||
|
||||
Notes:
|
||||
@ -89,7 +91,7 @@ basic.showLeds(`
|
||||
Send and receive numbers between micro:bits.
|
||||
Depending on the button pressed, send a different number value between micro:bits. On receiving a number, display a different image unique to the number sent. One number will represent a dot, another a dash and another a space or stop.
|
||||
|
||||
![Morse code alphabet](/static/courses/csintro/radio/morse-code-alphabet.jpg)
|
||||
![Morse code alphabet](/static/courses/csintro/radio/morse.png)
|
||||
|
||||
* Set the group ID number.
|
||||
* Add a 'show string' block to the 'on start' block, to identify the program.
|
||||
|
BIN
docs/static/courses/csintro/radio/marco-polo.png
vendored
Normal file
BIN
docs/static/courses/csintro/radio/marco-polo.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 234 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB |
BIN
docs/static/courses/csintro/radio/morse.png
vendored
Normal file
BIN
docs/static/courses/csintro/radio/morse.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
BIN
docs/static/courses/csintro/radio/radio-wave.png
vendored
BIN
docs/static/courses/csintro/radio/radio-wave.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue
Block a user