Skip to main content

Case 7: Exploring the Mysteries of Sound

Introduction

The purpose of this project is to guide students in exploring the measurement of sound intensity using the micro:bit. By reading data from a microphone and displaying the current noise intensity on an OLED display, students will gain an understanding of the physical properties of sound, learn how to use sensors to collect ambient sound data, and stimulate their interest in the science of acoustics.

Teaching Goal

Understand the physical concept of sound intensity. Learn how to measure sound intensity using a noise sensor. Learn how to display data using micro:bit and OLED displays.

Teaching Preparation

Before you begin teaching, please make sure you have the following necessary materials ready:

PictureName
classroom science kit
micro:bit V2
personal computer(PC)
USB cable

These materials will provide you with a complete experience and ensure that you can follow through and learn smoothly. If you are ready for the above, we can move on to the next step.

Teaching Process

Introduction of the course

Sound is an integral part of our daily lives, but do you know how to scientifically measure the intensity of sound? In this lesson, we will use noise sensors and micro:bits to monitor and analyze the intensity of sound in our surroundings.

Exploratory activities

  1. learn the scientific unit of sound intensity (decibel).

  2. design an experiment to compare the intensity of sound in different environments.

Hardware Connection

Connect the OLED display to the IIC port of the wukong expansion board.

Code Programming

Adding Software Libraries

Open makecode.microbit.org and click New Project.

Click on Extensions.

Search for iot-environment-kit to add the iot-environment-kit repository.

sample code

  1. Initializes the OLED display when the power is turned on.

  1. Displays the current ambient sound intensity via the OLED display.

Please refer to the program link:https://makecode.microbit.org/_iq3AfTUY9MUu

You can also download the program directly from the following page.

*** Download the program ***

Use the USB cable to connect the PC to the micro:bit V2.

After a successful connection, a disk drive named MICROBIT is recognized on the computer.

Click,chooseConnect Device

Click.

Click.

Select BBC micro:bit CMSIS-DAP in the pop-up window and then select Connect, and at this point, our micro:bit has connected successfully.

Click to download the program.

Teamwork & Presentation

Students are divided into small groups and work together to create and program cases.

Students are encouraged to cooperate, communicate and share their experiences with each other.

Each group will have the opportunity to show the cases they have produced and demonstrate to the other groups.

Expected results: OLED display shows the current noise intensity of the environment in real time.

Summary and Reflection

Review the course content and remind students what knowledge and skills they have acquired.

Lead students to discuss the problems and difficulties they encountered during the production process and how they solved these problems.

Guide students to think about the effects of noise pollution on humans and the environment, and how technology can be used to reduce noise pollution.

Expanding Knowledge

Physical properties of sound Sound is produced by vibration and travels through a medium such as air. The intensity of sound is measured in decibels (dB), a logarithmic unit that indicates the relative magnitude of sound pressure levels.

Noise pollution Noise pollution is unwanted or unpleasant sound in the environment. Prolonged exposure to high noise levels can cause hearing damage and may lead to other health problems.

Application of sensors A sensor is a device that converts a physical quantity (e.g., sound, light, temperature, etc.) into an electrical signal. In this project, the noise sensor converts sound intensity into an electrical signal for micro:bit reading and processing.