Arduino Step by Step (2017) : Your complete guide

Arduino Step by Step (2017) : Your complete guide

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1.5 Hours | 204 MB

A comprehensive course designed for Arduino beginner to Learn how to create electronic projects with the Arduino.

This course is for the new Arduino Beginner .

Are you excited to do useful and fun projects like a robot or home control system that controlled your home and you are abroad ….etc ?

Do you have a passion for learning?

If you answered “yes!” to both, then you are ready to get started!

so you need Learn the Arduino platform and programming language to create robots, interactive art displays, electronic toys, home automation tools, and much more.

The Arduino is an open-source electronics platform based on easy-to-use hardware and software. Sensing the environment by receiving inputs from many sensors, Arduino affects its surroundings by controlling lights, motors, and a number of other accessories. It’s intended for anyone making interactive hardware projects.

This course is designed to introduce the Arduino hardware and programming environment to get you started on building projects as soon as possible.

Contents and Overview This course is designed for anyone interested in learning electronic design. No experience is required, and all you need is an Arduino and several low cost components.

What Will I Learn?

  • Program the Arduino prototyping platform
  • Understand the principles of programming micro-controllers
  • Understand and use many types of sensors and components
  • Understand analog and digital inputs and outputs
  • Write simple Arduino sketches that can get sensor reading, make LEDs blink, write text on an LCD screen, read the position of a potentiometer, and much more.
  • Understand the ways by which the Arduino can communicate with other devices
Table of Contents

Introduction
1 know your arduino
2 Tools and parts you will need

ARDUINO IDE
3 ARDUINO IDE

Introduction to arduino programming
4 basic syntax
5 variables 1
6 variables 2
7 structure 1
8 structure 2
9 control strucures ifif elsefor loop while loop
10 digital inputs outputs
11 functions

blinking led projects
12 blinking led 1
13 blnking led project step by step
14 led with buttons 1
15 led with buttons 2

motors
16 introduction
17 DC motors project
18 DC motor project step by step
19 servo motor
20 servo motor step by step
21 stepper motor introduction
22 stepper motor step by step
23 brushless motors introduction
24 brushless motors step by step

sensors
25 introduction to sensors
26 potentiometer sensor
27 temperature sensor project
28 temperature sensor step by step
29 Detecting motion – PIR sensor