School ICT Self Study
Preferred Language :
|
Text Resize :

Lesson 11: Internet of Things (IoT)

Competency 11: Explore Building Blocks of Digital Systems & IoT

⚙️ Unit Overview

This lesson covers Microprocessor Development Systems (MDS) like Arduino and the Internet of Things (IoT). You will explore input/output pins, sensors, actuators, and how to control devices remotely.

11.1 Microprocessor Systems 11.2 IoT Applications

1. Microprocessor Board Explorer (11.1)

Understand the basic building blocks of a development board (e.g., Arduino/Genuino). Click the hotspots to learn about the components defined in your syllabus.

UNO SIMULATOR

Select a component...

Click on the yellow buttons on the board to see details.

2. Sensor Logic Simulator (11.1)

Simulate the syllabus scenarios: Light sensitive LED (LDR), Temp controlled Fan, and Door Security.

💡 Smart Light System

Turn LED ON when it gets Dark (LDR).

50%
LED: OFF

Logic: IF Light < 30 THEN LED = ON

🌡️ Auto-Fan System

Turn Fan ON when Temperature is High.

25°C
Fan: OFF

Logic: IF Temp > 30°C THEN Fan = ON

🚪 Door Security

Detect Open/Close with Magnetic Switch.

Status: CLOSED

Logic: IF Magnet == Away THEN Alarm = ON

3. IoT Simple Application (11.2)

Demonstrating a "Simple IoT application to construct a remote switch" over the internet.

📶 Connected My Smart Home App

Living Room Fan

Status: OFF
Simulated Network Log:
Waiting for command...
Select Language:
🔴 Lesson List
SIDE BUTTON ON
🖥️ View Desktop Version

schoolict.net

Sign InRegister