Stemoto LogoStemoto

Arduino school 1: Basic IO

Source: ruurdsdevlog.wordpress.com

This tutorial teaches beginners how to set up the Arduino IDE and create a basic LED blinking circuit. It explains the core concepts of digital I/O pins and provides the necessary C++ code structure for setup and loop functions.

Categorisation

Stage 2: Builder (8-10)Algorithmic & Procedural ThinkingTabletop & Physical PropsMixed/Multi-subject

Props & Materials Required

  • Arduino Uno
  • Breadboard
  • LED
  • 200 Ohm resistor
  • 2 jumper wires
  • Arduino IDE

Why It Works & Notes

Parent Note:

Microcontrollers, Digital I/O, C++ programming basics (setup/loop), Circuit polarity, Delay functions