Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×
Toys Entertainment Games

Fitness Racer: PC Control of an RC Car 111

An anonymous reader writes "This project gives step-by-step instructions + source for connecting a cheap RC car to your parallel port and driving it around with a Dance Dance Revolution pad (or joystick). A fun way to make an old toy fun for another few hours, and another way to pretend that reading Slashdot may eventually lead to body movement."
This discussion has been archived. No new comments can be posted.

Fitness Racer: PC Control of an RC Car

Comments Filter:
  • Wifi + Webcam (Score:5, Interesting)

    by aardwolf204 ( 630780 ) on Tuesday October 21, 2003 @03:36PM (#7274083)
    Give it WiFi and a webcam and I'm sure it would be even more fun. ;)
  • Great extension... (Score:2, Interesting)

    by Short Circuit ( 52384 ) <mikemol@gmail.com> on Tuesday October 21, 2003 @03:38PM (#7274118) Homepage Journal
    ...to OSS racing games. :)
  • Did this once (Score:3, Interesting)

    by proj_2501 ( 78149 ) <mkb@ele.uri.edu> on Tuesday October 21, 2003 @03:51PM (#7274257) Journal
    For one of my senior-year classes at URI, we took apart the remote to a cheap car and did a similar trick of using transistors to simulate the switch-hitting.

    We connected the transistors to the parallel port of a Motorola ColdFire eval board and wrote some software to program routes.

    It would have been useful if the damn thing had any range whatsoever, but we spent a whole nine dollars on the car, so I'm not worried.
  • Now add a camera... (Score:2, Interesting)

    by Phat_Tony ( 661117 ) on Tuesday October 21, 2003 @03:59PM (#7274347)
    Now add one of those cheap cordless X-10 video cameras to the RC car, and watch the video on the computer while you drive it around using the computer controls.

    Have all your friends get these too, and set up a little race course. It'll be just like a first-person driving game, but you'll all have real little cars you're controlling.

    - Phat Tony.
  • waste of time? (Score:2, Interesting)

    by pdk ( 35280 ) <.moc.edocrellortnoc. .ta. .luap.> on Tuesday October 21, 2003 @04:03PM (#7274397) Homepage
    I'm glad to see we're hitting the bottom of the barrel today on news. I built a PC controlled RC car in highschool. gee, to think I could be famous for posting photos and a webpage about it RIGHT NOW.

  • Design changes (Score:3, Interesting)

    by JMZero ( 449047 ) on Tuesday October 21, 2003 @04:24PM (#7274655) Homepage
    I've found it's a lot quicker to build this kind of thing using relays for the switching. It means you don't have to do any thinking, and the switching speed is certainly fast enough for the application. I still used transistors to fire the relays - but it's still an extremely quick project.

    Using relays also means the project can be re-used with different hardware much more easily - just change what's hooked up to the relays.

    I also recommend the "UserPort" driver, which simply yields parallel port control to userland applications. Much simpler than monkeying about with special drivers.
  • similar idea (Score:1, Interesting)

    by Anonymous Coward on Tuesday October 21, 2003 @04:27PM (#7274694)
    I've been thinking about this for a while. With a Single Board Computer and a SV203 Board from Pontech (as listed on the palm pliot robot kit site) you could have some fun with this kind of thing. I would like to find a way of using the real RC controller to still drive it, but a Zaurus and WiFi would work good too :)
    The thought of driving it around the parkign lot, then hitting a repeat button and watching it do teh same moves on it's own would be fun...not too mention all the possibilities of cameras and "defensive" programming/hardware :)
  • by burbs ( 225769 ) on Tuesday October 21, 2003 @05:03PM (#7275117)
    Though the pads are somewhat worn out, it is good to know that I have something to attempt in the near future.

    But on a more serious note... could this have real-world applications in the future for someone who didn't have arms or hands? Could this, later on down the road, evolve into a foot-controlled robot that did basic tasks for those that needed it?
  • by X-rated Ouroboros ( 526150 ) on Tuesday October 21, 2003 @05:54PM (#7275668) Homepage

    Funny you should mention that.
    There are several robotics projects out there that use PDAs for processing and control functions. Just get a wireless enabled PDA.

    A friend and I have ripped apart a couple RC cars for this sort of thing. Instead of hooking the remote up to a parallel port, though, we hooked it up to a Basic Stamp. Been talking about hooking it up to a serial/parallel port just so we don't have to program in PBASIC anymore.

    Also talking about duct taping the hacked remote to the RC car and then adding various sensor inputs to the basic stamp. Oh, and the rotating knives... but that's another matter. Just your basic programmable autonomous robot for considerably less than many of the kits out there.

Make sure your code does nothing gracefully.

Working...