Mô tả

UPDATED: OCTOBER 2022

My flagship course designed for people new to electronics and programming has received a comprehensive update!

I have added new lectures in the first half of the course. You will find the new lectures in sections “Know your Arduino Uno”, “Arduino boards and kits”, and “The Arduino IDE”.

In these lectures, I cover the latest developments in Arduino software and hardware, including topics such as the Arduino Web IDE, the upcoming Arduino IDE 2.0, and the modern Arduino MKR and Nano IoT board families.

I have also verified all links to external websites and other resources, like data sheets, and in many cases, we have added new links to external resources.

------------------------------

UPDATED: January 2020

I have updated this course with a new section in which you will learn how to use arrays in your Arduino sketches. This is a very useful skill, as you can program repetitive tasks with just a few lines of code. Enjoy!

---------------------------------------

This is the original, legendary Arduino course on Udemy by Tech Explorations, fanatically supported by Dr Peter Dalmaris. 

It is trusted by thousands of students and contains over 16 hours of content, quizzes, a GitHub code repository, thousands of active student discussions, and countless downloadable and linked resources.

Please don't be confused by other courses with a similar name.

---------------------------------------

This course is for the new Arduino Maker. 

Do you have a passion for learning? 

Are you excited about becoming a Maker with the Arduino?

If you answered "yes!" to both, you are ready to start!

In 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. 

In Arduino Step by Step Getting Started, I make sure that in the more than 18 hours of video content, mini projects and quizzes, we cover all the basics so you can enjoy learning about the Arduino.

By the end of the course, you will have a good understanding of the capabilities of the Arduino Uno, the best Arduino for people getting started, and you will be familiar with the capabilities of several of its cousins. 

You will be comfortable with the basic prototyping tools and their usage, the basics of the Arduino programming environment, language and programming.

You will be able to use a variety of components, from simple buttons and LEDs to visible colour and ultraviolet light and other environmental sensors.

Apart from knowing how to use the components 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. 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 learn 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 Getting Started!

I look forward to learning with you!

Bạn sẽ học được gì

Yêu cầu

Nội dung khoá học

18 sections

Introduction to the course

5 lectures
What is this course about?
06:42
Parts you will need
18:02
Tools you will need
09:52
How to get the most out of this course
03:39
Update 2022 brief
03:03

Know your Arduino

9 lectures
Introduction to this section
00:40
The Arduino Uno over the years
13:11
Getting to know the Arduino Uno: Atmega328P, USB, Shields
11:00
Getting to know the Arduino Uno: Pins, power, clock
10:18
Using the digital output pins
13:13
Using the digital input pins
10:18
Using the analog output pins
08:15
Using the analog input pins
08:02
End of section quiz
5 questions

Introduction to communications

5 lectures
Introduction to this section
00:49
Serial (UART) communications
07:43
I²C (TWI) communications
08:24
SPI communications
07:33
End of section quiz
5 questions

Arduino boards

18 lectures
Introduction to this section
01:01
Arduinos past and present
12:46
Classic Arduinos
01:23
Meet some members of the Arduino family
05:10
Introducing the Arduino Mega 2560
05:14
Introducing the Arduino Due
06:53
Introducing the Arduino Zero
05:17
Introducing the Arduino Pro Mini
04:56
Introducing Arduino-compatible boards
10:42
Modern Arduinos
10:16
Arduino MKR
06:10
Arduino Nano
05:25
Kits
02:05
Arduino Student Kit
05:21
Arduino Explore IoT Kit
08:15
Seeed Studio Arduino Sensor kit
05:19
DFRobot Beginner Kit for Arduino
08:41
End of section quiz
5 questions

Prototyping basics

16 lectures
Introduction to this section
00:32
Using the breadboard
13:56
Using jumper wires
07:10
The absolutely essential tools
08:01
Powering your Arduino with power supplies
04:01
Using the multimeter to measure voltage
07:26
Using the multimeter to measure current
05:28
The multimeter - Resistance and continuity
06:35
The Arduino Student Kit multimeter
23:39
Introduction to soldering - the soldering iron
11:24
Soldering - preparation and using holders
05:16
Soldering - using wire cutters and fume extractor
02:22
Soldering - Simple maintenance tips for your solder iron
03:07
A demonstration of soldering a header onto a breakout board
13:46
An introduction to protoboards
15:20
End of section quiz
5 questions

The Arduino IDE

10 lectures
Introduction to this section
00:46
Arduino IDE 1.8
05:24
Arduino IDE 2.0
10:24
An introduction to the Arduino IDE
08:00
Getting and installing the Arduino IDE
07:45
The Arduino IDE - Understanding the Preferences pane
18:13
The Arduino IDE - Understanding the Menu items
12:49
How to upload a sketch to your Arduino
09:36
How to upload a sketch to your Arduino - For Windows users
09:13
End of section quiz
5 questions

Arduino programming

22 lectures
Introduction to this section
01:02
An introduction to Arduino programming
05:10
Understand the basic parts of an Arduino sketch
14:33
Getting started with custom functions
15:30
Creating custom functions and the return keyword
06:03
Using variables
12:26
Understanding variable scope
07:04
Understanding constants
03:33
Introduction to control structures: The "if" statement
05:21
Introduction to control structures: The "while" statement
03:53
Introduction to control structures: The "For" statement
04:14
Introduction to control structures: The "Switch" statement
04:18
Digital output - how to control an LED
14:44
Digital input - how to read the state of a button
13:50
Analog input - how to read the state of a potentiometer
09:02
Analog output - how to create a fading LED
15:06
Introduction to the RGB (color) LED
08:53
Wiring the RGB LED
13:47
RGB LED: creating colors
02:29
Using a library to control an RGB LED with PWM
16:29
Learning more with the Arduino language documentation
05:01
End of section quiz
5 questions

Arduino programming: Arrays

6 lectures
Introduction to this section
00:43
Introduction to Arrays
11:07
Arrays, Example 1
12:19
Arrays, Example 2
14:07
Arrays, Example 3
05:59
Arrays, Example 4
06:47

Measuring light and color

8 lectures
Introduction to this section
00:46
What is a photoresistor and how to wire it
13:00
How to select the appropriate fixed resistor for a photoresistor
08:48
Using the Ultra-Violet light sensor
13:21
An introduction to the RGB Color sensor
05:47
Wiring the RGB Color sensor
12:53
Mini project: copy a color to an RGB LED using an RGB Color sensor
10:52
End of section quiz
5 questions

Measuring temperature, humidity and pressure

19 lectures
Introduction to environment sensors
00:36
Using a DHT22 sensor to measure temperature and humidity
14:42
An introduction to the Thermistor
06:50
Wiring the Thermistor
05:59
How to calculate the temperature from the thermistor resistance
05:28
Thermistor: getting a temperature using a library
05:33
Thermistor: improving the accuracy of analog readings with AREF
04:30
An introduction to measuring temperature with the TMP36
06:28
Wiring the TMP36 and a demonstration sketch
08:20
An alternate wiring of the TMP36
07:11
An introduction to the MCP9808 for very accurate temperature readings
11:45
MCP9808: Wiring
02:17
Using the MCP9808, demo and sketch walkthrough
03:54
MCP9808: A closer look at I2C addressing
06:45
An introduction to measuring barometric pressure with the BMP180
06:28
Wiring the BMP180 and first sketch walkthrough
05:51
A first demo sketch for the BMP180
09:45
A second demo sketch for the BMP180
07:51
End of section quiz
5 questions

Detecting acceleration

6 lectures
Introduction to detecting acceleration
00:36
Introduction to detecting acceleration with the ADXL335
08:53
Wiring the ADXL335
08:52
Plugging the ADXL335 directly in the Arduino, and detect its orientation
06:40
Write the sketch for detecting orientation with the ADXL335
08:06
End of section quiz
5 questions

Detecting objects with the infrared motion sensor

7 lectures
Introduction to this section
00:29
Introduction to the Passive infra-Red (PIR) motion sensor
12:06
A simple PIR experiment with an LED
12:05
A demonstration of using the PIR sensor with the Arduino
06:32
PIR sensor first demonstration sketch walkthrough
04:30
PIR sensor second demonstration sketch walkthrough
07:41
End of section quiz
5 questions

Sensing distance

5 lectures
Introduction to sensing distance
00:51
Introduction to the ultrasonic distance sensor
11:44
Wiring and understanding Trigger and Echo
14:12
How to calculate distance
13:13
End of section quiz
5 questions

Sensing sound

5 lectures
Introduction to sensing sound
00:22
Introduction to the analog sound sensor
10:42
A demonstration and sketch of the analog sound sensor
10:36
A demonstration and sketch of the digital sound sensor
12:33
End of section quiz
5 questions

Making noise with a buzzer

5 lectures
Introduction to this section
00:30
Introduction to the buzzer
12:29
Playing music
06:56
Control the sound volume
05:44
End of section quiz
3 questions

The Liquid Crystal Display

8 lectures
Introduction to this section
00:33
Introduction to the LCD
04:36
LCD wiring in 4-bit parallel mode
13:56
LCD demonstration sketch
05:28
Display sensor data in the LCD
10:18
Connect LCD using the I2C adaptor
11:49
Using the RGB LCD and buttons shield
11:27
End of section quiz
5 questions

Video Responses

1 lectures
Why use 3 resistors for the RGB LED, vs. just one resistor on the cathode?
06:31

Conclusion and Bonus Lecture

2 lectures
Recap: what you have learned and what's next
01:03
Bonus Lecture
00:43

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.