element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Robotics
  • Technologies
  • More
Robotics
Forum Robot Trouble
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 10 replies
  • Answers 1 answer
  • Subscribers 62 subscribers
  • Views 1752 views
  • Users 0 members are here
Related

Robot Trouble

hank_the_electric_explorer
hank_the_electric_explorer over 8 years ago

                    For the past few months I have been working on a robot. I need some advice to make a remote control robot. I am using a L293D as the motor driver wired to my Arduino UNO . I can not find a code for a IR remote control robot. So I was thinking. Maybe the best choice would be to use a nRF24L01? I could just wirelessly control my robot with another Arduino or raspberry PI. If you could find a code for either the nRF24L01 or a IR remote I would be much obliged.

  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago +1 verified
    Assuming you know how to control the Motors already (You don't say you have an issue with that), then all you need to do is adapt any of the readily available IR remote control sketches out there. The…
  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago in reply to hank_the_electric_explorer +1 suggested
    Did you look at the complete IR controlled Arduino Robot I linked ?
  • balearicdynamics
    balearicdynamics over 8 years ago in reply to hank_the_electric_explorer +1
    The point is that you should think as two separate things. The motors should work with some commands. I suggest to develop this part first. When you are aware of all the commands you need and the motors…
Parents
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago

    Assuming you know how to control the Motors already (You don't say you have an issue with that), then all you need to do is adapt any of the readily available IR remote control sketches out there. The only difference would typically be calling your movement routines instead of whatever the specific IR sample does.

     

    Have you tried any sample IR applications ?

    Do you have code that drives the motors already ?

     

    Do you understand each of the above, if so then try to adapt them and combine into one app. Show us what you have and well help you with issues,

     

    Also, even a trivial google search for "  arduino ir remote control robot " takes me immediately to this and even uses the same motor driver chip

     

    ARDUINO based IR remote control robot

     

    It's the very first answer !.

     

    Everyone here is happy to help but please help yourself first with a little research at least !!.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago

    Assuming you know how to control the Motors already (You don't say you have an issue with that), then all you need to do is adapt any of the readily available IR remote control sketches out there. The only difference would typically be calling your movement routines instead of whatever the specific IR sample does.

     

    Have you tried any sample IR applications ?

    Do you have code that drives the motors already ?

     

    Do you understand each of the above, if so then try to adapt them and combine into one app. Show us what you have and well help you with issues,

     

    Also, even a trivial google search for "  arduino ir remote control robot " takes me immediately to this and even uses the same motor driver chip

     

    ARDUINO based IR remote control robot

     

    It's the very first answer !.

     

    Everyone here is happy to help but please help yourself first with a little research at least !!.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • hank_the_electric_explorer
    0 hank_the_electric_explorer over 8 years ago in reply to Robert Peter Oakes

                             Dear Peter. I have found out how to control the motors with a L293D. I need help with making it remote controlled. I found a code but it wont work the motors wont spin or anything. it has a big power supply and everything I need help with the programming. I am not the best programmer. So I have found the IR Remote Lib for the Arduino IDE, but when I uploaded the code, the Arduino ran the code but the motors did not spin when I pressed the button. I will check the wiring again. image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago in reply to hank_the_electric_explorer

    Did you look at the complete IR controlled Arduino Robot I linked ?

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • hank_the_electric_explorer
    0 hank_the_electric_explorer over 8 years ago in reply to Robert Peter Oakes

    I have looked at it I believe it is the same program I am using but I will make sure. Thank you very much

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • hank_the_electric_explorer
    0 hank_the_electric_explorer over 8 years ago in reply to Robert Peter Oakes

    imageimageI Found I missed a step So Thank you very very muchimageimage

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • balearicdynamics
    0 balearicdynamics over 8 years ago in reply to hank_the_electric_explorer

    Hello Ben,

     

    Me too I started from the Arduino library for IR control; I suggested my previous project just because this library in my opinion is redundant and not well explained. And has some issues that makes it not working or anyway not easy to understand.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube