Course Content
Lesson 1: Meet Arduino – The Brain Inside Gadgets
To introduce students to Arduino Uno, a popular microcontroller that brings smart gadgets to life, and to explore its parts using Tinkercad Circuits.
0/5
Lesson 2: Input – How Does Arduino Sense?
To help students understand input sensors and how Arduino uses them to collect information from the environment.
0/5
Lesson 3: Output – How Does Arduino React?
To help students understand output devices and how Arduino reacts by sending signals to devices like LEDs or buzzers.
0/5
Lesson 4: Make a Smart Light!
To understand how smart circuits using sensors like LDRs can help automate everyday tasks, like turning on lights only when needed — saving energy and making life easier.
0/5
Lesson 5: Your First Arduino Code!
To introduce the basics of programming Arduino using simple block-based coding so that students understand how code can control electronic components like LEDs.
0/5
Lesson 6: If-This-Then-That Logic
To introduce students to conditional logic used in programming, which helps machines like Arduino make decisions based on real-world data like temperature or light.
0/5
C7: Arduino Basics & I/O with Tinkercad Circuits

Aim:
To build a light that turns ON in the dark using an Arduino and LDR.

Requirements:

  • Arduino Uno

  • Breadboard

  • LDR (Light Dependent Resistor)

  • LED

  • 220Ω resistor (for LED)

  • 10kΩ resistor (for LDR voltage divider)

  • Jumper wires

  • Tinkercad Circuit (or real components)

Steps:

  1. Open Tinkercad and create a new circuit.

  2. Connect the LDR and 10kΩ resistor in series between 5V and GND. Connect their middle junction to analog pin A0.

  3. Connect the LED’s anode to digital pin 9 with a 220Ω resistor, and cathode to GND.

  4. In Code Blocks or Arduino IDE, write a program:

    • Read the analog value from the LDR.

    • If the value is below a threshold (i.e., it’s dark), turn LED ON.

    • Else, keep it OFF.

  5. Test your setup: cover the LDR with your hand to simulate darkness. The LED should turn ON!

 

Fill in the form for S’O’A Fablab Orientation 2021.