We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.
The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ...
For more information on how Google's third-party cookies operate and handle your data, see: Google Privacy Policy
Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.
Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
Make
Create Music with Light!
Three blocks of code and an earphone are enough to create this musical instrument. Or perhaps you will use it as a directional sensor in a maze game. Its potential is up to your imagination. One of the delights of the micro:bit is the ability to explore complex ideas using simple software and hardware solutions. Use the MakeCode editor to create a program that would challenge a microPython or Arduino coder. Learn about the alternative functionality of LEDs and become a confident hardware hacker.
Make
How to make your own add-on boards with household materials
You may think that if you’re starting out running a code club, you need a huge budget to buy a load of materials - the truth is, the hardware is, well, hardwearing and almost guaranteed to work, but sometimes a quick-and-easy homemade solution can work as a stopgap. I’d like to share some boards I have successfully made with Year 5’s in my code club, and examples of what you can do with them. I have assumed you have micro:bits and crocodile clips.
Make
Temperature with MicroPython
Did you know that the micro:bit has a built-in temperature sensor? It is part of the processor and using MicroPython we can unlock the power of the sensor and use it as an input in a project. In this project we will show a smiley face when it is warm, but a sad face when it gets too cold.