Classroom Noise Monitor Using Intellio and PictoBlox - This Will Help in Monitoring Classroom and Mantain Discipline.

by karishmathakur in Circuits > Microcontrollers

8 Views, 0 Favorites, 0 Comments

Classroom Noise Monitor Using Intellio and PictoBlox - This Will Help in Monitoring Classroom and Mantain Discipline.

dj0x_6pjf_210906.jpg

Introduction

Maintaining a quiet and focused classroom environment is essential for effective learning. Excessive noise can distract students and affect classroom discipline. To address this challenge, I developed a Classroom Noise Monitor using Intellio and PictoBlox.

The system continuously monitors classroom noise levels using the built-in microphone sensor. Whenever the noise exceeds a predefined threshold, the system automatically announces a warning message and activates the camera for supervision. This helps teachers encourage a quieter and more productive learning environment.


Features

✅ Real-time noise monitoring

✅ Automatic voice warning

✅ Camera activation during excessive noise

✅ Simple block-based programming

✅ Suitable for smart classroom applications

Supplies

Intellio

Sound Sensor

USB Cable

Laptop/Computer

PictoBlox Software

Jumper Wires

Understanding the Project

The system continuously reads sound levels from the microphone sensor connected to Intellio.

Working Logic

  1. The device starts monitoring classroom noise.
  2. If the sound level remains below the threshold value (500), no action is taken.
  3. If the sound level exceeds 500:
  4. A warning message is spoken.
  5. The camera turns ON for monitoring.
  6. After 10 seconds, the camera turns OFF automatically.

Build the Program

Screenshot 2026-05-30 202525.png

When the Green Flag is clicked:

  1. Play the welcome audio:
"Hi, I am Quarky Intellio"
  1. Speak:
"I am here to supervise"
  1. Continuously monitor microphone sound levels.
  2. Check if the sound value is greater than 500.
  3. If true:
  4. Speak:
"You are under supervision, stop making noise."
  1. Turn ON the camera.
  2. Wait for 10 seconds.
  3. Turn OFF the camera.


Upload and Run

Connect Intellio to PictoBlox.

Upload or run the program in Live Mode.

Click the Green Flag.

Make noise near the microphone.

Observe the warning message and camera activation.

How It Works

Normal Classroom

  1. Sound level below 500
  2. No warning generated
  3. Camera remains OFF

Noisy Classroom

  1. Sound level above 500
  2. Voice warning is announced
  3. Camera turns ON for 10 seconds
  4. Camera automatically turns OFF afterward