micro:bit Tinker Kit Project 02 – Smart Light

In this project, we are going to create a smart light with ElecFreaks Micro:bit Tinker Kit. It will use Octopus PIR Sensor and LED light. When there is someone in the room and detected, the LED will light up.

What you will learn

  • Make something with Octopus PIR sensor
  • Make something which is easily to be used in real life

What you need

  • 1 x BBC micro:bit
  • 1 x Micro USB cable
  • 1 x Octopus:bit Breakout board
  • 1 X Octopus PIR sensor Brick
  • 1 x Octopus 5mm LED – Red

How to Assemble

Step 1: Components

Insert the micro:bit into the breakout board and plug Octopus PIR sensor into Pin 0.

Plug LED to Pin 1. Make sure the wire colors matches pin colors.

Step 2: Pre-coding

We will add a package of code to enable us to use our kit components. Click on “Advanced” in the Code Drawer to see more code section and look at the bottom of the Code Drawer for “Add Package”.

This will open a dialog box. Search for “tinker kit“, and then click it to download this package.

Note: If you get a warning telling you some packages will be removed because of incompatibility issues. You have to either follow the prompts or create a new project in the projects file menu.

Step 3: Coding

Click on Tinkercademy inside the Code Drawer to find blocks for the components in your kit.

For this project, no initialization is required, and there isn’t much code anyway. If you don’t want to type these code, you can download it directly from the link below:

https://makecode.microbit.org/_aFUP7wcy94sv

Or, you can download from the page below:

If any motion is detected by the PIR sensor, the light is triggered. Or else, the light is turned off. Quite simple enough.

Step 4: Success

Voilà! You have created a simple smart light! Let’s light it up !

 

First published at 10:12am on July 16, 2019
Last updated at 5:29pm on November 14, 2019