Difference between revisions of "BBC micro:bit"

From Miscellany
 
(One intermediate revision by the same user not shown)
Line 23: Line 23:
  
 
* [https://microbit.org/get-started/user-guide/firmware/#how-to-update-the-firmware How to load MicroPython on micro:bit]
 
* [https://microbit.org/get-started/user-guide/firmware/#how-to-update-the-firmware How to load MicroPython on micro:bit]
 +
** ''Please note the version of your board, and use the correct hex file!''
  
 
====References for MicroPython on micro:bit====
 
====References for MicroPython on micro:bit====
Line 29: Line 30:
 
* [[Programming_with_MicroPython#Devices|Programming with MicroPython]] book featuring the BBC micro:bit
 
* [[Programming_with_MicroPython#Devices|Programming with MicroPython]] book featuring the BBC micro:bit
 
* [https://www.tinkercad.com/blog/python-coding-with-microbit-in-tinkercad-circuits TinkerCAD] for programming the micro:bit in Python
 
* [https://www.tinkercad.com/blog/python-coding-with-microbit-in-tinkercad-circuits TinkerCAD] for programming the micro:bit in Python
* [https://codewith.mu Mu Editor] for editing and uploading MicroPython for the micro:bit
+
* [https://codewith.mu Mu Editor] for editing and uploading MicroPython code for the micro:bit
  
 
===CircuitPython on micro:bit===
 
===CircuitPython on micro:bit===

Latest revision as of 16:44, 29 August 2022

BBC micro:bit Microcontroller

for learning to code (using MicroPython or Arduino) and building toy robot devices

Description

The original micro:bit

Microbit v1.png

micro:bit v.2

Microbit v2.png

Software

MicroPythonon for micro:bit

Installing MicroPython on micro:bit

References for MicroPython on 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 micro:bit

Projects



Back to Programming with MicroPython