Insert new hw video links (#1910)
This commit is contained in:
committed by
Peli de Halleux
parent
a4f6a553d9
commit
c4868e131d
@ -3,10 +3,17 @@
|
||||
Up to this point, we have been primarily challenging students to collaborate while they create their own projects. This lesson, on communication using the micro:bit radio, is a great opportunity to have students work in pairs on a project. Have kids find a partner to work with for this lesson, and make sure they are seated next to each other.
|
||||
|
||||
Note: Many teachers find the concept of “pair programming” to be a valuable way to have students collaborate when programming. Two students share one computer, with one student at the keyboard acting as the driver, and the other student providing directions as the navigator. Students must practice good communication with each other throughout the entire programming process.
|
||||
|
||||
|
||||
The micro:bit allows you to communicate with other micro:bits in the area using the blocks in the Radio category. You can send a number, a string (a word or series of characters) or a string/number combination in a radio packet. You can also give a micro:bit instructions on what to do when it receives a radio packet.
|
||||
|
||||
|
||||
## ~ hint
|
||||
|
||||
Watch this video to see how the radio hardware works on the @boardname@:
|
||||
|
||||
https://www.youtube.com/watch?v=Re3H2ISfQE8
|
||||
|
||||
## ~
|
||||
|
||||
This lesson starts with a “plugged” unplugged activity, in which students use their micro:bits to explore an advanced simulation. The code is quite complex, so students will focus more on how to use the micro:bits to explore aspects of viruses and epidemics, than the intricacies of the code itself.
|
||||
|
||||
The project for this lesson will challenge students to work together to send and receive some sort of data to and from each other. There is a wide range of simple and complex projects kids can try, but whatever they choose it is a whole lot of fun to communicate with each other using the micro:bits!
|
||||
|
||||
|
@ -23,6 +23,14 @@ When a key is pressed, it sends a number over the radio to a second micro:bit th
|
||||

|
||||
Second micro:bit that plays the notes
|
||||
|
||||
#### ~ hint
|
||||
|
||||
This project uses touch pin inputs. See how the @boardname@ detects a press at a pin or on something connected to a pin in this video:
|
||||
|
||||
https://www.youtube.com/watch?v=GEpZrvbsO7o
|
||||
|
||||
#### ~
|
||||
|
||||
#### 3-Note keyboard program
|
||||
|
||||
```blocks
|
||||
|
Reference in New Issue
Block a user