IR Remote Control Car

This is a project I built from an item I found on Instructables author nipon4666 that I tweaked to correct an issue with high speed motors

Mar 2, 2019

48838 views

14 respects

Components and supplies

1

4WD Robot Car Chassis Kit

1

WINGONEER New Style Infrared IR Wireless Remote Control Sensor Module Kits for Arduino

1

Arduino UNO

1

SainSmart L298N Dual H Bridge Stepper Motor Driver

Tools and machines

1

Soldering iron (generic)

Project description

Code

IR Remote control car

csharp

Downloadable files

Wire Diagram

Wire Diagram

Wire Diagram

Wire Diagram

Comments

Only logged in users can leave comments

Anonymous user

2 years ago

i copy the code and verify it, but it said error on it and it was from the beginning. exit status 1 IRremote.h: No such file or directory not sure, is the code retyped. ps still new on programming.

anjan_aj

2 years ago

after downloading the library what we have to do

Camilo_Coronado

2 years ago

you need to download the library https://www.arduinolibraries.info/libraries/i-rremote

comptek4

2 years ago

Do you still need help?

comptek4

2 years ago

So sorry for the delayed response, you are correct the library is needed.

Anonymous user

2 years ago

what do I do after installing the library

Anonymous user

2 years ago

i have problem my car is not moving but i used a L298N motor drive, is that the problem or no

Anonymous user

2 years ago

me too

comptek4

2 years ago

I can help, I still have everything set up. let me know if you would still want to complete it?

Anonymous user

2 years ago

int enA = 8; ... int enB = 7; ... analogWrite(enA, 100); ... analogWrite(enB, 100); Now, tell me how that works.

Anonymous user

2 years ago

The code for this project is clearly nonsense - it does analogWrite to pins that are not PWM pins. This is misguiding and is going to put people off - please take it down.

comptek4

2 years ago

You are misunderstood, my friend. I can show the fully functional car and how well it actually works. If you had an issue with the plans I can assist and make sure it is fully functional for you.

Camilo_Coronado

2 years ago

Can you upload a better picture of how the wiring is going on the driver pins?

chinmaybs

2 years ago

I completed this project, but it is not possible to change the state of wheels easily i should press remote buttons continuously how can this done better.

comptek4

2 years ago

We can go over the design to make sure it functions as designed if you like?

Anonymous user

2 years ago

I followed all the steps and downloaded the newest library, it moves however there is a 14 second delay between commands

Camilo_Coronado

2 years ago

Hello, How do you control the car?, with control of the receiver? can you upload a video? I really appreciate it

comptek4

2 years ago

I used the Elegoo remote show above. I can upload a video and will put one up on the project as soon as I can. I will test this with other regular remotes I have also to see what remotes work out of the box.

scientificcrabs

2 years ago

If you don’t have the IR remote shown in the instructions you can add Serial.print(results. value, HEX); in the void loop function that click the buttons you want to use and the hexadecimal values will show up in the serial monitor.

comptek4

2 years ago

scientificcrabs Thank you for assisting.

scientificcrabs

3 years ago

If you don’t have the IR remote shown in the instructions you can add Serial.print(results. value, HEX); in the void loop function that click the buttons you want to use and the hexadecimal values will show up in the serial monitor.

comptek4

2 years ago

scientificcrabs Thank you for assisting.

Anonymous user

4 years ago

I followed all the steps and downloaded the newest library, it moves however there is a 14 second delay between commands

Anonymous user

4 years ago

int enA = 8; ... int enB = 7; ... analogWrite(enA, 100); ... analogWrite(enB, 100); Now, tell me how that works.

Anonymous user

4 years ago

what do I do after installing the library

Anonymous user

4 years ago

The code for this project is clearly nonsense - it does analogWrite to pins that are not PWM pins. This is misguiding and is going to put people off - please take it down.

comptek4

2 years ago

You are misunderstood, my friend. I can show the fully functional car and how well it actually works. If you had an issue with the plans I can assist and make sure it is fully functional for you.

Anonymous user

4 years ago

not work all wire ok all code ok libraries ok but remote not function motors not effect

comptek4

2 years ago

What can I help you with? I have the car still and we can fix it by referencing your parts in case they are different than the above.

chinmaybs

4 years ago

I completed this project, but it is not possible to change the state of wheels easily i should press remote buttons continuously how can this done better.

comptek4

2 years ago

We can go over the design to make sure it functions as designed if you like?

Anonymous user

5 years ago

i have problem my car is not moving but i used a L298N motor drive, is that the problem or no

Anonymous user

2 years ago

me too

comptek4

2 years ago

I can help, I still have everything set up. let me know if you would still want to complete it?

Camilo_Coronado

5 years ago

Can you upload a better picture of how the wiring is going on the driver pins?

Anonymous user

6 years ago

i copy the code and verify it, but it said error on it and it was from the beginning. exit status 1 IRremote.h: No such file or directory not sure, is the code retyped. ps still new on programming.

comptek4

2 years ago

So sorry for the delayed response, you are correct the library is needed.

comptek4

2 years ago

Do you still need help?

Camilo_Coronado

2 years ago

you need to download the library https://www.arduinolibraries.info/libraries/i-rremote

Anonymous user

2 years ago

after downloading the library what we have to do

Camilo_Coronado

6 years ago

Hello, How do you control the car?, with control of the receiver? can you upload a video? I really appreciate it

comptek4

2 years ago

I used the Elegoo remote show above. I can upload a video and will put one up on the project as soon as I can. I will test this with other regular remotes I have also to see what remotes work out of the box.