Difference between revisions of "BBC micro:bit"
From Miscellany
(Created page with "=BBC micro:bit Microcontroller= ''for learning to code (using MicroPython or Arduino) and building toy robot devices'' ==Description== ==Software== ===MicroPythonon micro...") |
|||
Line 5: | Line 5: | ||
==Description== | ==Description== | ||
+ | : The original micro:bit | ||
+ | |||
+ | : [[File:Microbit v1.png|800px]] | ||
+ | |||
+ | : micro:bit v.2 | ||
+ | |||
+ | : [[File:Microbit v2.png|800px]] | ||
==Software== | ==Software== |
Revision as of 15:21, 29 August 2022
Contents
BBC micro:bit Microcontroller
for learning to code (using MicroPython or Arduino) and building toy robot devices
Description
- The original micro:bit
- micro:bit v.2
Software
MicroPythonon micro:bit
Installing MicroPython on micro:bit
References for MicroPython on micro:bit
- Programming with MicroPython book featuring the BBC micro:bit
- TinkerCAD for programming the micro:bit in Python
- Mu Editor for editing and uploading MicroPython for the micro:bit
CircuitPython on micro:bit
Installing CircuitPython on micro:bit
References for CircuitPython on micro:bit
C++ on micro:bit
Installing C++ on micro:bit
References for C++ on mmicro:bit
Projects
Back to Programming with MicroPython