train the trainer resources - micro bit the trainer resources hex files here - trainer reflection...

5
Train the Trainer Resources Hex Files Here - https://goo.gl/mQoVRV http://microbit.org https://makecode.microbit.org/ Finding you way around a micro:bit These resources can be found at https://faraday- secondary.theiet.org/umbraco/Surface/Download/DownloadFile/3910 and http://microbit.org/assets/documents/microbitcommunityposter.pdf Download both resources an label the micro:bit below. Learning Objectives 1. Understand what is the micro:bit? 2. Learn How do I code the micro:bit? 3. Create and download your first micro:bit program Computing Concepts 1. Understand the physical and technical attributes of a physical computing device 2. Understand how to use an online programming environment 3. Learn how to download a simple program to another computing device Intro video for students - https://youtu.be/Wuza5W XiMkc and https://youtu.be/- y0Yp6W3rP8 Research paper - Creating cool stuff - https://kclpure.kcl.ac.uk/p ortal/files/65615345/creati ng_cool_stuff_POSTPRINT_ to_share.pdf Topic 1 Hello World

Upload: nguyenkhuong

Post on 24-May-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Train the Trainer Resources - Micro Bit the Trainer Resources Hex Files Here - Trainer Reflection Practice exercises Try these examples Name Tag Topic 1 Hello World What have you learnt

TraintheTrainerResources HexFilesHere-https://goo.gl/mQoVRV

http://microbit.org https://makecode.microbit.org/

Findingyouwayaroundamicro:bit

Theseresourcescanbefoundathttps://faraday-secondary.theiet.org/umbraco/Surface/Download/DownloadFile/3910and

http://microbit.org/assets/documents/microbitcommunityposter.pdf

Downloadbothresourcesanlabelthemicro:bitbelow.

LearningObjectives1.Understandwhatisthemicro:bit?2.LearnHowdoIcodethemicro:bit?3.Createanddownloadyourfirstmicro:bitprogram

ComputingConcepts1.Understandthephysicalandtechnicalattributesofaphysicalcomputingdevice2.Understandhowtouseanonlineprogrammingenvironment3.Learnhowtodownloadasimpleprogramtoanothercomputingdevice

Introvideoforstudents-https://youtu.be/Wuza5WXiMkcandhttps://youtu.be/-y0Yp6W3rP8

Researchpaper-Creating

coolstuff-https://kclpure.kcl.ac.uk/portal/files/65615345/creating_cool_stuff_POSTPRINT_

to_share.pdf

Topic1HelloWorld

Page 2: Train the Trainer Resources - Micro Bit the Trainer Resources Hex Files Here - Trainer Reflection Practice exercises Try these examples Name Tag Topic 1 Hello World What have you learnt

TraintheTrainerResources HexFilesHere-https://goo.gl/mQoVRV

http://microbit.org https://makecode.microbit.org/

Openyourbrowseraccessthemicro:bitwebsite.

http://microbit.org/thisisyour‘onestopshop’forallthingsmicro:bit.Spendafewmomentsexploringthesite.Usethedropdownmenutoaccessresourcestosupportteachersandstudents.

FromthiswebsiteyouareabletoaccesstheonlinecodingenvironmentsbyclickingontheLet’sCodelinkinthedropdownmenu.

InthistrainingwewillbeusingtheJavascriptBlocksEditorandaccessingdirectlythroughthelink

https://makecode.microbit.org/Accessthissitenowandidentifythefeaturesoftheenvironment

ClicktoopeneachlistofcommandsintheToolboxturn Clickanddragcommandsblocksfromthebasiclisttoworkspace.Rightclickblockstoduplicatethem.Trydraggingblocknexttoeachother,dotheyconnect?Clickanddragblocksbacktothetoolboxtodeletethem.Trytheundoandredobuttons.Trytheviewzoominandoutbuttons.RightclickintheworkspaceandclickDelete<#>Blockstoclearallthecommandsintheworkspace.

Page 3: Train the Trainer Resources - Micro Bit the Trainer Resources Hex Files Here - Trainer Reflection Practice exercises Try these examples Name Tag Topic 1 Hello World What have you learnt

TraintheTrainerResources HexFilesHere-https://goo.gl/mQoVRV

http://microbit.org https://makecode.microbit.org/

Downloadingcodetothemicro:bit.

Cleartheworkspaceofanycommands

ClicktheProjectsfolderandselectExamples

FromtheexamplesClickBlinky

Thefollowingcodewillappearintheworkspaceareaandthemicro:bitsimulatorwillshowaflashingheart.

AtthispointexperimentwithturningonandoffindividualLEDsbyclickingonthem.Thiswillcreateadifferenteffectinthemicro:bitsimulator.

ConnecttheUSBleadtothemicro:bitandconnectittoaUSBportonthecomputerbeingused.AyellowLEDonthebackofthemicro:bitwillilluminatewhentheconnectionissuccessful.Intheworkspacearea,givethecodeaname.

ClickthepurpleDownloadbuttoninthelowerleftoftheMakeCodescreen.Thiswilldownloadthefiletoyourcomputer,tothelocationwhereyourbrowserissettosavedownloads.

Page 4: Train the Trainer Resources - Micro Bit the Trainer Resources Hex Files Here - Trainer Reflection Practice exercises Try these examples Name Tag Topic 1 Hello World What have you learnt

TraintheTrainerResources HexFilesHere-https://goo.gl/mQoVRV

http://microbit.org https://makecode.microbit.org/

Tomovetheprogramtoyourmicro:bit,dragthedownloaded“yourfilename.hex”filetotheMICROBITdrive,asifyouwerecopyingafiletoaflashdrive.Theprogramwillcopyover,youcanseethishappeningastheyellowLEDwillbeginflashing.Whenitstopsyourcodewillbeginrunningonthemicro:bitimmediately.Unplugyourmicro:bitandattachabatterypack.Yourcodewillrun.Itisnotlost,aswhenyoucodethemicrobititholdsthecodeuntilanotherprogramisdownloaded.Themicro:bitwillonlyholdoneprogramatatime.

PracticechangingtheBlinkycodeanddownloadingittothemicro:bit.ItisgoodpracticenothavethebatterypackpluggedinatthesametimeastheUSBcable.Unplugthebatteryeachtimeyouconnectthemicro:bittothecomputer

Page 5: Train the Trainer Resources - Micro Bit the Trainer Resources Hex Files Here - Trainer Reflection Practice exercises Try these examples Name Tag Topic 1 Hello World What have you learnt

TraintheTrainerResources HexFilesHere-https://goo.gl/mQoVRV

http://microbit.org https://makecode.microbit.org/

TrainerReflection

PracticeexercisesTrytheseexamplesNameTag

Topic1HelloWorld

Whathaveyoulearntinthistopic?

Whatelsedoyouthinkyouneedtoknowaboutthistopicandhowwillyoufindthisout?

Howmightyouintroducethistopictootherteachers?

Whatareasofthistopicmightbedifficulttoteachorunderstandforotherteachers?