pxt-calliope/docs/lessons/stem.md

66 lines
3.0 KiB
Markdown
Raw Normal View History

2016-03-26 00:47:20 +01:00
# Block Editor STEM Lessons
2016-04-02 01:22:47 +02:00
Overview of Blocks lessons for the BBC micro:bit.
2016-03-26 00:47:20 +01:00
### @short Lessons
### ~column
## Science
* [Night Light](/microbit/lessons/night-light), dim the LEDs with set brightness
* [Hack your headphones](/microbit/lessons/hack-your-headphones), create music on the BBC micro:bit by hacking your headphones
* [Banana Keyboard](/microbit/lessons/banana-keyboard), create music with fruits
* [Telegraph](/microbit/lessons/telegraph), play the telegraph game between 2 BBC micro:bits
* [Zoomer](/microbit/lessons/zoomer), measure the force with acceleration
* [Glowing pendulum](/microbit/lessons/glowing-pendulum), construct a pendulum that glows using acceleration
### ~
### ~column
## Technology
* [Beautiful Image](/microbit/lessons/beautiful-image), show a beautiful image with show LEDs
* [Answering machine](/microbit/lessons/answering-machine), show a text message with show string
* [Game of chance](/microbit/lessons/game-of-chance), show a text message with game over
* [Smiley,](/microbit/lessons/smiley) smiley and frowney faces that transition on button pressed
* [Snowflake fall](/microbit/lessons/snowflake-fall), repeat a series of images with forever
* [Screen wipe](/microbit/lessons/screen-wipe), turn off the LEDs with clear screen
* [Flashing heart](/microbit/lessons/flashing-heart), display images with a pause
* [Blink](/microbit/lessons/blink), turn an LED on and off with plot
* [Happy birthday](/microbit/lessons/happy-birthday), create a popular song
* [Magic 8](/microbit/lessons/magic-8), a fortune teller game with the BBC micro:bit
### ~
### ~column
## Engineering
* [The Watch](/microbit/lessons/the-watch), design and create The Watch
* [Truth or dare](/microbit/lessons/truth-or-dare), a game that forces each player to reveal a secret or do something funny with if statement
* [Spinner](/microbit/lessons/spinner), spin the arrow with multiple if statements
* [Die roll](/microbit/lessons/die-roll), spin with more if statements
* [Beatbox](/microbit/lessons/beatbox), make a beatbox music player with variables
* [Temperature](/microbit/lessons/temperature), get the ambient temperature (degree Celsius °C)
### ~
### ~column
## Math
* [Lucky 7](/microbit/lessons/lucky-7), show a number on the LED screen with show number
* [Game Counter](/microbit/lessons/game-counter), displays the player's score with score and add points to score
* [Guess the Number](/microbit/lessons/guess-the-number), guess a random number with pick number
* [Counter](/microbit/lessons/counter), display a number with a variable
* [Love meter](/microbit/lessons/love-meter), create a love meter with on pin pressed
* [Looper](/microbit/lessons/looper), display a series of numbers with a for loop index
* [Strobe light](/microbit/lessons/strobe-light), develop shapes with a nested for loops
* [Digi Yoyo](/microbit/lessons/digi-yoyo), create a counter with a while loop
* [Rotation animation](/microbit/lessons/rotation-animation), control an animation with a boolean variable
### ~