Rs 1,399
KT669
New product
Warning: Last items in stock!
Availability date:
By buying this product you can collect up to 13 loyalty points. Your cart will total 13 loyalty points that can be converted into a voucher of Rs 13.
This is an interactive project in which we are making an IR control Robot using IR remote interfacing with Arduino uno.
This remote controlled car can be moved around using practically any kind of remote such as TV, AC etc.
It makes use of the fact that the remote emits IR (infrared).
Arduino IDE 1.8.5 (programmable platform for Arduino)
Click To Download :https://www.arduino.cc/en/Main/Software
This particular Motor Driver Module is a quadruple high current half-H drivers.
Pin | Name | Description |
1 | GND | Ground (It grounds the input and completes the circuit path) |
2 | +5V Pin | It is Recommended Voltage |
3 | +9/12V Pin (VSS) | It is recommended power supply (36V is maximum) |
4 | Power LED | Illuminates when power is applied |
5 | IN1 Pin | Input Pin 1 (To rotate motor in Clock-wise direction. It is for Motor 1 Inputs) |
6 | MTR Pin | It is for the Input of Motor 1 |
7 | IN2 Pin | Input Pin 2 (To rotate motor in Anti-Clockwise direction. It is for Motor 2 Inputs) |
8 | MTR Pin | It is for the Input of Motor 2 |
9 | Motor Driving IC | It consists of two H-Bridge circuit inside the IC which can rotate two dc motor independently |
Operating Voltage | 2.7 to 5.5V |
Operating Current | 0.4 to 1.5mA |
Reception Distance | 18m |
Reception Angle | ±45º |
Carrier Frequency | 38KHz |
Low-Level Voltage | 0.4V |
High-Level Voltage | 4.5V |
Ambient Light Filter | up to 500LUX |
Saving the IR Library
Go to the following link- https://drive.google.com/open?id=0B621iZr0p0N_WUVmbW5kRFIxaVU
Note: If this link is not opened. Do copy the link and paste it in the search bar.
Save the files within a folder named IR remote and save the folder in the libraries directory of your Arduino IDE i.e. arduino1.0.6>libraries folder as IR remote.
IR Receiver Connection
IR Sensor | Arduino Uno |
S | PWM (Digital Pin 11) |
+ | VCC (3.3v) |
- | GND |
Finding Hexadecimal Values of Remote Keys
Here I have obtained the values of the front, back, left, right and middle keys which are
front= 0x80BF53AC
back= 0x80BF4BB4
left= 0x80BF9966
right= 0x80BF837C
middle= 0x80BF738C
These values of these buttons are mapped to move front, move back, move left, move right and brake respectively.
Complete Connections:
Arduino L293D Motor Driver Module
Pin 4 -> Pin IN1
Pin 5 -> Pin MTR
Pin 6 -> Pin IN2
Pin 7 -> Pin MTR
Pin +5V -> Pin +5V
Pin GND -> Pin GND
Integrating Everything
Now integrate everything i.e. both the IR receiver part and L293D part.
Basically you can first make the IR connections, find hexadecimal value and without disturbing the IR connections, make the L293D connections and interface the motors with Arduino.
https://docs.google.com/document/d/e/2PACX-
1vThTFmdLrLsouwnwe0qzx1sBHIvhoUhOevhYDfjp24mVH46Rk5vCVeqKC IMmn7NAzElTiWj5swK998v/pub
Welcome to the Arduino Based Remote Controlled Car which consists of IR Receiver. The basic working principle of the project depends upon the IR Sensor which is being described here. When the IR receiver does not receive a signal, the potential at the inverting input goes higher than that non-inverting input of the comparator IC (LM339). Thus the output of the comparator goes low, but the LED does not glow. When the IR receiver module receives signal to the potential at the inverting input goes low. Thus the output of the comparator (LM 339) goes high and the LED starts glowing.
Upload the code given in rc_car.ino into the Arduino (provided both IR and L293D connections have been made).
The code just like the previous schematic is just an integration of remote and motor test codes i.e. the Arduino first now checks the remote key which you have pressed by obtaining its hexadecimal value , checks what function has been mapped to that value and
performs the required function through L293D Check if the bot moves as required or not.
Go to this repository to download the code and schematics. Click on the "Clone or Download" button (green in color on the right side) and select "Download ZIP" to download the zip file. Now extract the contents on your computer to get the code and schematics (in the schematics folder).
During motor connections, you may quiet watch the connections of motors and check the proper direction of the motors in which the motor rotate so it is easy to rotate your robot.
You may also use the l293d motor driver module it is easy to use and connections and use two batteries 1 12v for motors and other 9v for arduino uno.
And you will easily access the robot and you may also change some codes of motors that in which direction you may connect you will see and change the changes in codes
No customer reviews for the moment.
4 products in category:
In stock
In stock