What is IoT & a Smart City?¶
The Internet of Things (IoT), in plain words¶
An IoT device is any physical thing (a lamp, a sensor, a watering pump) that can sense, decide, and act, often connected to a network. A smart streetlight that dims itself at midnight is an IoT device. A soil-moisture sensor that tells a farmer's phone when to water the crops is an IoT device.
Every IoT device follows the same simple loop:
| Step | What happens | Examples in your kit |
|---|---|---|
| Sense | Reads something from the world | DHT11 (temperature), Ultrasonic (distance), Fire Detector |
| Data | Numbers or signals from sensing | "24°C", "5 cm", "flame detected" |
| Decision | Logic decides what to do | "IF temperature > 28 → turn fan ON" |
| Action | Something physical happens | Fan spins, gate opens, alarm sounds |
This is the loop you'll use in every project: Sensor → Data → Decision → Action.
What is a Smart City?¶
A Smart City is a city that uses data and technology to make life better for the people who live in it. The streetlight that dims when no one is around to save energy, the traffic light that gives more green time when an ambulance is approaching, the water meter that warns the city about a leak before the street floods: these are all smart-city technologies. Each one is built from the same simple loop you just read: sensor → data → decision → action, multiplied across thousands of devices and one good plan.
The world's biggest cities are already running on these systems. By 2030, the UN estimates that two-thirds of humanity will live in cities, and that growth makes smart-city thinking less of a "nice to have" and more of a survival skill for the next generation of leaders, engineers, and designers.
That's where you come in.
The Brilliant Global Competition challenges students like you to design and build a smart-city model that solves a real urban problem. You'll be judged on four dimensions:
- Sustainability: does your city use water, energy, and materials wisely?
- Mobility: does it move people and goods safely and efficiently?
- Protection: does it keep its residents safe from fire, gas, and emergencies?
- Comfort: does it create healthy, comfortable, livable spaces?
These four pillars are not arbitrary. They map directly to how real cities (Toronto, Singapore, Dubai, Songdo) measure their own progress. The judges aren't asking you to imagine the future. They're asking you to prototype it on a model board the size of a small table, with real sensors, in real working code.
This tutorial is the technology half of that work. Your STEM teacher leads the urban-design and presentation half. Together, the two halves equal a competition entry that doesn't just describe a smart city: it runs one.
The four smart-city pillars¶
Your projects in this tutorial map to four pillars that real smart cities are built on:
| Pillar | What it covers | Sensors in your kit | Your project |
|---|---|---|---|
| 🌿 Sustainability: Smart Irrigation & Water Management | Water supply, agriculture, conservation | Soil Moisture, Water Level, Water Pump, Relay | Smart Agriculture |
| 🚦 Mobility: Smart Mobility & Traffic Systems | Roads, parking, transit, automated access | Distance Sensor, Servo, RFID Reader | Smart Parking |
| 🚨 Protection: Public Safety & Emergency Systems | Fire, gas, alarms, emergency response | Fire Detector, Gas Leak Sensor, Active Buzzer | Smart Safety |
| 🌡️ Comfort: Smart Environment & Climate Monitoring | Climate, air, automated heating/cooling | DHT11, DC Motor (Fan), LCD | Smart Temperature |
In Part 1 you'll get the kit and software ready.
In Parts 2–5 you'll build one project per pillar, learning each component first and then combining them into the full system.