Micro:bit Control Using WeChat Mini Program

Micro:bit Control Using WeChat Mini Program

01 Project Introduction It has been a while since I updated the content because I was developing a mini program for a controller that communicates with the micro:bit development board via Bluetooth, which can be used for remote control of various small vehicles. The previous courses have introduced the Bluetooth module of the micro:bit, which … Read more

Enabling Python Features in Microbit MakeCode

Enabling Python Features in Microbit MakeCode

In the latest update of Microbit MakeCode, the Python feature has been enabled. This means that when using MakeCode, we can also use Python programming just like in the Maker version of MakeCode, making MakeCode a versatile programming platform. First, open the beta version of MakeCode in your browser (the Python feature is currently in … Read more

Micro:bit Beginner Temperature Measurement Tutorial

Micro:bit Beginner Temperature Measurement Tutorial

Micro:bit actually does not have a real temperature sensor. Its current so-called temperature measurement is actually done using the internal temperature sensor of the main chip. The proper use is only to detect the chip’s temperature, and not to measure the ambient temperature. However, Micro:bit is essentially a beginner learning board, so having such a … Read more

Introduction to Micro:bit Particle Creation – What Makes Our Machines ‘Alive’?

Introduction to Micro:bit Particle Creation - What Makes Our Machines 'Alive'?

“Introduction to Micro:bit Particle Creation” is a beginner’s tutorial combining micro:bit with BOSON, suitable for beginners who are new to micro:bit and programming. By following this tutorial, learners will start with a simple blinking LED project and gradually understand the principles of makecode programming and the workings of BOSON modules, ultimately achieving advanced features such … Read more

MicroBit Three-Level Elevator Project

MicroBit Three-Level Elevator Project

Starting from this lesson, we will share how to use MicroBit to create a control system for a three-level elevator. To complete such a small project of a three-level elevator, you need to be familiar with the basic usage of MicroBit and purchase some component materials. If you are not familiar with MicroBit, you can … Read more

Getting Started with Micro:bit: Value Sequences and Mini Games

Getting Started with Micro:bit: Value Sequences and Mini Games

Micro:bit, as the most popular microcontroller board in China today, has captured the hearts of many young people and teachers. Its high-tech features have been fully explored by enthusiasts, and it truly lives up to the phrase “value for money”! First, there is the online programming version provided by the official website, which greatly facilitates … Read more

Three Innovative Ideas to Break Through micro:bit Case Design

Three Innovative Ideas to Break Through micro:bit Case Design

Click the aboveTechnology Classroomto subscribe for the latest technology education information Just starting out as a beginner teacher and want to make a big impression? Is your teaching content repetitive, leaving students disinterested? About to participate in a competition but lack creative ideas? At critical moments, you need to learn from the creative and unconventional … Read more

Python Simulator for micro:bit and Circuit Playground Express

Python Simulator for micro:bit and Circuit Playground Express

Device Simulator Express is a programming extension for VSCode that allows you to simulate and debug Python programs for the Circuit Playground Express (CPX) or BBC micro:bit without hardware. Additionally, you can observe the device’s output through the serial port. Device Simulator Express has similar functionalities to the device simulator in MakeCode, but it is … Read more

Microbit Programming: Simple AI for Game Playing

Microbit Programming: Simple AI for Game Playing

Last week, we wrote our first game on Microbit: Catching Apples. My two sons loved playing it, competing for the highest score, which seems to be capped at 35 points. The code for the Catching Apples game and the Microbit simulator: https://makecode.microbit.org/_DV93uT7i0WuK Is there a limit? Even if we react quickly enough and make no … Read more