Micro:bit MicroPython: controlling a relay
Controlling a relay with the Micro:bit, using MicroPython.
Controlling a relay with the Micro:bit, using MicroPython.
Obtaining the status of the Micro:Bit buttons (A and B) using MicroPython.
In this tutorial we will check how to control a DC motor using the micro:bit board and MicroPython.
Performing a software reset on the micro:bit, using uPython
Generating an random integer nuber with the Micro:bit and uPython.
In this tutorial we will check how to get the running time of the micro:bit, since the board was turned on or restarted.
In this tutorial we will check how to get the size of a file on the micro:bit file system, using MicroPython.
In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython.
In this tutorial we will check how to read the content of a file from the micro:bit file system, using MicroPython.
In this tutorial we will learn how to create a file on the micro:bit file system. We will also write some content to it.