1. Introduction
1.1. PC-Microbit
1.2. Home pages:
1.3. Key microbit references:
1.4. Microbit software using micropython:
Warning
1.5. Micropython simulator:
1.6. Blocky code simulator:
The Makecode website https://makecode.microbit.org/ allows blocky code use, but it has its own unique version of micropython based on its own translation of the typescript code that it uses, and so it will not work with the standard online micropython editor. It has an excellent simulator and vast extensions library for exploring other devices that can be connected to the microbit.
1.7. Out of Box hex file v2
The hex file that is on new microbits can be found at: https://microbit.org/get-started/user-guide/out-of-box-experience/
1.8. Firmware
1.9. Sleep, Power off, wake
1.10. Useful sites:
http://multiwingspan.co.uk/micro.php (no access from school)
For beginners, using blocky code, these sites may be useful:
1.11. Python references:
For an introduction to python see:
Tip
If you are using a track-pad, navigate to various sections and pages by clicking on the same heading in the left sidebar twice, then use the arrow keys to move up and down.