Micro:bit MicroPython: Getting temperature
In this tutorial we will learn how to obtain temperature measurements using the Micro:Bit board.
In this tutorial we will learn how to obtain temperature measurements using the Micro:Bit board.
In this tutorial we will learn how to obtain the current version of the MicroPython firmware running on a Micro:bit board.
In this tutorial we are going to check how to send a HTTP GET request using a micro:bit board and a UART OBLOQ. We will be using MicroPython to program the micro:bit board.
In this tutorial we are going to learn how to send a HTTP POST request using a micro:bit board and a UART OBLOQ.
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.
In this tutorial we will check how to get the UART OBLOQ firmware version, using the micro:bit board and uPython to send commands to the device.
In this tutorial we will check how to connect the micro:bit board to the UART OBLOQ using the serial interface. Then, we will ping the UART OBLOQ to confirm the connection between the devices is working correctly.
In this tutorial we will check how read content from the serial port, using the micro:bit board. We will use the micro:bit pins as serial Tx and Rx pins, like we have already covered in this previous tutorial.
In this tutorial we will learn how to use the Micro:bit pins to establish a serial connection, instead of using the USB connector.
In this short tutorial we will check how we can pause the execution of a program on the Micro:bit, running MicroPython.