All levels
Level 2 of 5

Arduino Basics

Your first sketches: blink, read sensors, drive actuators, talk over Serial.

6
Projects
~4 hrs
Total build time
Arduino
Primary track
Your progress in this level0/6 · 0% · 0 XP

Skills you'll gain

Install and open the Arduino IDE.Use digitalRead to detect a button press.Read an analog sensor with analogRead.Drive a common-cathode RGB LED with three PWM signals.Use the Servo library to control a hobby servo.Read a photoresistor as a musical input.