Added Marco polo image and Morse Code

This commit is contained in:
dkiang 2017-08-01 13:57:32 -07:00
parent 0090215e81
commit e69bc2d608
5 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Activity: Marco Polo and Morse code # 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. Guide the students in creating programs that use the radio communication blocks to send and receive data between two micro:bits.
Notes: Notes:
@ -89,7 +91,7 @@ basic.showLeds(`
Send and receive numbers between micro:bits. 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. 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. * Set the group ID number.
* Add a 'show string' block to the 'on start' block, to identify the program. * Add a 'show string' block to the 'on start' block, to identify the program.

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB