Category: Micro:Bit
-
Definitive Guide to micro:bit [+Free Access to 10 micro:bit Game Tutorials]
micro:bit is a pocket-sized computer designed for kids. It provides a unique learning experience to children in the field of digital literacy, coding and game development. There are many interesting features of micro:bit that engages a child’s thinking capacity and enhances their problem-solving capabilities. In this blog, we will discuss all the exciting features of…
-
Where Do I Save My Code and Programs in Micro:bit? | Micro:bit Projects
Save My Code and Programs in Micro:bit: Many fun and exciting projects can be made with micro:bit using simple coding languages. micro:bit projects can be done on the micro:bit online browser or using the offline application. You can also transfer these codes via a USB cable to your computer. You can create interesting projects using…
-
10 Amazing BBC micro:bit Projects Ideas For Students and Beginners
micro:bit projects are beginner-friendly and many interesting and creative projects can be made on micro:bit, especially by children who are interested in learning about coding. micro:bit is a pocket-sized computer that introduces kids to how software and hardware work together. You can make many fun and interesting projects using different programming languages like Microsoft MakeCode,…
-
Microsoft MakeCode Offline App | How To Use Microsoft MakeCode Offline?
Microsoft MakeCode Offline Download App: No internet access to work on your micro:bit project? No worries, you can now download the MakeCode offline version and use it wherever you want, especially if there is no internet connection available. In this blog, we will discuss what MakeCode Offline is and how to download the MakeCode Offline…
-
How To Delete Data Log On micro:bit? | micro:bit Data Logging
Delete Data Log On micro:bit: The micro:bit V2 device can be used as a data logger. It can record data from various sources, like temperature, sounds, etc. When data is stored in the micro:bit, it stays there even when it is disconnected from the power sources. It will be erased when the micro:bit is cleared…
-
Micro:bit Data Logging | How to Log Data in Micro:bit?
Micro:bit Data Logging: The micro:bit V2 device can be used as a data logger. It means we can use micro:bit device to record data for various purposes with its built-in sensors. Data logging is like keeping a record of the data over the period of time. When data is stored in the micro:bit, it stays…
-
Cleaning the micro:bit | How to Keep your micro:bit Clean?
Cleaning the micro:bit is an important thing that sometimes we all tend to forget. Whether it is cleaning your micro:bit device with a cleaning solution to keep it dirt-free or clearing your micro:bit to make space for more codes and programs, it is an important step in keeping your micro:bit safe, sound, and long-lasting. In…
-
How to Make a Flappy Bird Game on Micro:bit? | Making A Game On Micro:bit
What is Micro:bit? A micro:bit is a pocket-sized computer that introduces kids to how software and hardware work together. It is an interactive and programmable device that consists of various input-output features such as LED light displays, sensors, buttons, etc. It is also referred to as the BBC micro:bit since the BBC designed the device…
-
How to Make a Snap the Dot Game on micro:bit? | Games on micro:bit
In this tutorial, we will create a simple Snap the Dot game on micro:bit. Snap the dot game on micro:bit is a game of skill. In this game, the player has to press the button [B] exactly when the LED dot sprite reaches the Micro: Bit screen’s center [2, 2]. The LED sprite will move…
-
How Do You Make a Space Invaders Game on Microbit? – MakeCode micro:bit Tutorials
In this article, we will create a simplified version of the Space Invaders game. In this game, the invader (enemy) will come from the top of the screen, and you can control the ship using micro:bit buttons A and B. Using the buttons “A+B”, you can shoot bullets from the ship and kill the enemy.…