Controlling a relay with the Micro:bit, using MicroPython.
Micro:bit MicroPython: Getting the status of the buttons
Obtaining the status of the Micro:Bit buttons (A and B) using MicroPython.
Sipeed M1 MicroPython: Converting an image to grayscale
In this tutorial we will learn how to convert an image to grayscale using a Sipeed M1 based board. We are going to obtain the original image from a camera and display the resulting grayscale version in a LCD. Introduction In this tutorial we will learn how to convert an image to grayscale using a …
Continue reading "Sipeed M1 MicroPython: Converting an image to grayscale"
Sipeed M1 MicroPython: Displaying camera image in LCD
In this tutorial we will check how to obtain an image from a camera and display it on a LCD, using a Sipeed M1 board and MicroPython. Introduction In this tutorial we will check how to obtain an image from a camera and display it on a LCD, using a Sipeed M1 board and MicroPython. …
Continue reading "Sipeed M1 MicroPython: Displaying camera image in LCD"
Sipeed M1 MicroPython: Hello World with the uPyCraft IDE
Writing a Hello Word application for the Sipeed M1 with MicroPython, using the uPyCraft IDE.
Sipeed M1 Dock Suit
Analyzing the Sipeed M1 Dock Suit board, a powerful RISC-V based board capable of doing image processing.
Micro:bit MicroPython: Controlling a DC motor
In this tutorial we will check how to control a DC motor using the micro:bit board and MicroPython. Introduction In this tutorial we will check how to control a DC motor using the micro:bit board and MicroPython. Since we can't use the micro:bit to directly power the DC motor, we will use a ULN2803A integrated …
Continue reading "Micro:bit MicroPython: Controlling a DC motor"
Micro:bit MicroPython: Generating random numbers
Generating an random integer nuber with the Micro:bit and uPython.
Micro:bit MicroPython: Getting the device running time
In this tutorial we will check how to get the running time of the micro:bit, since the board was turned on or restarted. Introduction 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 order to get this value, we will …
Continue reading "Micro:bit MicroPython: Getting the device running time"
Micro:bit MicroPython file system: Getting a file size
In this tutorial we will check how to get the size of a file on the micro:bit file system, using MicroPython. Introduction In this tutorial we will check how to get the size of a file on the micro:bit file system, using MicroPython. The code The first thing we will do is importing the os …
Continue reading "Micro:bit MicroPython file system: Getting a file size"