CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : 13101192 SECTION: 02 1.

Slides:



Advertisements
Similar presentations
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Advertisements

CSE Design Lab – Milestone 2 James Hopkins Dave Festa Dennis O’Flaherty Karl Schwirz.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
Introduction.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Embedded Programming and Robotics Lesson 5 Motor Control 1.
Programming Hexors on Arduino Uno. Arduino Uno Arduino is an open-source electronics platform based on easy- to-use hardware and software. It's intended.
Introduction to the Arduino
Unleash Your Inner Inventor Using the Arduino Microcontroller For More Than You Would Expect.
Mobile Controlled Car Students : Tasneem J. Hamayel Hanan I. Mansour Supervisor : Dr.Aladdin.
Arduino 101 Instructors: Ted Markson / Jim Sweeney.
VEX ARM® Cortex®- based Microcontroller. The VEX ARM® Cortex®-based Microcontroller coordinates the flow of all information and power on the robot. All.
C# SERIAL COMMUNICATION TEMPERATURE CONTROL WITH ARDUINO KAAN EREN
 Definition of Micro-Controllers  Comparison between types of Micro- Controllers  Pin Identification of ATMEGA32.
EEE 499 GRADUATION PROJECT FIRST-MIDTERM PRESENTATION By Sedat ONATLI & Akbar SHADAKOV Supervisor : Prof.Dr. Arif NACAROĞLU.
HW & SW Overview  What’s UNO  Hardware  Specification  Installing IDE  Programming  Compiling.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
What is programming? Make an algorithm to do something in a specific language programming. – Algorithm: a procedure or formula for solving a problem.
Introducing the Arduino Uno Presented by Dave Mawdsley, DACS Member, Linux SIG Member (wiring, programming and running a cute traffic light simulation)
Robotics Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning in Mechatronics Technology.
What is Arduino? It's an open source electronics prototyping platform: Open source: resources that can be used, redistributed or rewritten free of charge,
ARDUINO UNO The Arduino uno is a microcontroller board based on the ATmega328. It has 14 digital Input / Output pins (of which 6 can be used as PWM outputs),
Having fun with code, using Arduino in a middle school CS classroom
Arduino - Introduction
VEX® Robotics Platform and ROBOTC Software
Getting Started: Building & Programming
Smart Newton Car By: Hui Zhu.
Smart Parking Application
Robot controlled by Arduino
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Obstacle avoiding robot { pixel }
Scrolling LCD using Arduino.
Prototyping with Microcontrollers and Sensors
Dr. Kyung Eun Park Summer 2017
Home automation using Arduino & ‘PIR sensor’
VEX® Robotics Platform and ROBOTC Software
Automatic human detector garbage can.
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
Microprocessors Tutorial 1: Arduino Basics
Arduino Development for Beginners
Get Your Project Started with Arduino
Arduino - Introduction
‘SONAR’ using Arduino & ultrasonic distance sensor
Introduction to Arduinos
Roller Coaster Design Project
Instructor Resources.
DT-Assessment Frame Work Term2
What is Arduino? By James Tedder.
FeMaidens Programming
"You don't need anyone's permission to make something great
Social Media And Global Computing Introduction to Visual Studio
Instructor: Ted Markson
Arduino AWS Prototype Arduino based AWS John KW Chan
VEX® Robotics Platform and ROBOTC Software
Introducing the Arduino Uno
Banyule Coding Club: Learn Arduino Richard Counsel Malcolm Macleod Watsonia Library - June 2018 Reference materials here ->
VEX® Robotics Platform and ROBOTC Software
Dave Mawdsley, DACS Member, Linux SIG January 16, 2013
Bluetooth operated Arduino Controlled Car
Arduino : Introduction & Programming
Elecbits Ultrasonic RADAR.
VEX® Robotics Platform and ROBOTC Software
VEX® Robotics Platform and ROBOTC Software
智慧電子應用設計導論(1/3) Arduino
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Introduction to Arduinos
Instructor Resources.
Presentation transcript:

CSE 341 Project : Ultrasonic Radar PRESENTED BY: NAME : AKIFA TASNEEM ID : SECTION: 02 1

Components : Hardware :  An Arduino Uno  A Breadboard  A Servo Motor  An Ultrasonic Sensor  A battery  Some Jumpers Software :  Arduino IDE  Processing IDE 2

Arduino  Open source electronics prototyping platform  A Microcontroller  14 digital input and output pins  6 Analog inputs 3

Sensor & Servo Motor Sensor :  Can detect Object  Contains 4 pins  Send and receive signal Servo :  Supports 3 wires : Power,Ground, Signal  Can be used to rotate, move or control position of the object 4

 An ide built for electronics art, new media arts and visual design  includes text editor, compiler and a display window  can draw 2D and 3D graphics  libraries and tools available 5

Integration: 6

Questions ?? 7