Manual Robotics ..

Slides:



Advertisements
Similar presentations
INDIVIDUAL PROJECT BY R.KARTHIKMANOJ
Advertisements

What is Arduino?  Arduino is a ATMEL 168 micro-controller kit designed specially for small projects  User friendly IDE(Integrated Development Environment)
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
RADIO FREQUENCY MODULE. Introduction  An RF module is a small electronic circuit used to transmit and receive radio signals.  As the name suggests,
2 Way FM Car Starter Dan Owens April 12, 2005 Instructor: Dr. Pao-Lo Liu Department of Electrical Engineering University at Buffalo Course Requirement.
Core 3: Communication Systems. Encoding and decoding analog and digital signals…  Encoding involves converting data from its original form into another.
Introduction.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Khaled A. Al-Utaibi  What is Arduino?  Arduino Boards  Arduino Shields  Arduino Uno Hardware.
BLDC MOTOR SPEED CONTROL USING EMBEDDED PROCESSOR
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Indian Institute of Technology Hyderabad PC CONTROLLED BOT D. HARISH KUMAR CE12B1005 N. ABHINAND SAI CS12B1027 G.NITiSH EE12B1008.
2 Lines Electronics I 2 C Analyzer Ching-Yen Beh Robert S. Stookey Advisor: Dr. J. W. Bruce.
Department of Electronic & Electrical Engineering Embedded system Aims: Introduction to: Hardware. Software Ideas for projects ? Robotics/Control/Sensors.
Getting started with interactive projects using the Arduino, Max and Processing.
2.0 EMBEDDED CONTROLLER Engr. Hj. Mohamad Fauzi bin Zakaria Department of Mechatronics and Robotics Engineering Faculty of Electrical and Electronic Engineering.
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
Arduino Josh Villbrandt February 4, Digital Circuits Analog versus digital – What’s the difference? – How to represent an analog signal in a computer?
LVTech / / IRC #makelv on freenode.net Jared Steckel AN INTRODUCTION.
1 Microprocessor-based Systems Course 9 Design of the input/output interfaces (continue)
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.
1 ELE5 COMMUNICATIONS SYSTEMS REVISION NOTES. 2 Generalised System.
ATtiny23131 A SEMINAR ON AVR MICROCONTROLLER ATtiny2313.
Wireless communication Emmanuel Gyebison. Transmission Signals must be converted into digital values, using a circuit called ADC (Analog to Digital Converter),
Components of a typical full-featured microcontroller.
CONTENTS Objective Software &Hardware requirements Block diagram Mems technology Implementation Applications &Advantages Future scope Conclusion References.
NAM S.B MDLAB. Electronic Engineering, Kangwon National University 1.
SUBMITTED BY EDGEFX TEAM PORTABLE CODED WIRELESS MESSAGE COMMUNICATION BETWEEN TWO PARTIES SECRETLY WITH LCD DISPLAY.
Pulse-Width Modulation: Simulating variable DC output
TRANSMISSION LINE MULTIPLE FAULT DETECTION AND INDICATION TO EB
MICROCONTROLLER AND INTERFACING Presented by: Shefali Jethva ( ) Shivali Panchal ( ) Komal Soni ( ) Roll no. :- 14EC308.
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
Application Case Study Christmas Lights Controller
Arduino.
Embedded Systems Intro to the Arduino
Michael Rahaim, PhD Candidate Multimedia Communications Lab
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Obstacle avoiding robot { pixel }
Scrolling LCD using Arduino.
Introducing the Arduino boards & some supporting modules
ARDUINO BASED AUTOMATIC TEMPERATURE BASED FAN SPEED CONTROLLER
Home automation using Arduino & ‘PIR sensor’
Microcontrollers, Basics Fundamentals of Designing with Microcontrollers 16 January 2012 Jonathan A. Titus.
Automatic human detector garbage can.
An Arduino Workshop A Microcontroller.
Controlling of robot using voice
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
Arduino Development for Beginners
Microcontroller Based Digital Code Lock
SUBMITTED BY EDGEFX TEAM
Arduino Part 1 Topics: Microcontrollers Programming Basics
Project guide B. SUBBULAKSHMI M. E Assistant Professor C. A. R
‘SONAR’ using Arduino & ultrasonic distance sensor
RAILWAY TRACK SNAP NOTIFICATION
Zigbee Networks Using Xbee Modules
The Arduino Microcontroller: Atmel AVR Atmega 328
Subject Name: Microcontroller Subject Code: 10ES42
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
"You don't need anyone's permission to make something great
General Licensing Class
Arduino Board.
Arduino Workshop University of Jordan.
Arduino Workshop University of Jordan.
Arduino Leonardo Setup
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Introduction to arduino
Presentation transcript:

Manual Robotics .

What is a microcontroller?? A microcontroller (or MCU, short for microcontroller unit) is a small computer on a single integrated circuit containing a processor core, memory, and programmable input/output peripherals.

TEAM ARDUINO

ARDUINO IS SO POPULAR BECAUSE.. OPEN SOURCE platform Allows easy and fast prototyping Large assortment of predefined libraries Huge community of people working on the same environment

ARDUINO UNO

SPECIFICATIONS…. Advanced RISC architecture Programmable serial USART, master/slave SPI interface Operating voltage: 5V 20 digital I/O pins,6 of which support PWM 6 analog input pins supporting 10-bit ADC Clock speed: 16 MHz

ATmega328

THE CRYSTAL OSCILLATOR

TYPES OF ARDUINO BOARDS

The difference lies mainly in the memory and number of pins…

THE ARDUINO LEONARDO

ARDUINO IDE The Arduino Integrated Development Environment - or Arduino Software (IDE) - contains a text editor for writing code, a message area, a text console, a toolbar with buttons for common functions and a series of menus. It connects to the Arduino and Genuino hardware to upload programs and communicate with them.One of the major features which gives Arduino an edge over other MCUs is the availability of the Serial Monitor.

INNOVATION BEING THE KEY…

RF: Encoding & Decoding When electric current oscillates at radio frequencies, energy is radiated off the current carrying conductor in the form of electromagnetic waves (radio waves).This forms the basis of Radio Transmission. We use RF communication to transfer information between two or more points that are not physically connected. We will fundamentally use it to control any device (e.g. motors, LEDs etc) through a remote control which is independent of any physical connections with the device.

Types of rf module Transmitter Modules: A transmitter module is a small device used in transmitting radio waves and also modulating the wave to carry data. These devices are usually implemented alongside a micro controller, which provides data to the module to be transmitted. Receiver Modules: RF Receiver Modules is used for receiving the modulated RF signal and demodulating it. There are two types of receiver module, namely superheterodyne receivers designed using a series of amplifiers to extract data from a carrier wave and super-regenerative receivers in which operation varies according to change in temperature and power supply voltage.

Types of rf modules Transceiver Modules: These devices are a mix of both transmitter and receiver. Such devices are designed in either Half-duplex operation or Full duplex modules which are expensive due to its added complexity. Example: NRF module(2.4 GH) System on a chip (SoC) Module: it is very similar to a transceiver module, but is created with an on-board micro controller. This controller handles radio data packetisation or managing a protocol.

Types of rf modules

Encoder and decoder (SECURE CONNECTION)

RF: Encoding & Decoding

RF: Transmitter

RF: receiver

Encoder circuit

Decoder circuit