Arduino Workshop University of Jordan.

Slides:



Advertisements
Similar presentations
What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
Advertisements

INTRODUCTION OF COMPUTER
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Introduction.
Khaled A. Al-Utaibi  What is Arduino?  Arduino Boards  Arduino Shields  Arduino Uno Hardware.
Getting started with interactive projects using the Arduino, Max and Processing.
What is an And Gate? It is a digital circuit that produce logical operations The logical operations are call Boolean logical Boolean operation consist.
Introduction to Arduino Microcontrollers. What is a Microcontroller ? What is a Microprocessor ? A Microcontroller (8 bit) does one task very fast and.
CSCI1600: Embedded and Real Time Software Lecture 4: Introduction to the Arduino Steven Reiss, Fall 2015.
Milestones  Receiving all parts for the design(Feb 4th)  Microcontroller, LCD, and ADC work (March 26th)  Coding (April 10th)  Combined interface.
What is a Microprocessor ? A microprocessor consists of an ALU to perform arithmetic and logic manipulations, registers, and a control unit Its has some.
Main Hardware. Main PC to Board Connection via PX200 Main Hardware.
Software Grade 10. BIOS and the Power-on Self Test A computer can’t do much without instructions The first thing the CPU does when you switch it on is.
Microcontrollers, Microcomputers, and Microprocessors
ARDUINO OVERVIEW Bob Wilton – KF5TPQ. ARDUINO UNO.
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1.
Arduino Week 3 Lab ECE 1020 Prof. Ahmadi. Objective Data acquisition (DAQ) is the process of measuring an electrical or physical phenomenon such as voltage,
What is programming? Make an algorithm to do something in a specific language programming. – Algorithm: a procedure or formula for solving a problem.
Having fun with code, using Arduino in a middle school CS classroom
Arduino.
EMBEDDED SYSTEM An embedded system is a special-purpose computer system and a combination of software and hardware designed to perform specific task. It.
Basic Computer Fundamentals
ROBOTICS.
IF I ONLY HAD A BRAIN THE MICROCONTROLLER
Michael Rahaim, PhD Candidate Multimedia Communications Lab
RASPBERRY PI WORKSHOP.
Assist. Prof. Rassim Suliyev - SDU 2017
Obstacle avoiding robot { pixel }
Computer systems is a 10-credit unit
Scrolling LCD using Arduino.
Prototyping with Microcontrollers and Sensors
Dr. Kyung Eun Park Summer 2017
Home automation using Arduino & ‘PIR sensor’
Michael Rahaim, PhD Candidate Multimedia Communications Lab
Introduction to the Arduino
Connected Products and Microcontrollers
Automatic human detector garbage can.
A+ Guide to Managing and Maintaining Your PC, 7e
SUBMITTED BY EDGEFX TEAM
Get Your Project Started with Arduino
Arduino Part 1 Topics: Microcontrollers Programming Basics
EMBEDDED SYSTEMS
Introduction to Arduino Microcontrollers
Assist. Prof. Rassim Suliyev - SDU 2017
Microcontrollers, Microcomputers, and Microprocessors
Arduino and Design of Embedded Applications
Chapter 1: The 8051 Microcontrollers
ARDUINO     What is an Arduino? Features 14 Digital I/O pins 6 Analogue inputs 6 PWM pins USB serial 16MHz Clock speed 32KB Flash memory 2KB SRAM.
Introduction to Microprocessors and Microcontrollers
What is Arduino? By James Tedder.
FeMaidens Programming
Lecture 3 - Instruction Set - Al
PARTS OF THE COMPUTER squires productions.
"You don't need anyone's permission to make something great
Welcome to Digital Electronics using the Arduino Board

Arduino Board.
Smart Traffic Light Using Fuzzy Logic
Manual Robotics ..
Arduino Workshop University of Jordan.
Lab #1: Getting Started.
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Lecture 8: Arduino 20 March 2019.
Arduino and Grove LET’S START.
Introduction to arduino
Presentation transcript:

Arduino Workshop University of Jordan

What is Microcontroller?? Microcontrollers are small computers integrated into a single chip They contain Processing core Flash Memory for program I/O peripherals RAM Peripherals such as clocks,timers,PWM etc Microprocessors are used for general purpose applications, while microcontrollers are self sufficient and are used for specific tasks. Microcontrollers are an example of embedded systems.

What is Arduino? An open-source hardware and software platform for building electronics projects A physical programmable circuit board (often referred to as a microcontroller) A piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board (supports Mac/Windows/Linux)

Arduino IDE

Digital and analog. Digital or Analog? All physical quantities are analog. Analog means that the quantity can take any value between its minimum value and maximum value. Digital means that the quantity can take specific levels of values with specific offset between each other. Ex: 1- Digital: English alpha consists of 26 letter, there is no letter between A and B. - Square waves are Digital. Ex.: 2- Analog: Temperature, can take any value[-1,12.8,25.002,… etc.]. - Sine waves are analog. Digital and analog.

Breadboard Layout Connected dots represent connectivity

LED BASIC How to tell between anode and cathode?