Lesson 1/31: Introduction to the course, Arduino boards and unboxing the kit
This is lecture 1/31 of Arduino Course based on SunFounder 3-in-1 Kit
This is very important lesson. Please make sure to watch the video before proceeding to the next lessons.
Topics in this lesson
- 00:00 Introduction
- 1:01 What is Arduino?
- 2:56 Arduino Course Requirements
- 4:17 Types of Arduino boards
- 7:29 SunFounder Arduino Kit unboxing
Official SunFounder Documentation and components links
- Components List and Introduction
- SunFounder R3 Board
- ESP8266 Module
- Breadboard
- Resistor
- Capacitor
- Jumper Wires
- 74HC595
- LED
- RGB LED
- 7-segment Display
- I2C LCD1602
- Buzzer
- TT Motor
- Servo
- Centrifugal Pump
- L298N Module
- Button
- Reed Switch
- Potentiometer
- Joystick Module
- IR Receiver
- Photoresistor
- Thermistor
- DHT11 Humiture Sensor
- Line Tracking Module
- Soil Moisture Module
- Obstacle Avoidance Module
- Ultrasonic Module
- Get Started with Arduino
- Download the Code
- Learning Projects
- Car Projects
- IoT Projects
- Play with Scratch
- 1.1 Install PictoBlox
- 1.2 Interface Introduction
- 1.3 Quick Guide on PictoBlox
- 2.1 Table Lamp
- 2.2 Breathing LED
- 2.3 Colorful Balls
- 2.4 LCD1602
- 2.5 Moving Mouse
- 2.6 Doorbell
- 2.7 Low Temperature Alarm
- 2.8 Light Alarm Clock
- 2.9 Read Temperature and Humidity
- 2.10 Pendulum
- 2.11 Rotating Fan
- 2.12 Light Sensitive Ball
- 2.13 GAME - Shooting
- 2.14 GAME - Inflating the Balloon
- 2.15 GAME - Star-Crossed
- 2.16 GAME - Eat Apple
- 2.17 GAME - Flappy Parrot
- 2.18 GAME - Breakout Clone
- 2.19 GAME - Fishing
- 2.20 GAME - Don’t Tap on The White Tile
- 2.21 GAME - Protect Your Heart
- 2.22 GAME - Kill Dragon
- 3.1 Test the Car
- 3.2 Movement
- 3.3 Follow the line
- 3.4 Follow Your Hand
- 3.5 Obstacle avoidance
- 3.6 Follow Your Hand 2
- 3.7 Obstacle avoidance 2
- FAQ
- Thank You
/*
* This is the Arduino code for SunFounder Arduino course
https://docs.sunfounder.com/projects/3in1-kit/en/latest/
* *
* Written by Ahmad S. for Robojax.com
* Permission granted to share this code given that this
* note is kept with the code.
* Disclaimer: this code is "AS IS" and for educational purpose only.
*
*/