Micro:bit MicroPython: Deleting a file from the file system

In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython. Introduction In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython. For an introductory tutorial on how to write a file to the file system, please check here. The …

Micro:bit MicroPython: Connecting the UART OBLOQ to WiFi network

In this tutorial we will learn how to connect the UART OBLOQ to a WiFi network, using the micro:bit board and MicroPython to send the commands to the device, using a serial connection. Introduction In this tutorial we will learn how to connect the UART OBLOQ to a WiFi network, using the micro:bit board and …

Micro:bit uPython: using external pins for serial communication

In this tutorial we will learn how to use the Micro:bit pins to establish a serial connection, instead of using the USB connector. Introduction In this tutorial we will learn how to use the Micro:bit pins to establish a serial connection, instead of using the USB connector. That way, we can establish a serial connection …