The iRobotix - Intelligent Lighting System Kit is a beginner-friendly STEAM learning kit designed to teach young engineers the fundamentals of coding, electronics, and smart home automation using the Arduino UNO platform. Through hands-on building, students explore how basic inputs like switches step up to intelligent, multi-sensor automation systems using light and motion detection. By combining real-world hardware components with simple C++ logic, this kit helps young minds understand energy-saving technologies and everyday embedded systems. It serves as an ideal entry point for classroom STEM labs, science fairs, and beginner robotics workshops.
Included Projects
- Light up a Lamp : Introduces basic Arduino programming and pin control by writing simple code to turn on and blink an LED.
- Magic Light Switch : Teaches fundamental digital input/output logic by toggling a light with a simple manual tactile push button.
- Magic Tap Light : Demonstrates modern capacitive touch interfaces to turn lighting on and off with a gentle touch.
- Smart Night Lamp : Introduces light-dependent resistors to create an automatic dark-sensing lamp that turns on when ambient room light drops.
- Magic Motion Light : Explores passive infrared motion detection to trigger lighting automatically when human movement is detected.
- Intelligent Light : Combines dual-sensor logic (
AND conditions) so the light turns on only when motion is detected in a dark environment, saving maximum energy.
Key Educational Benefits
- Step-by-Step Skill Progression: Guides students smoothly from manual inputs to single-sensor automation, culminating in multi-sensor smart logic.
- Core Coding Concepts: Teaches essential programming logic including variables, digital reading/writing, and conditional statements (
IF/ELSE and AND operators).
- Energy Conservation Concepts: Demonstrates how modern smart home technology conserves electricity using automated ambient light and motion sensing.