📊 micro:bit Data and Climate Change
  • Introduction
  • Data
  • Climate Change
  • Our Tools
    • 01- micro:bit
    • 02 - MakeCode
      • A - Events
      • B - Animations
      • C - Counting
      • D - If Hot
    • 03 - Servo Motor
      • Coding your first servo motor on MakeCode
    • 04 - Neopixel
      • Coding your first neopixel on MakeCode
  • Activities
    • Tools and Data Together
      • 01 - micro:bit and Data
      • 02 - Servo Motor and Data
      • 03 - Neopixel and Data
  • Showcase Projects
    • 01 - Air Pollution
      • A - Servo Motor
      • B - Neopixel Grid
    • 02 - Green Energy Forecast
    • 03 - Temperature Change
      • A - Neopixel Grid
      • B - Neopixel Ring
    • 04 - Heavy Precipitation Days
      • A - Neopixel Grid
      • B -Servo Motor
      • C-Neopixel Fairy Lights
    • 05 - Greenhouse Gas Emission
      • A - Neopixel Grid
      • B - Neopixel Fairy Lights
  • 🚀Extra Missions
  • Support Material
    • Data on the Run
    • Data Visualization Examples
    • Data Science of Climate Change by Lucie Luneau
    • Ideas from the Canadian Space Agency - CSA
    • CASC + Science Spotlight
Powered by GitBook
On this page
  • Neopixel Grid Activity
  • Materials
  • Assembly Instructions
  • Functionality

Was this helpful?

Export as PDF
  1. Showcase Projects
  2. 05 - Greenhouse Gas Emission

A - Neopixel Grid

Previous05 - Greenhouse Gas EmissionNextB - Neopixel Fairy Lights

Last updated 2 years ago

Was this helpful?

Neopixel Grid Activity

In this activity we are using the 8x8 neopixel grid to visualize carbon dioxide emissions from each province from 2009 to 2019:

Materials

Quantity
Material

1

micro:bit

1

battery pack

1

set of 3 alligator clips to M connector

1

neopixel grid

1

pre-cut cardstock sheet

Data used for this activity DATA

Assembly Instructions

Functionality

micro:bit A Button

  • Move forward to different years from 2009 to 2019.

  • Each year is represented by a lit LED on the micro:bit.

micro:bit B Button

  • Move back to different years from 2009 to 2019.

  • Each year is represented by a lit LED on the micro:bit.

Neopixel

  • One of the rows of the neopixel has colour lights representing different levels.

    • 🔵 blue - No change.

    • 🟢 green - Safe.

    • 🟡 yellow - Caution.

    • 🔴 red - Danger.

  • Once the project is assembled, the neopixel LEDs will light up points in each province on the map pre-printed on the cardstock sheet.

MakeCode project - Canada - LINK

Find more projects at our partner's website SteamLabs

We continue with our rainy weather in the next section, this time we are working with the neopixel lights.

under construction