Insert new hw video links (#1910)

This commit is contained in:
Galen Nickel
2019-03-11 15:04:38 -07:00
committed by Peli de Halleux
parent a4f6a553d9
commit c4868e131d
15 changed files with 111 additions and 5 deletions

View File

@ -86,3 +86,5 @@
* [Accelerometer](https://youtu.be/byngcwjO51U)
* [Light Sensor](https://youtu.be/TKhCr-dQMBY)
* [Temperature Sensor](https://youtu.be/_T4N8O9xsMA)
* [Pin Pressed](https://youtu.be/GEpZrvbsO7o)
* [Radio](https://youtu.be/Re3H2ISfQE8)

View File

@ -78,6 +78,14 @@ input.onPinPressed(TouchPin.P1, () => {
});
```
#### ~hint
How is touching a piece fruit detected by the @boardname@? Find out in this video:
https://www.youtube.com/watch?v=GEpZrvbsO7o
#### ~
Grab a the orange with one hand. With the fingers of your other hand, tap the banana to play sound. Your banana keyboard is ready!
## ~button /projects/banana-keyboard/code

View File

@ -63,7 +63,13 @@ https://youtu.be/PAIU-vHqyGU
**with the other hand alternately touch the 0, 1 and 2 pins**
## ~hint
**The electric signal traveled from pins, between your hands to `GND` and the @boardname@ detected the electric signal!**
How is the touch dectected? Find out in this video:
https://www.youtube.com/watch?v=GEpZrvbsO7o
## ~
## Step 2: Installing conductive foil on the guitar

View File

@ -51,6 +51,15 @@ Icons used in the game:
* Incubating: `IconNames.Confused`
* Healthy: `IconNames.Happy`
## ~ hint
Take a look at this video to see how the @boardname@ uses radio to spread "disease"
in this game:
https://www.youtube.com/watch?v=Re3H2ISfQE8
## ~
## Project share
### ~ hint

View File

@ -9,6 +9,14 @@ https://youtu.be/DgJ-S0q0EMs
* Fold the foil squares and place them around the cardboard.
* Connect each piece of foil to the appropriate pin on the @boardname@.
### ~hint
How is a touch on the piece of foil detected by the @boardname@? Find out in this video:
https://www.youtube.com/watch?v=GEpZrvbsO7o
### ~
**Note:** Although the video shows a connection to the **P2** pin, it isn't used in this experiment.
That's it!