Micro:bit: Difference between revisions

From ikev.in/w
(Created page with "'''micro:bit''' The micro:bit is a small programmable computer developed for education and experimentation. It was created by the BBC to encourage coding and digital skills in young people. The device is pocket-sized, measuring 4cm x 5cm, and includes an LED display, buttons, sensors, microprocessor, Bluetooth, and a built-in battery pack. It can be programmed with Microsoft MakeCode, Python, Scratch, and JavaScript. The micro:bit is easy to use and comes with tutorials...")
 
No edit summary
Line 1: Line 1:
'''micro:bit'''


The micro:bit is a small programmable computer developed for education and experimentation. It was created by the BBC to encourage coding and digital skills in young people. The device is pocket-sized, measuring 4cm x 5cm, and includes an LED display, buttons, sensors, microprocessor, Bluetooth, and a built-in battery pack. It can be programmed with Microsoft MakeCode, Python, Scratch, and JavaScript. The micro:bit is easy to use and comes with tutorials and resources for beginners. It can be used to create simple games and animations or more complex projects like robots and sensors. The micro:bit is popular in classrooms and maker spaces, promoting creativity and problem-solving skills. It is an excellent tool for anyone interested in electronics and programming.
 
The '''micro:bit''' is a small programmable computer developed for education and experimentation. It was created by the BBC to encourage coding and digital skills in young people.
 
There are two versions of the micro:bit: version 1 and version 2. Both versions are similar in many ways, but there are some key differences between the two.
 
One of the most significant differences between the two versions is the increase in memory and processing power. The micro:bit version 1 features a 16MHz ARM Cortex-M0 processor with 16KB of RAM, while version 2 boasts a more powerful 64MHz ARM Cortex-M4 processor with 512KB of RAM. This increase in processing power makes version 2 more capable of handling complex tasks and running multiple applications simultaneously.
 
Version 2 also includes several additional features, including a microphone and speaker, a touch-sensitive logo, and a capacitive touch sensor. These features allow for more advanced projects and experimentation with sound and touch-based interactions.
 
Despite these differences, both versions of the micro:bit are great tools for learning to code and experimenting with electronics. They are easy to use, affordable, and come with a range of resources and tutorials to help beginners get started.
 
==External Links==
 
* [ ]

Revision as of 21:04, 19 April 2023


The micro:bit is a small programmable computer developed for education and experimentation. It was created by the BBC to encourage coding and digital skills in young people.

There are two versions of the micro:bit: version 1 and version 2. Both versions are similar in many ways, but there are some key differences between the two.

One of the most significant differences between the two versions is the increase in memory and processing power. The micro:bit version 1 features a 16MHz ARM Cortex-M0 processor with 16KB of RAM, while version 2 boasts a more powerful 64MHz ARM Cortex-M4 processor with 512KB of RAM. This increase in processing power makes version 2 more capable of handling complex tasks and running multiple applications simultaneously.

Version 2 also includes several additional features, including a microphone and speaker, a touch-sensitive logo, and a capacitive touch sensor. These features allow for more advanced projects and experimentation with sound and touch-based interactions.

Despite these differences, both versions of the micro:bit are great tools for learning to code and experimenting with electronics. They are easy to use, affordable, and come with a range of resources and tutorials to help beginners get started.

External Links

  • [ ]