Comments on: Controlling DC Motors using Arduino and IR Remote https://electrosome.com/dc-motors-arduino-ir-remote/ You Inspire.....We Create..... Sun, 07 Apr 2019 16:22:40 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Ayush Meena https://electrosome.com/dc-motors-arduino-ir-remote/#comments/7391 Sun, 07 Apr 2019 16:22:40 +0000 https://electrosome.com/?p=13791#comment-7391 i tried same connections but my aurdino is not getting on

]]>
By: Moist Manatees https://electrosome.com/dc-motors-arduino-ir-remote/#comments/7238 Tue, 08 Jan 2019 22:52:19 +0000 https://electrosome.com/?p=13791#comment-7238 I believe the “Connections are as follows:” section is missing one step (though the diagram shows it):
Connect enable pins (Pin 3, Pin 4), which are on pin 9 of L293D to 5V output of Arduino.

]]>
By: Islam Ahmad https://electrosome.com/dc-motors-arduino-ir-remote/#comments/7083 Thu, 03 May 2018 10:23:42 +0000 https://electrosome.com/?p=13791#comment-7083 how to make the motors stop when i left my hand off the remote ?

]]>
By: Tech Tek https://electrosome.com/dc-motors-arduino-ir-remote/#comments/6992 Sat, 03 Feb 2018 17:40:00 +0000 https://electrosome.com/?p=13791#comment-6992 JUST PUT DELAY(200); AFTER receiver.resume(); AND ALL WORKS FINE.
THANKS

]]>
By: Bob https://electrosome.com/dc-motors-arduino-ir-remote/#comments/6910 Sun, 22 Oct 2017 03:09:00 +0000 https://electrosome.com/?p=13791#comment-6910 Okay now I have a different issue. I have tried to recieve a signal from two different TV remotes on the “Finding IR remote code” and no remote codes are printed to the console window. Once again I am pretty certain that my circuits are correct and the code compiles fine. Do you have any troubleshooting ideas? Thanks!

]]>
By: Bob https://electrosome.com/dc-motors-arduino-ir-remote/#comments/6909 Sun, 22 Oct 2017 02:52:00 +0000 https://electrosome.com/?p=13791#comment-6909 In reply to Bob.

Nevermind! I solved the issue… I just had to install the library in the library manager!

]]>
By: Bob https://electrosome.com/dc-motors-arduino-ir-remote/#comments/6908 Sun, 22 Oct 2017 01:41:00 +0000 https://electrosome.com/?p=13791#comment-6908 Hi. When I try to compile the “Finding IR remote code” program I get this error message. I double checked the wiring and everything look okay. I also made sure that I downloaded and added the right zip library. Do you have any idea why this error message occurs? Thanks for any help.

C:Program Files (x86)ArduinolibrariesRobotIRremotesrcIRremoteTools.cpp:5:16: error: ‘TKD2’ was not declared in this scope

int RECV_PIN = TKD2; // the pin the IR receiver is connected to

^

Multiple libraries were found for “IRremote.h”
Used: C:Program Files (x86)ArduinolibrariesRobotIRremote
Not used: C:UserscharlDocumentsArduinolibrariesArduino-IRremote-master
exit status 1
Error compiling for board Arduino/Genuino Uno.

]]>