Micro:bit Fun Sequence Programming Tutorial

Micro:bit Fun Sequence Programming Tutorial

Welcome to the Meow Star Public Account. Today, we continue to explain the tutorial from 【I Love Mushroom xmg】—Micro:bit sequence programming fun applications. Let’s get started! For the practical use of Teacher Shao’s font library, please refer to this tutorial.【Micro:bit】Fall in love with little bit, cool play with sequence and mini games. Calculate the sum … Read more

How to Design a Fun Game with Micro:bit 5*5 LED Matrix

How to Design a Fun Game with Micro:bit 5*5 LED Matrix

KittenBot Learn programming with our feline friends! To learn programming, just follow us; We have a wealth of programming tutorials waiting for you! Understanding the Micro:bit Matrix The Micro:bit comes with a 5*5 LED matrix; although it’s a bit limited, it can still be fun to design some mini-games with it as a learning board. … Read more

Micro:bit Solar-Powered Thermometer

Micro:bit Solar-Powered Thermometer

This article is reprinted from the Xiaomiao Forum by teacher rzyzzxw. Please support everyone!!! Click the blue text above to easily access a wealth of practical tutorials with zero programming foundation!!! The Micro:bit version of the solar-powered thermometer. Preparation: One Micro:bit, one solar panel, and two wires. I have a solar panel from a good … Read more

Microbit V2 Board Hardware Schematic

Microbit V2 Board Hardware Schematic

A few days ago, the micro:bit Foundation released the hardware schematic for the micro:bit V2 board, along with a complete bill of materials. For detailed content, please refer to the community post. Schematic BOM NO Item Description Usage Manufacturer ManufacturerPN Location 1 PCB PCB 2 Layer, Black solder mask with white silkscreen, matte finish ENIG … Read more

Light-Controlled Night Light Using Micro:bit

Light-Controlled Night Light Using Micro:bit

KittenBot Follow STEM graphical programming education to gain access to a wealth of tutorials This tutorial is from the Meow Family Forum—Zhao Dad’s work; Thanks to Zhao Dad for adding the tutorial for Micro:bit, The 5X5 LED screen of Micro:bit; It also serves as a light sensor; Not only can it sense light; It can … Read more

Getting Started with micro:bit Creation Kit (Based on Mind+)

Getting Started with micro:bit Creation Kit (Based on Mind+)

(This series of tutorials are all based on the “Upload Execution” mode of Mind+, software version V1.1) Introductory Video Tutorial: Introduction to Mind+ Platform Mind+ is a programming software for teenagers developed based on Scratch 3.0, supporting various open-source hardware such as Arduino and micro:bit. You can complete programming by simply dragging graphical program blocks, … Read more

Micro:bit + LoRa Balloon Tracking Tutorial

Micro:bit + LoRa Balloon Tracking Tutorial

MAKER:Dave Akerman/ Translated by:趣无尽 Although the basic functions of micro:bit are relatively limited compared to development boards like Raspberry Pi, its processor has enough flash memory and RAM to implement a basic tracking device. Additionally, the micro:bit comes with an accelerometer and a compass chip, making tracking easier.Below, I will introduce the method and steps … Read more

Microbit Sensor Series 03 – Touch Button

Microbit Sensor Series 03 - Touch Button

01 Introduction The touch button is a type of switch based on capacitive sensing, which can be activated by direct contact with the sensor’s metal surface by a human body or metal. 02 Principle The touch sensor module is a capacitive touch switch module based on the touch detection IC (TTP223B). When the module’s metal … Read more

Microbit Sensor Series 02 – Button Press

Microbit Sensor Series 02 - Button Press

01 Introduction The button, also known as a tactile switch, can create very interesting interactive projects when used with other sensors. In the image below, you can see a red button and a blue button; they only differ in color, but their usage is the same. 02 Principle When you press the button, you can … Read more

Microbit Programming Robot Lesson 2: Ultrasonic Sensor

Microbit Programming Robot Lesson 2: Ultrasonic Sensor

Hello everyone, this is the second lesson, where we will add an ultrasonic sensor to the previous programming car. The main function of the ultrasonic sensor is to measure distance, and using this feature, we can create very useful things. We’ll talk about the projects later; first, let’s get familiar with the sensor. Ultrasonic Sensor … Read more