Difference between revisions of "Microbit Trainer Training"

From Wikicliki
Jump to: navigation, search
(How does it plot the LEDs?)
Line 28: Line 28:
 
[[File:plotled2.png|800px]]
 
[[File:plotled2.png|800px]]
 
[[File:plotled3.png|800px]]
 
[[File:plotled3.png|800px]]
 +
 +
== Things for the class to do ==
 +
 +
[[File:microbitexample_1.png|800px]]
 +
[[File:microbitexample_2.png|800px]]
 +
[[File:microbitexample_3.png|800px]]
 +
[[File:microbitexample_4.png|800px]]
 +
[[File:microbitexample_5.png|800px]]

Revision as of 02:20, 7 September 2018

Visual Programming with Micro:bit, Tinkercademy, 7 Sept 2018

Microbit.png

  • Use Google Chrome for this: https://makecode.microbit.org/
  • This is called Block programming. You need to "snap" the part in (if audio is on, it will make a snap sound).
  • You can also use the javascript if you want to code directly.
  • Start with Forever block and plug in different blocks, such as Show Number, Show LED.
  • Then try using the buttons..

Microbitmakecode.png

Makecode1.png

Microbitlive1.jpg

Makecode3.png Makecode4.png

  • Keep the forever block
  • Good practice is to load something into on start so that you know if it is working and not a hardware issue.

How does it plot the LEDs?

Plotled0.png

Plotled1.png Plotled2.png Plotled3.png

Things for the class to do

Microbitexample 1.png Microbitexample 2.png Microbitexample 3.png Microbitexample 4.png Microbitexample 5.png