ROBOTICS.

Slides:



Advertisements
Similar presentations
Robotics Where AI meets the real world. Ankit Jain
Advertisements

CS0004: Introduction to Programming Introduction to Programming.
New Human Computer Interfaces Amnon Dekel HUJI – CSE, Spring 2007 Class 3 March
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Khaled A. Al-Utaibi  What is Arduino?  Arduino Boards  Arduino Shields  Arduino Uno Hardware.
Robotics Lesson Objectives Robots are basically machines, but they have fascinated people even before it was possible to build one in real life. The reason.
By Daniel McCallum The Many Applications of Robots.
Robots and Computer Science Dr. Dakai Zhu Department of Computer Science, UTSA
What is a Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see.
Tell the robot exactly how to draw a square on the board.
ROBO-course In association with SeAMK. What is the ROBO-course? It is a Course that teaches how to build and and program robot. The courses idea is to.
ROBOTICS VOCAB AND FLOWCHARTING. ROBOTICS VOCABULARY Robot- a machine capable of carrying out a complex series of actions automatically, especially one.
CS 1308 Computer Literacy and The Internet Software.
COMPUTER SOFTWARE Management Information Systems.
Girls’ Robotics Camp Spring Welcome! What are we learning? –Robotics –Application of Robotics –Programming –Out-of-the-box Thinking Let’s have Fun!
INTRODUCTION TO ROBOTICS Part 1: Overview Robotics and Automation Copyright © Texas Education Agency, All rights reserved. 1.
CS-303 Introduction to Programming
Robotics Where AI meets the real world. AMAN KUMAR, SECTION –B4902.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Main Hardware. Main PC to Board Connection via PX200 Main Hardware.
By Amadea de Wit. A robot is, ”a machine capable of carrying out a complex series of actions automatically, especially one programmable by a computer.”
What is a Computer An electronic, digital device that stores and processes information. A machine that accepts input, processes it according to specified.
Introduction to Programming 1 1 2Introduction to Java.
O’Hara Gómez Mauramati ~ Estela Sevilla Andújar Paula Gómez Juárez ~ Ana María Lozano Juárez INDUSTRIAL ROBOTS.
Programming Basics - RobotC Introduction to Robotics.
What is programming? Make an algorithm to do something in a specific language programming. – Algorithm: a procedure or formula for solving a problem.
 Programming methodology: ◦ is a process of developing programs that involves strategically dividing important tasks into functions to be utilized by.
Arduino.
Getting Started: Building & Programming
IF I ONLY HAD A BRAIN THE MICROCONTROLLER
CHAPTER NINE.
RASPBERRY PI WORKSHOP.
Obstacle avoiding robot { pixel }
Arduino is an open-source platform for building electronics projects
Automatic human detector garbage can.
CSCI-235 Micro-Computer Applications
cyBorg 1.0 Project by Team ROBOTECH The Green PAFIANS
Robotics Lesson Objectives
Introduction
Arduino Development for Beginners
Instructor: Chien-Ho Ko
Introduction to Arduino Microcontrollers
Describe how NASA remotely controls equipment in space.
Roller Coaster Design Project
مقدمة في الاردنيو د فضل الاكوع.
TRANSLATORS AND IDEs Key Revision Points.
Teaching Computing to GCSE
What is Arduino? By James Tedder.
FeMaidens Programming
Bellwork Week 7, Day 1 Wearable technology is rapidly moving into the 21st century. Today consumers can buy wristbands that count steps and track sleep,
CISC AND RISC SYSTEM Based on instruction set, we broadly classify Computer/microprocessor/microcontroller into CISC and RISC. CISC SYSTEM: COMPLEX INSTRUCTION.
Sentient Robot By: Jorge Chen.
Welcome to Digital Electronics using the Arduino Board
Programming Micro Controllers
Programming Basics - RobotC
Dave Mawdsley, DACS Member, Linux SIG January 16, 2013
Introduction Software Hardware
Manual Robotics ..
Pair work – Do you want to change seats??
Arduino Workshop University of Jordan.
Arduino Workshop University of Jordan.
Pair work – Do you want to change seats??
What is Programming Language
Prototyping with Micro-controllers, Sensors, and Materials
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
02 | Getting Started with Arduino
Presentation transcript:

ROBOTICS

Paint a robot !

1.- A machine capable of carrying out a complex series of actions automatically, especially one programmable by a computer. 2.- (Especially in science fiction) A machine resembling a human being and able to replicate certain human movements and functions automatically.

How does a robot work out?

Robots must never harm human beings. LAWS OF ROBOTICS Robots must never harm human beings. 2. Robots must follow instructions from humans without violating rule 1. 3. Robots must protect themselves without violating the other rules.

Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and 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.

The Arduino platform has become quite popular with people just starting out with electronics, and for good reason. Unlike most previous programmable circuit boards, the Arduino does not need a separate piece of hardware (called a programmer) in order to load new code onto the board – you can simply use a USB cable. Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks out the functions of the micro-controller into a more accessible package.