IR Controls Motors An-Najah National University Faculty of Engineering Electrical Engineering Supervised by: Dr. Ra’ad Jaber Prepared by: Rayad Hayek بسم.

Slides:



Advertisements
Similar presentations
MICROPROCESSORS AND MICROCONTROLLERS
Advertisements

Remote Control For Home Applications
RADIO FREQUENCY BASED SERIAL COMMUNICATION..
Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
Students : Hiba Ghannam Hawa’ Osama Supervisor : Aladdin Masri R OBOTIC V ACUUM C LEANER.
Gesture Controlled Car (GCC) By: Ashwaq Alkailany Reema Abubaker Supervised by: Dr. Luia Malhis.
Finding objects. Prepared by: Laial Al Jeans Mais Dabous Supervised by: A.Jammal Kharoshah.
Controlling Robot Car via Smartphone Supervisor: Dr. Jamal Kharousheh Prepared by : Hamza Qaddara Esmat Hedariya Hareth Hanani Faculty of Engineering Telecommunication.
Microprocessor and Microcontroller Based Systems Instructor: Eng.Moayed N. EL Mobaied The Islamic University of Gaza Faculty of Engineering Electrical.
OutLine Overview about Project Wii Robot Escaper Robot Problems and Solutions Demo.
FOLLOWER SENSORS AND ACTUATORS EE 552 INTSTRUCTOR :Dr MOHAN KRISNAN BY MOHAMMED KASHIF IQBAL ANESH BODDAPATTI UNIVERSITY OF DETROIT MERCY.
Palm Wireless Morgan Demers Erik Golen. Presentation Agenda  Project Definition  Technical Specifications - Hardware - Communication Protocol - Chat.
Senior Project Design Review Remote Visual Surveillance Vehicle (RVSV) Manoj Bhambwani Tameka Thomas.
Remote Surveillance Vehicle Design Review By: Bill Burgdorf Tom Fisher Eleni Binopolus-Rumayor.
 Main Components:  Sensors  Micro controller  Motor drivers  Chasis.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Internet Piloted Blimp Alfredo Guevara, Jr. Advisor: Professor Spinelli March 1, 2008.
ST14 CODEC – IR/RF Remote Control Encoder/Decoder IC
Athletic Field Marking Device Anthony Cortese, Ryan Crump, Matthew Lawler, Patrick Shaughnessy (Team Leader), John Sudia.
Microcontroller Hands-on Workshop #3 Ahmad Manshad New Mexico State University Institute of Electrical and Electronics Engineers November 7, 2009.
M-QUBE surveillance system
Project Description. This project aims to monitor an area through a camera, transmits the video wireless.
بسم الله الرحمن الرحيم An_najah National University Faculty of Engineering Computer Engineering Department Graduation Project In Control of Lighting Systems.
AMMAR HAJ HAMAD IZZAT AL KUKHON SUPERVISOR : DR. LUAI MALHIS Self-Driven Car.
An-Najah National University Faculty of Engineering Computer Engineering Department بسم  الله  الرحمن  الرحيم.
An najah national university Faculty of engineering Electrical engineering department General Educational robot Student :- Mohammad auni nofal. Supervisor.
By: Khalid Hawari Muath Nijim Thaer shaikh Ibrahim Supervisor: Dr. Jamal Kharousheh Dr. Nasser Hamad 27 December 2010.
RomoRobot Feras Khateeb Yousef Azem supervisors Dr.Raed Al-Qade Dr.Lui Malhis.
Voice-Activated Television Remote Control (VAR) Senior Design I Mid-Semester Presentation [1]
ROBOTIC VEHICLE FOR STORES MANAGEMENT
Robot Project by Ahmad Shtaiyat Supervised by Dr. Salem Al-Agtash.
A mini project presentation On REMOTE CONTROL HOME APPLIANCES Submitted By: N.JEEVAN KUMAR 07681A0425 R.RAJASHEKAR 07681A0469 D.RAKESH KUMAR 07681A0415.
BLDC Motor Speed Control with RPM Display. Introduction BLDC Motor Speed Control with RPM Display  The main objective of this.
 ACCELEROMETER  TRANSMITTER- BLOCK DIAGRAM  RECEIVER- BLOCK DIAGRAM  COMPONENTS DESCRIPTION- ENCODER TRANSMITTER RECEIVER OPTICAL SENSOR.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
Automatic Railway Gate Control System
BY Names of team mates and USN numbers TITLE OF YOUR PROJECT college logo example.
Wireless Bluetooth Controller For DC Motor. Introduction Wireless becoming more and more available and widely used Bluetooth is one of the major players.
TV Remote As A Wireless Mouse For PC.
BATCH MEMBERS R.ABHISHEK-08N41A0401 K.DHEERAJ REDDY-08N41A0412 S.RAJENDRA REDDY-08N41A0458 JYOTHISHMATHI COLLEGE OF ENGINEERING AND TECHNOLOGY,TURKAPALLY.
IR OBSTACLE DETECTION TO
A Project by ABHISHEK N (1P909EC001) YASHAS B R (1PI09EC129) J CHETAN (1PI09EC051) Guided by Ms. ANNAPOORNA K Y DEPARTMENT OF ELECTRONICS AND COMMUNICATION.
SUBMITTED BY EDGEFX TEAM
Components of Mechatronic Systems AUE 425 Week 2 Kerem ALTUN October 3, 2016.
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
CORDLESS MOUSE FEATURES BY TV REMOTE USING PIC MICROCONTROLLER
WAR FIELD SPYING ROBOT WITH NIGHT VISION WIRELESS CAMERA BY ANDROID APPLICATIONS Submitted by:
Application Case Study Christmas Lights Controller
Voice Controlled Robot by Cell Phone with Android App
A PRESENTATION ON EMBEDDED SYSTEM
RF Controlled Robotic Vehicle with Laser Beam Arrangement
MICROCONTROLLER AND INTERFACING
FIRE FIGHTING ROBOT REMOTELY OPERATED BY ANDROID APPLICATIONS
REMOTE JAMMING DEVICE.
TV OPERATION JAMMING SYSTEM
The university of Lahore Department of computer Engineering Electric Network Analysis Project Tittle : Audio tone IR transmitter and receiver Group.
Monitoring Robot Prepared by: Hanin Mizyed ,Abdalla Melhem
ABSTRACT The microcontroller receives the Infrared Signal from the TV remote, the code of which is identified by the IR receiver depending on which it.
Project Title ARDUINO BASED WIRELESS ELECTRICAL APPARATUS CONTROL SYSTEM USING IR COMMUNICATION Under the Guidance of Submitted by.
Robotic Vacuum Cleaner
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
ARDUINO LINE FOLLOWER ROBOT
OBJECTIVE AND FEATURES:
IR OBSTACLE DETECTION TO
Automatic Railway Gate Control System
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
Presentation of Robotics (3)
TPIC0107B H-Bridge And DC Motor
Combination Lock Opener
Presentation transcript:

IR Controls Motors An-Najah National University Faculty of Engineering Electrical Engineering Supervised by: Dr. Ra’ad Jaber Prepared by: Rayad Hayek بسم الله الرحمن الرحيم

Features widely application on IR frequency Transmission distance between Tx&Rx. Received signal from the wireless camera to the computer.

Reasons for choosing this project IR interest To learn about: infrared transmission IR applications simplicity implementation Wireless control for many devices

IR receiver Project diagram

Software design layout for IR sender

Code of IR sender byte Recive() { int flag; int bit1,bit2; int i; byte data; flag =0; restart_wdt(); bit1 = input(PIN_E0); delay_ms( ); bit2 = input(PIN_E0); delay_ms( ); if( bit1==1 && bit2==1) { restart_wdt(); bit1 = input(PIN_E0); delay_ms( ); bit2 = input(PIN_E0); if(bit1== 0 && bit2==1) { //receive zero shift_left(&data,1,0); flag++; } else if(bit1==1 && bit2==0 ) { //receive one shift_left(&data,1,1); flag++; } else data='\0'; } else data='\0'; return data; } delay_ms( ); if( bit1==1 && bit2==1) { shift_left(&data,1,0); for(i=0;i<4;i++) bit1 = input(PIN_E0); delay_ms( ); bit2 = input(PIN_E0); delay_ms( ); restart_wdt(); {

Software design software design for IR transmitter to out 4 different signals using C sharp form serial port. There is 4 signals two signals to move the car forward and reverse,and the other to move it to left or right. Each signal consist of 4 bits to make minimum probability to interference between the signals

IR remote sender IR sender circuit

We work on 38khz frequency on IR sender to make match with IR receiver which work on this frequency. So, we built 555 timer to obtain the frequency because we can’t get it immediately from the serial port of the computer. T 1 =0.69(R 1 +R 2 )C T 2 =0.69(R 2 )C T=0.69(R 1 +2R 2 )C T=0.69(1k+2*72)*10*10^-9 =2.6e-5 sec F=1/T =1/ 2.6e-5=38khz

And we use max232 IC to regulate the voltage out (-10__+10) (0__5)v

To out the signal to IR LED with f=38khz we sum the two signal (555 timer & max232) to Schmitt trigger that make pulse modulation. 555 timer Serial port

1.2khz serial port 38khz 555timer Out of Schmitt trigger 38khz

We out the signal that we want to control the motors by code in C sharp left, right & up, down. At maximum the distance reach to 20 meters between Tx & Rx, its depend on the power on IR LED and type of the LED.

the signal reach to receiver device (TSOP) which connected to microcontroller by the circuit shown. IR receiver DCD RTS GND

This circuit receive the signal like that out from IR sender with frequency 38k.but with small attenuation,microcontroller can decide the correct signal

Microcontroller Its wide application device we use it in my project to decide the signal which received from the IR remote to control the motors (DC or stepper)motor by special program.

Microcontroller code #include "F:\Car New\ir\Copy of car-test\car.h" #include "F:\Car New\ir\Copy of car- test\WirlessReciver.h" byte i; void main() { setup_adc_ports(NO_ANALOGS|VSS_VDD); setup_adc(ADC_OFF|ADC_TAD_MUL_0); setup_spi(FALSE); setup_wdt(WDT_OFF); setup_timer_0(RTCC_INTERNAL); setup_timer_1(T1_DISABLED); setup_timer_2(T2_DISABLED,0,1); setup_timer_3(T3_DISABLED|T3_DIV_BY_1) ; setup_comparator(NC_NC_NC_NC); setup_vref(FALSE); setup_low_volt_detect(FALSE); setup_oscillator(False); SET_TRIS_b(0X00); // TODO: USER CODE!! while(true) { =0; i=Recive(); delay_ms(2); // printf(i); if(i==9){ // Forward output_b (0x01); } // back else if(i==5){ output_b (0x02); } //right else if(i==3){ output_b (0x04); } // left else if(i==7){ output_b (0x08); }

DC motor Drive circuit connected to port of microcontroller which make it output port. Drive cct protect the microcontroller from high current and control the motor to return left or right using relay and TIP transistors. We connect the motor to drive the car forward backward because it has more torque than stepper motor.

Drive cct for DC motor

We can use H bridge IC as drive circuit for DC motor,its has two drive circuits inside,we can use it as one drive circuit for stepper motor.

Stepper motor Drive cct protect the microcontroller from high current and control the motor to rotate left or right. We put this motor to steering the car because it has low torque and we can rotate it smoothly.

Drive cct for stepper motor Vcc

The wireless camera A video camera catch a video or image from any place which we drive the car. This camera has ready-made program on computer to receive the signal from the camera, it’s has a modulator and receiver hardware or receive the signal by UHF,VHF range on TV

Messenger camera But it not available in the market and very expensive, so we replace it by messenger camera. so, use a USB messenger camera,its connected to computer immediately by USB cable. Its easy to use and its can capture picture or video.

All drive circuit and the camera built in the car which we control and it carry the camera that take pictures to computer.

Th ank You !