+21622886281
LED Micro:bit

Control the lighting of a LED using the Micro:bit buttons

To control the lighting of a LED using the Micro:bit buttons, you will need to connect the LED to one of the Micro:bit‘s I/O pins and write a program that uses the Micro:bit‘s built-in button functions to turn the LED on or off.

Here are the steps you can follow to control the lighting of a LED using the Micro:bit buttons:

  1. Connect the positive leg (longer leg) of the LED to one of the Micro:bit‘s I/O pins. Connect the negative leg (shorter leg) of the LED to the GND (ground) pin of the Micro:bit.
  2. Open the Micro:bit‘s programming software, such as the Microsoft MakeCode editor or the Python editor.
  3. In the programming software, create a new project and write a program that uses the built-in button functions to control the LED. You can use the on button A press or on button B press events to turn the LED on or off respectively.
  4. In the same program, use the digital write function to send a voltage signal to the I/O pin that the LED is connected to, turning it on or off.
  5. Download the program to the Micro:bit by connecting it to your computer via USB cable.
  6. Once the program is downloaded, disconnect the Micro:bit from the computer, and you will be able to turn the LED on or off by pressing button A or button B respectively.

Purpose of this tutorial:

In this tutorial we will control the lighting of an LED via the two buttons A and B of the micro: bit card:

1- When you press button A, the LED lights up

2- When you press button B, the LED goes out.

Mounting

As for the assembly, it is easy to connect LEDs to the micro: bit either by using alligator clips or a micro-bit breadboard adapter.

Components required

Micro:bit board

Micro:bit is a small, low-cost microcontroller board that was developed by the Micro:bit Educational Foundation for use in computer education. It is designed to be easy to use and accessible to a wide range of users, including children and beginners. The Micro:bit board measures about 4cm by 5cm and features a 25-pin edge connector, a 5×5 LED matrix, two programmable buttons, an accelerometer, a compass, a Bluetooth Low Energy (BLE) module, and a USB connector.

The Micro:bit is programmed using a variety of programming languages such as Python, JavaScript, and Microsoft Block Editor. It can be used to control a wide range of devices and projects, including robots, drones, lights, and more. The board can be powered by a USB cable or a 3V coin cell battery and can be programmed using a computer or mobile device.

The Micro:bit is widely used in education, providing a hands-on learning experience for students of all ages to learn computer programming, logic, and problem-solving. It’s also used by hobbyist and makers to create fun and interactive projects.

Microbit GPIO board

A Micro:bit GPIO (General Purpose Input/Output) Expansion Board is an accessory that can be used to extend the capabilities of a Micro:bit by providing additional input/output (I/O) pins. These pins can be used to connect sensors and actuators, such as LEDs, buttons, motors, and other electronic components.

The expansion board typically connects to the Micro:bit using a standard edge connector and provides a set of male headers that can be used to connect external components.

LED

An LED (Light Emitting Diode) is a type of semiconductor device that emits light when an electric current passes through it. LEDs are commonly used in a wide range of applications, including electronic displays, indicator lights, traffic lights, and lighting fixtures.

LEDs have several advantages over traditional incandescent light bulbs, including:

  • They are more energy-efficient and have a longer lifespan.
  • They emit a much brighter light per watt of power consumed.
  • They produce very little heat, making them safer to use and touch.
  • They are available in a wide range of colors and are commonly used in RGB (red, green, blue) applications.

LEDs consist of a semiconductor material, typically made of a type of crystalline compound, such as silicon or gallium arsenide. When an electric current is applied to the LED, it causes electrons to move from the negative side (n-type) to the positive side (p-type) of the semiconductor. As the electrons move across the junction, they release energy in the form of light.

LEDs can be connected in series or parallel to a power source. When connecting the LEDs in series, the voltage is distributed among the LEDs, but the current remains the same. In contrast, when connecting the LEDs in parallel, the voltage remains the same, but the current is distributed among the LEDs. It’s important to note that, connecting the LEDs in parallel without a current limiting resistor in series with each LED can cause them to burn out quickly.

resistance of 220Ω 

Resistance is a measure of a material’s opposition to the flow of electric current. It is measured in ohms (Ω) and is represented by the symbol “R”. The more resistance a material has, the less current will flow through it when a given voltage is applied. Conversely, the less resistance a material has, the more current will flow through it when a given voltage is applied.

connecting wires

Connecting wires are used to connect various components in an electronic circuit. They allow for the transfer of electricity, data, or signals between different devices and components.

When connecting wires to an Arduino or other microcontroller, it is important to pay attention to the correct pinout. The pinout refers to the arrangement of pins on the microcontroller and the corresponding function of each pin. The Arduino pinout can be found in the documentation provided by the manufacturer, or in various resources available online.

test plate

A test plate, also known as a test jig, is a device used to test electronic circuits and components. It is a board or plate that has been designed to hold and connect various components and devices in a specific configuration, allowing for the easy testing and measurement of their performance.

A test plate can be used to test various types of electronic circuits and components, such as microcontrollers, sensors, and actuators. It typically includes connectors and sockets for connecting wires, power supply and measurement devices such as multimeters, oscilloscopes, and power supplies.

Mounting

As for the assembly, it is easy to connect LEDs to the micro: bit either by using alligator clips or a micro-bit breadboard adapter. We connect the Po pin of the micro-bit card to the resistor, then the anode (+ terminal) of the LED and the cathode (- terminal) of the GND of the micro: bit card.

There are many mounting methods and here are some examples:

Makecode Program

Here is the makecode program which controls the lighting of an LED connected to Pin 0 of the micro: bit.




0 commentaire


Leave a comment

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Scroll to Top