SlideShare a Scribd company logo
ARDUINO COURSE
Edited By : Mohamed Zain Allam
What is Embedded system ?
Lecture 1
The Application of Embedded system :
Lecture 1
NASA
Spirit Rover 2003
Curiosity Rover 2011
Military Applications :
Lecture 1
Lecture 1
Lecture 1
humanoid robot :
ASIMO
Lecture 1
sophia
How Started !?
VacuumTubes
It appeared in the mid-nineteenth century
Transistor
Standard
Logic Gates
Special
Function Circuits
General
Purposes
Transistor
FPGA
Embedded
computers
Future
!!?
What's the difference between a microcontroller and
computer ?
MicrocontrollerComputer
- Microprocessor (max 80 M.Hz )- CPU ( min 1.7 G.Hz)
- Flash Memory (kbyte)- Hard disc (terabyte)
- RAM (Kbyte)- RAM (Gigabyte)
-- EEPROM (Kbyte)- ROM (Gigabyte)
- ADC Interface-Sound Card
- Serial Interface-Video Card
- Ethernet Interface-Modem Card
- USB Interface- USB
Computer Vs Microcontroller :
Lecture 1
Lecture 1
Lecture 1
ARDUINO History :
- It was in the year 2005 that the first ever Arduino board was born in the classrooms of
the Interactive Design Institute in Ivrea, Italy.
- It was in the Interactive Design Institute that a hardware thesis was contributed for a
wiring design by a Colombian student named Hernando Barragan.
- A team of five developers worked on this thesis and when the new wiring platform was
complete, theyworked to make it much lighter, less expensive, and available to the open
source community.
-The new prototype board, the Arduino, created by Massimo Banzi and other founders, is
a low costmicrocontroller board that allows even a novice to do great things in electronics.
Massimo Banzi and the other founders
Arduino Production Factory
Why ARDUINO !?
- The Arduino is an open source software and hardware .
- The Arduino software is easy-to-use for beginners .
- flexible enough for advanced users .
- It runs on Mac, Windows, and Linux.
- Arduino is a key tool to learn new things .
- Anyone - children, hobbyists, artists, programmers - can start tinkering
just following the step by step instructions of a kit
or sharing ideas online with other members of the Arduino community.
Arduino Circuit Diagram
Lecture 1
Lecture 1
Embedded CARDUINO C
sbit LCD_RS at RC2_bit;
sbit LCD_EN at RC3_bit;
sbit LCD_D4 at RC4_bit;
sbit LCD_D5 at RC5_bit;
sbit LCD_D6 at RC6_bit;
sbit LCD_D7 at RC7_bit;
sbit LCD_RS_Direction atTRISC2_bit;
sbit LCD_EN_Direction atTRISC3_bit;
sbit LCD_D4_Direction atTRISC4_bit;
sbit LCD_D5_Direction atTRISC5_bit;
sbit LCD_D6_Direction atTRISC6_bit;
sbit LCD_D7_Direction atTRISC7_bit;
void main()
{
Lcd_Init();
Lcd_Cmd(_LCD_CLEAR);
Lcd_Cmd(_LCD_CURSOR_OFF);
Lcd_Out(1,1,"HelloWorld");
}
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
void setup()
{
lcd.begin(16, 2);
lcd.print("hello, world!");
}
void loop()
{
lcd.setCursor(0, 1);
lcd.print(millis() / 1000);
}
Arduino projects :
Propeller Clock
Lecture 1
M&M’S Machine
Arduino in Industry :
Arduino Laddar
Arduino CNC :
Lecture 1
3D printer
Types of ARDUINO :
Lecture 1
Compare board specs :
Lecture 1
ARDUINO UNO R3 :
Lecture 1
ChineseITALY
Lecture 1

More Related Content

PDF
Arduino Lecture 1 - Introducing the Arduino
PDF
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
PDF
Introduction to Arduino
PPTX
Aurdino presentation
PPTX
Lesson sample introduction to arduino
PPTX
Arduino Microcontroller
PDF
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
PPTX
Arduino
Arduino Lecture 1 - Introducing the Arduino
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
Introduction to Arduino
Aurdino presentation
Lesson sample introduction to arduino
Arduino Microcontroller
Arduino Lecture 4 - Interactive Media CS4062 Semester 2 2009
Arduino

What's hot (20)

PDF
Introducing... Arduino
PPT
Intro to Arduino
PPT
Arduino Platform with C programming.
PPTX
Introduction to Arduino
PDF
Ardunio
PPTX
Introduction to Arduino
PDF
Arduino Introduction Presentation
PPTX
Introduction to Arduino
DOCX
The arduino uno is a microcontroller board based on the
PPTX
Ardui no
PDF
Introduction to Arduino
PDF
Getting Started With Arduino_Tutorial
PDF
Introduction to arduino
PDF
Show & Tell.- Introduction
PDF
Arduino Development For Beginners
PPTX
What are the different types of arduino boards
PPS
Arduino Uno Pin Description
PPT
Arduino presentation by_warishusain
PPT
Arduino technical session 1
PPTX
Arduino Programming Software Development
Introducing... Arduino
Intro to Arduino
Arduino Platform with C programming.
Introduction to Arduino
Ardunio
Introduction to Arduino
Arduino Introduction Presentation
Introduction to Arduino
The arduino uno is a microcontroller board based on the
Ardui no
Introduction to Arduino
Getting Started With Arduino_Tutorial
Introduction to arduino
Show & Tell.- Introduction
Arduino Development For Beginners
What are the different types of arduino boards
Arduino Uno Pin Description
Arduino presentation by_warishusain
Arduino technical session 1
Arduino Programming Software Development
Ad

Similar to Lecture 1 (20)

PDF
Arduino Workshop Day 1 - Basic Arduino
PDF
Introduction of Arduino Uno
PDF
Arduino talk
PDF
Arduino talk
PDF
Arduino talk
DOCX
Arduino seminar report
PDF
Oop 2014 embedded systems with open source hardware v2
PDF
Arduino guide
PPTX
Introduction-to-Arduino-PowerPoint-Presentation-on-Arduino.pptx
PPTX
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx
PPT
Introduction to Arduino - Basics programming
PPTX
arduinoedit.pptx
PDF
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
PDF
Arduino Hands-on Workshop
PPT
ARDUINO presentation by Bamidele Samuel.ppt
PPT
ARDUINO_presentation
PPT
ARDUINO_presentation_by_Ravishankar_Pati.ppt
PPTX
iTronics - Tech Session - Genuino Day 2016
PDF
The IoT Academy IoT training Arduino Part 1 basics
Arduino Workshop Day 1 - Basic Arduino
Introduction of Arduino Uno
Arduino talk
Arduino talk
Arduino talk
Arduino seminar report
Oop 2014 embedded systems with open source hardware v2
Arduino guide
Introduction-to-Arduino-PowerPoint-Presentation-on-Arduino.pptx
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx
Introduction to Arduino - Basics programming
arduinoedit.pptx
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
Arduino Hands-on Workshop
ARDUINO presentation by Bamidele Samuel.ppt
ARDUINO_presentation
ARDUINO_presentation_by_Ravishankar_Pati.ppt
iTronics - Tech Session - Genuino Day 2016
The IoT Academy IoT training Arduino Part 1 basics
Ad

Recently uploaded (20)

PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPTX
Internet of Things (IOT) - A guide to understanding
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PPTX
Lecture Notes Electrical Wiring System Components
PPTX
Current and future trends in Computer Vision.pptx
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
Sustainable Sites - Green Building Construction
PPT
Mechanical Engineering MATERIALS Selection
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
DOCX
573137875-Attendance-Management-System-original
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
CARTOGRAPHY AND GEOINFORMATION VISUALIZATION chapter1 NPTE (2).pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Internet of Things (IOT) - A guide to understanding
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
Lecture Notes Electrical Wiring System Components
Current and future trends in Computer Vision.pptx
Safety Seminar civil to be ensured for safe working.
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Sustainable Sites - Green Building Construction
Mechanical Engineering MATERIALS Selection
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
573137875-Attendance-Management-System-original
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
CYBER-CRIMES AND SECURITY A guide to understanding
Model Code of Practice - Construction Work - 21102022 .pdf
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...

Lecture 1