Master The Basics Of Arduino - Full Arduino Programming Course

Join Course

Free

By : HalaPro Admin

التخصص : البرمجة و التصميم | الدروس الجامعية

Course Details

Welcome to this course on Arduino Tutorial for Beginners. ´ ✔ Arduino Tutorial Course Contents ✔ 💻 (00:00:20) - 1 - Introduction to Arduino 💻 (00:04:20) - 2 - Arduino Uno Components (Microcontroller, Pins, Clock & Power) 💻 (00:08:58) - 3 - How to Install Arduino IDE on Windows 10 + First Sketch 💻 (00:16:52) - 4 - Setting Up the Circuit For Arduino Uno With Breadboard 💻 (00:29:38) - 5 - Setup And Loop Blocks + light LEDs right to left 💻 (00:47:48) - 6 - Read Data from Arduino Serial Monitor 💻 (01:06:08) - 7 - Arduino Strings and Loops 💻 (01:22:28) - 8 - Digital Input With a Push Button in Arduino 💻 (01:35:36) - 9 - Read Analog Signal From Peripheral Devices (Potentiometer) 💻 (01:50:11) - 10 - Read from Photosensitive Sensor,Gas Sensor,Microphone Sensor 💻 (02:03:18) - 11 - Analog Signal Output (PWM) (Control Speed of DC Motor) 💻 (02:17:13) - 12 - How to Use an LCD Display 💻 (02:35:51) - 13 - How to Control Servo Motor With Arduino 💻 (02:53:30) - 14 - Keyboard PS2 | USB 💻 (03:07:55) - 15 - Using 4×4 Keypad With Arduino 💻 (03:24:30) - 16 - RFID Tutorial RC522 with Arduino Uno 💻 (03:38:01) - 17 - LED Matrix With Arduino 💻 (03:48:29) - 18 - Using the SONAR MODULE (HC SR04) Ultrasonic Distance Sensor 💻 (03:59:47) - 19 - Send SMS and Call from SIM900 GSM Module 💻 (04:18:03) - 20 - Setting up Bluetooth HC-05 | Arduino Bluetooth Basic Tutorial Arduino is an open-source hardware platform based on an Atmel AVR 8-bit microcontroller and a C++ based IDE. Arduino is the go-to gear for artists, hobbyists, students, and anyone with a gadgetry dream. Arduino microcontrollers are programmed using the Arduino IDE (Integrated Development Environment). Arduino IDE Can be downloaded for free from http://arduino.cc/en/Main/Software Arduino programs, called “sketches”, are written in a programming language similar to C and C++. Many sensors and other hardware devices come with prewritten software – look on-line for sample code, libraries (of functions), and tutorials. Learn the Arduino platform and programming language to create robots, interactive art displays, electronic gadgets and much more.