Micro:bit
How to make a simple nucleic acid sampling machine
Nucleic acid testing has long been a part of our daily life as the epidemic has become normal. So can we make a simple nucleic acid sampling machine with simple equipment? Let's take a look at my work.
micro:bit Ninja Shuriken
Hi,I got a whim to use micro:bit making a ninja shuriken. I’ve fascinated with Naruto since I was a child and I’ve dreamed of throwing the sword in his hand like Sasuke. Let’s use the micro:bit to get such a magic experience!
What can micro:bit do?
Many countries have begun to popularize this micro:bit in recent years. It was quiet from the beginning to later as a representative of open-source hardware in the market. The popularity of micro:bit has given us a signal that all countries have begun to attach importance to programming education...
What’s the BBC micro:bit and how to play?
The BBC micro:bit is a pocket-sized codeable computer with motion detection, a built-in compass and Bluetooth technology, which was given free to every child in year 7 or equivalent across the UK in 2016.
micro:bit Mine Clearance Alarm
Hello, let’s try the compass on the micro:bit today! A digital compass is an input sensor that detects magnetic fields. Your BBC micro:bit has an inbuilt compass that can detect the direction in which it is facing. I am going to make a mine clearance alarm project today.
micro:bit Electronic Candles
Hello, when we hold birthday parties, the lighting candles come to our mind for best wishes! If we have a micro:bit by hand, is that possible to make an electronic candle device with it? Here comes the case of blowing off the candle “fires” by sound.
Catch the "Apples"
Hello, this week I am going to make a catching apples game through a micro:bit. Let’s see how it works below:
micro:bit Finger-guessing Game
Hello, today I am going to build a finger-guessing game with the micro:bit. If we shake the micro:bit, the micro:bit displays the scissor, stone or cloth at random, then we can play it with our partners.
Introduction to micro:bit microturtle extension library
While browsing the makecode website, you may find a very interesting extension library-Turtle, which is a micro:bit extension library that is used to control a LED highlight, and then control its movement through programming, we can also draw the movement track to create complex graphics, there is limited by the size of the dot matrix on the micro:bit board, there are not many complex graphics that can be drawn, but it is still worth a try. Below is a spiral I drew
micro:bit Avoiding bricks---Additional functions
We’ve added some additional functions to the project we shared last week---micro:bit avoiding bricks.