A comprehensive course designed for new Arduino Makers
About This Video
a good understanding of the capabilities of the Arduino Uno
get comfortable with the basic prototyping tools and their usage, the basics of the Arduino programming environment, language and programming
use a variety of components from simple buttons and LEDs, to visible color and ultraviolet
light, and other environment sensors.
In Detail
This course is for the new …
Arduino Step by Step 2017: Getting Started
Video description
A comprehensive course designed for new Arduino Makers
About This Video
a good understanding of the capabilities of the Arduino Uno
get comfortable with the basic prototyping tools and their usage, the basics of the Arduino programming environment, language and programming
use a variety of components from simple buttons and LEDs, to visible color and ultraviolet
light, and other environment sensors.
In Detail
This course is for the new Arduino Maker. In making this course, I emphasized the importance of getting the basics right and learning to mastery. As an educator for over 15 years, I know first-hand that hitting a roadblock because you lack the fundamental knowledge to progress can be demotivating. Apart from knowing how to use the components that I demonstrate in this course, you will also learn how to read datasheets, how to use libraries on your own, and how to learn the skills you need to create the gadgets you want, on your own. With knowledge comes freedom, and I will help you get there.I invite you to review the free lectures in the first section of the course to find out more details about it. If you are excited about becoming a Maker with the Arduino, join many other Makers and me in Arduino Step by Step 2017: Getting Started! I look forward to learning with you! NOTE: - THE PACKAGE FOR THE VIDEO COURSE CAN NOT BE DOWNLOADED.
Getting to know the Arduino Uno: Atmega328P, USB, Shields
00:11:00
Getting to know the Arduino Uno: Pins, power, clock
00:10:18
Using the digital output pins
00:13:14
Using the digital input pins
00:10:18
Using the digital input pins
00:08:16
Using the analog input pins
00:08:02
Chapter 3 : Introduction to communications
Introduction
00:00:55
Serial (UART) communications
00:07:43
I²C (TWI) communications
00:08:24
SPI communications
00:07:34
Chapter 4 : Arduino boards
Introduction
00:00:46
Meet some members of the Arduino family
00:05:11
Introducing the Arduino Mega 2560
00:05:14
Introducing the Arduino Due
00:06:53
Introducing the Arduino Zero
00:05:18
Introducing the Arduino 101
00:03:40
Introducing the Arduino Pro Mini
00:04:56
Introducing Arduino-compatible boards
00:10:43
Chapter 5 : Prototyping basics
Introduction
00:00:28
Using the breadboard
00:13:56
Using jumper wires
00:07:10
The absolutely essential tools
00:08:01
Powering your Arduino with power supplies
00:04:01
Using the multimeter to measure voltage
00:07:37
Using the multimeter to measure current
00:05:29
The multimeter - Resistance and continuity
00:06:35
Introduction to soldering - the soldering iron
00:11:25
Soldering - preparation and using holders
00:05:17
Soldering - using wire cutters and fume extractor
00:02:22
Soldering - Simple maintenance tips for your solder iron
00:03:07
A demonstration of soldering a header onto a breakout board
00:13:47
An introduction to protoboards
00:15:21
Chapter 6 : The Arduino IDE
Introduction
00:00:55
An introduction to the Arduino IDE
00:08:00
Getting and installing the Arduino IDE
00:06:24
The Arduino IDE - Understanding the Preferences pane
00:18:13
The Arduino IDE - Understanding the Menu items
00:12:50
How to upload a sketch to your Arduino
00:09:37
How to upload a sketch to your Arduino - For Windows users
00:09:14
Chapter 7 : Introduction to Arduino programming
Introduction
00:00:54
An introduction to Arduino programming
00:05:11
Understand the basic parts of an Arduino sketch
00:14:34
Getting started with custom functions
00:15:30
Creating custom functions and the return keyword
00:06:04
Using variables
00:12:26
Understanding variable scope
00:07:05
Understanding Constants
00:03:34
Introduction to control structures: The “if” statement
00:05:22
Introduction to control structures: The “while” statement
00:03:53
Introduction to control structures: The “For” statement
00:04:14
Introduction to control structures: The “Switch” statement
00:04:18
Digital output - how to control an LED
00:14:44
Digital input - how to read the state of a button
00:13:51
Analog input - how to read the state of a potentiometer
00:09:02
Analog output - how to create a fading LED
00:15:07
Introduction to the RGB (color) LED
00:08:53
Wiring the RGB LED
00:13:47
RGB LED: creating colors
00:02:30
Using a library to control an RGB LED with PWM
00:16:29
Learning more with the Arduino language documentation
00:05:01
Chapter 8 : Measuring light and color
Introduction
00:00:48
What is a photoresistor and how to wire it
00:13:01
How to select the appropriate fixed resistor for a photoresistor
00:08:49
Using the Ultra-Violet light sensor
00:13:21
An introduction to the RGB Color sensor
00:05:47
Wiring the RGB Color sensor
00:12:53
Mini project: copy a color to an RGB LED using an RGB Color sensor
00:10:52
Chapter 9 : Measuring temperature, humidity and pressure
Introduction
00:00:52
Using a DHT22 sensor to measure temperature and humidity
00:14:42
An introduction to the Thermistor
00:06:50
Wiring the Thermistor
00:06:00
Big Data Analytics with Java
00:05:28
Thermistor: getting a temperature using a library
00:05:33
Thermistor: improving the accuracy of analog readings with AREF
00:04:30
An introduction to measuring temperature with the TMP36
00:06:28
Wiring the TMP36 and a demonstration sketch
00:08:21
An alternate wiring of the TMP36
00:07:12
An introduction to the MCP9808 for very accurate temperature readings
00:11:46
MCP9808: Wiring
00:02:18
Using the MCP9808, demo and sketch walkthrough
00:03:54
MCP9808: A closer look at I2C addressing
00:06:45
An introduction to measuring barometric pressure with the BMP180
00:06:29
Wiring the BMP180 and first sketch walkthrough
00:05:52
A first demo sketch for the BMP180
00:09:45
A second demo sketch for the BMP180
00:07:51
Chapter 10 : Detecting acceleration
Introduction
00:00:30
Introduction to detecting acceleration with the ADXL335.
00:08:53
Wiring the ADXL335
00:08:53
Plugging the ADXL335 directly in the Arduino, and detect its orientation
00:06:41
Write the sketch for detecting orientation with the ADXL335
00:08:06
Chapter 11 : Detecting objects with the infrared motion sensor
Introduction
00:00:30
Introduction to the Passive infra-Red (PIR) motion sensor
00:12:07
A simple PIR experiment with an LED
00:12:05
A demonstration of using the PIR sensor with the Arduino
00:06:33
PIR sensor first demonstration sketch walkthrough
00:04:31
PIR sensor second demonstration sketch walkthrough
00:07:41
Chapter 12 : Sensing distance
Introduction
00:00:52
Introduction to the ultrasonic distance sensor
00:11:44
Wiring and understanding Trigger and Echo
00:14:13
How to calculate distance
00:13:13
Chapter 13 : Sensing sound
Introduction
00:00:21
Introduction to the analog sound sensor
00:10:42
A demonstration and sketch of the analog sound sensor
00:10:46
A demonstration and sketch of the digital sound sensor
00:12:33
Chapter 14 : Making noise with a buzzer
Introduction
00:00:24
Introduction to the buzzer
00:12:30
Playing Music
00:06:56
Control the sound volume
00:05:45
Chapter 15 : The Liquid Crystal Display
Introduction
00:00:42
Introduction to the LCD
00:04:36
LCD wiring in 4-bit parallel mode
00:13:56
LCD demonstration sketch
00:05:28
Display sensor data in the LCD
00:10:19
Connect LCD using the I2C adaptor
00:11:49
Using the RGB LCD and buttons shield
00:11:27
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept