In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython.
Continue reading “Micro:bit MicroPython: Deleting a file from the file system”
A site about programming, IoT and technology. Find tutorials for many different projects.
In this tutorial we will check how to delete a file from the micro:bit file system, using MicroPython.
Continue reading “Micro:bit MicroPython: Deleting a file from the file system”
In this tutorial we will check how to read the content of a file from the micro:bit file system, using MicroPython.
Continue reading “Micro:bit MicroPython: reading a file from the file system”
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.
Continue reading “Micro:bit MicroPython: creating a file in the filesystem”
In this tutorial we will learn how to obtain temperature measurements using the Micro:Bit board.
Continue reading “Micro:bit MicroPython: Getting temperature”
In this tutorial we will learn how to obtain the current version of the MicroPython firmware running on a Micro:bit board.
Continue reading “Micro:bit MicroPython: Getting firmware version”
In this tutorial we are going to learn how to send a HTTP POST request using a micro:bit board and a UART OBLOQ.
Continue reading “Micro:bit uPython: HTTP UART OBLOQ POST request to Flask server”
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.
Continue reading “Micro:bit MicroPython: Connecting the UART OBLOQ to WiFi network”