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

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

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

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

Learn micro:bit Easily: A Beginner’s Course

Click the aboveScience Classroom to subscribe for the latest technology education information _ As the saying goes: A year’s plan starts in spring! During this extraordinary time of delayed school openings and staying home to combat the pandemic, as educators, we need to learn proper pandemic prevention knowledge, implement control requirements seriously, and more importantly, … Read more

Micro:bit Creative Course Series: Laser Gun Target Game

Target shooting games are often popular at fairs. Today, we will create a game using micro:bit that can be played at home. Materials One Micro:bit board One power module providing 5V and 3.3V output One MG90S servo motor One photoresistor Several DuPont wires One 18650 battery holder Two 18650 batteries One laser pen One iron … Read more

How to Use Robotbit Firmware in Mu Editor?

Introduction: The 【Micro:bit】 is a microcomputer development board designed for youth programming education, and it has gained significant popularity in the maker education community. Tutorials and applications surrounding 【Micro:bit】 are constantly being updated. Additionally, Meow Star has customized a high-end expansion version for 小bit – Robot:bit, which has captured the hearts of many enthusiasts! Recently, … Read more

Micro:bit PWM Servo Control Tutorial

01 Introduction PWM servos are controlled by PWM signals, allowing instantaneous angle changes, with good responsiveness and strong locking capability, but lower precision. 02 Principle Analog and Digital Signals First, let’s understand what analog and digital signals are: Analog Signal: The micro:bit can output a voltage between 0~3.3V, with parameter values and return values ranging … Read more