go away spammer

Author Topic: Is using Transmitter & Reciever from a RC car with Arduino Uno possible?  (Read 1680 times)

0 Members and 1 Guest are viewing this topic.

Offline Robogeek3000Topic starter

  • Beginner
  • *
  • Posts: 1
  • Helpful? 0
     Objective: To make a simple remote controlled omni-wheel robot.

     Specs desired (for RC): At least 1 channel

Can I rip a receiver out of a working remote controlled car and use it with an Arduino board?

     

Offline jwatte

  • Supreme Robot
  • *****
  • Posts: 1,345
  • Helpful? 82
Re: Is using Transmitter & Reciever from a RC car with Arduino Uno possible?
« Reply #1 on: January 01, 2013, 09:15:13 PM »
If the receiver uses "standard" servo PWM control, then yes, you can do that. You will then have to write code to detect the duty cycle of the PWM that comes out of the receiver, and use that data on the Arduino. Using the pin-change interrupt and a microsecond-resolution timestamp ought to make that reasonably simple.

Offline studyembedded

  • Beginner
  • *
  • Posts: 3
  • Helpful? 0
Re: Is using Transmitter & Reciever from a RC car with Arduino Uno possible?
« Reply #2 on: January 07, 2013, 05:49:35 PM »
Yes you can do it. I appreciate jwatte's efforts, thanks guys!

 


Get Your Ad Here