ARDUINO EXPLAINED. What is Arduino?  The Arduino is frankly anything that can be considered fun while learning is a truly revolutionary device in our.

Slides:



Advertisements
Similar presentations
Open-Source Hardware and Software Micro Controller Presented by Pete DuMelle PD Design, Inc Brought to you by UniForum Chicago
Advertisements

Embedded Sumo 1T4 – 1T5 UTRA.
Copyright 2014 Kenneth M. Chipps Ph.D. Network Management Using Sensors to Monitor Network Equipment Rooms Last Update
Fractals WebQuest By: Leonora Spyros Click to Begin!!
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
Seminars at RSSC.org Sergei Grichine
IN YOUR FACE Anish Mathur Brian Thompson Sunny Atluri Rushikesh Sheth.
Introduction.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Introduction to Arduino Prepared by R. Lamond.  “Arduino is an open-source electronics prototyping platform based on flexible, easy- to-use hardware.
Embedded Programming and Robotics Introduction and Overview Presented by John Cole Senior Lecturer in Computer Science The University of Texas at Dallas,
Introduction to Arduino Microcontrollers
HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).
DPNM Lab., POSTECH 1/29 CS490K - Internet of Things (IoT) Jonghwan Hyun DPNM Lab. Department of Computer Science and Engineering, POSTECH
Adapted for STLP Camp ‘09 Mobile Robots Why do robots need to move?
Why do robots need to move?
NFC Based Automatic Railway Ticketing Project By: 1) Ankita Talekar 2) Anuja Lokhande 3) Uma Karandikar Project Guide: Prof. M. M. Dongre.
Daniel Pickem and Rowland O’Flaherty 12/04/2012 Mechatronics (ME 6405) Student Lecture On Arduinos *Some slides courtesy of Eoin Brazil
Electrical Circuits Prof. Jennifer M. Blain Christen BioElectric Systems and Technology.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
Juan David Rios IMDL FALL 2012 Dr. Eric M. Schwartz – A. Antonio Arroyo September 18/2012.
Smart Parking System PREPARED BY : GHADEER AQRAA AND MARAH JABER.
목차 Physical Computing Arduino -H/W -Sensor -S/W Arduino & Software Communication Reference.
WELCOME TO ARDUINO E-DAY CAR PROJECT MEETING – ITALY MARCH.
Who Are You, Arduino? Er. Sahil Khanna
Lecture 7: Overview Microprocessors / microcontrollers.
Final Year Project(EPT4046) Development of an internet controlled Surveillance Mobile Robot By Mimi Madihah Bt Mohd Idris Id: BACHELOR OF ENGINEERING.
Introduction to EV3. Many Different Types of Robots Snake Robot.
The Marshall car. INDEX Introduction The team What is it Arduino General Handling Manual handling Automatic Handling Sensors.
Mobile Robots Why do robots need to move?. What defines a robot? Sense – a robot has to take in information about its environment Plan – a robot has to.
Introduction to Mechatronics Women in Aeronautics and Astronautics (WIAA) Sponsored by Women in Engineering (WIE) Workshop Leaders: Elena Shrestha Rose.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO Transmit and RECEIVE Datas.
Introduction to Arduino Microcontrollers (Death by Powerpoint)
Getting Started: Building & Programming
ROBOTICS.
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Overview What is Arduino? What is it used for? How to get started
Obstacle avoiding robot { pixel }
VEX IQ Curriculum Smart Machines Lesson 09 Lesson Materials:
Dr. Kyung Eun Park Summer 2017
European Robotic LABoratory
Automatic human detector garbage can.
Arduino and Automotive Embedded Systems
Arduino & its hardware interfacing
An Arduino Workshop A Microcontroller.
Overview What is Arduino? What is it used for? How to get started
Arduino Development for Beginners
MIKROKONTROLLER 2 Arduino.
Arduino and Design of Embedded Applications
Roller Coaster Design Project
What is Arduino? By James Tedder.
Introduction to EV3.
Arduino 101 Credit(s):
"You don't need anyone's permission to make something great
Welcome to Digital Electronics using the Arduino Board
HAS Makers Design Space
Banyule Coding Club: Learn Arduino Richard Counsel Malcolm Macleod Watsonia Library - June 2018 Reference materials here ->
Manual Robotics ..
Single Board Computers and Dev Boards
Arduino Leonardo Setup
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Introduction to arduino
AN INEXPENSIVE ROBOTIC KIT FOR CHILDREN EDUCATION
Introduction to EV3.
Presentation transcript:

ARDUINO EXPLAINED

What is Arduino?  The Arduino is frankly anything that can be considered fun while learning is a truly revolutionary device in our opinion.  Technically, the Arduino is a programmable logic controller, which is an open-source electronics prototyping platform.  It’s like a little computer you can program to do things, and it interacts with the world through electronic sensors, lights, and motors.  In essence, it makes some truly hardcore electronics projects accessible to anyone – so artists and creative types can concentrate on making their ideas a reality.  It’s the ultimate tinkering tool

How Arduino Looks?

Why Arduino?  Cross-platform  Simple, Clear programming environment  Open source and extensible software  Open source and extensible hardware  Inexpensive

Types of Arduino  Arduino Uno  Arduino Leonardo  Arduino Due  Arduino Yun  Arduino Micro  Arduino Robot  Arduino Esplora  Arduino Mega ADK  Arduino Mega 2560  Arduino Ethernet  Arduino Mini  LilyPad Arduino USB  LilyPad Arduino SimpleSnap  LilyPad Arduino  Arduino Nano  Arduino Pro Mini  Arduino Pro  Arduino Fio

What can be done with this?  It consists of two parts; the hardware and the software, and with these you can build almost anything, from simple glowing light to complicated robots  Our home computers are great at communicating with other computers and (sometimes) with us, but they have no idea what is going on in the world around them.  Arduino, on the other hand, is made to be hooked up to sensors which feed it physical information. These can be as simple as pressing a button, or as complex as using ultrasound to detect distance.

Connectivity  As a piece of hardware, the Arduino can operate either independently (like in a robot), connected to a computer (thereby giving your computer access to sensor data from the outside world and providing feedback), or connected to other Arduino’s, or other electronic devices and controller chips.  Pretty much anything can be connected and is bounded only by your imagination, willingness to put some time and effort into learning something new, and the availability of components.  If you can think of it – the Arduino can do it.

Versatility  An official complete unit costs far less than other micro controller platforms, which makes these little electronic miracle babies accessible to hobbyists and electronic enthusiasts.  The programming language you upload with is incredibly simple, and should be familiar to C or similar languages.  Overall, it is a fantastic learning tool, with which you can experiment with electronics and learn the foundations.

Exploring Arduino SOME OF THE PROJECTS THAT CAN BE DONE USING ARDUINO….

Hello Arduino

Checks Room Temperature

Mobile Controlled Robot

Walking Robot

Pick & Place Robot

Flying Robot

AND LOTS

THANK YOU!!!