go away spammer

Author Topic: Are there any tutorials out there for pc based robots?  (Read 2420 times)

0 Members and 1 Guest are viewing this topic.

Offline sonictjTopic starter

  • Supreme Robot
  • *****
  • Posts: 416
  • Helpful? 11
    • Tim's Workshop
Are there any tutorials out there for pc based robots?
« on: August 11, 2009, 12:55:31 AM »
I want to start incorporating the power of a pc, like a single board computer, into my robots, but I don't know where to start.  Any ideas?

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: Are there any tutorials out there for pc based robots?
« Reply #1 on: August 11, 2009, 01:26:49 AM »
you mean like a laptop or a gumstix?
Howdy

Offline sonictjTopic starter

  • Supreme Robot
  • *****
  • Posts: 416
  • Helpful? 11
    • Tim's Workshop
Re: Are there any tutorials out there for pc based robots?
« Reply #2 on: August 11, 2009, 02:06:57 AM »
kinda like a gumstix, but they look a little too bare bones.  Not that I would know though.  I glanced at the roboard too, but what I'm really looking for is information.  Like how to's and such.  I'll have an idea what hardware is best when I know more information about pc based robots in general.  I would like the power to do complex vision algorithms, and stuff like that.

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Are there any tutorials out there for pc based robots?
« Reply #3 on: August 12, 2009, 07:28:15 AM »
Its actually much simpler than it sounds.

You write software on your PC that does all your heavy work, then it sends commands to a mcu. The mcu then controls low-level stuff.

The mcu also reads in sensors, and sends that data back to the PC over USB/bluetooth.

Remember my ERP/bluetooth demo video? Its exactly like that, except instead of my typing in commands, its being fed in/out of another program on a PC. The program just needs to be able to read USB port data, and you're set!

RoboRealm with the Axon is a case in point.

Offline sonictjTopic starter

  • Supreme Robot
  • *****
  • Posts: 416
  • Helpful? 11
    • Tim's Workshop
Re: Are there any tutorials out there for pc based robots?
« Reply #4 on: August 12, 2009, 11:30:42 AM »
Thats tele-operated I've done that loads of times.  I'm looking to put an embedded PC on a robot.  My problem is I don't know what to look for, and I'm not experienced with linux. 

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Are there any tutorials out there for pc based robots?
« Reply #5 on: August 12, 2009, 11:46:05 AM »
Admin is talking about the following.
Microcontroller talks to laptop through wired USB connection

Serial commands to microcontroller from laptop tell or ask the microcontroller stuff. Laptop sends out serial " Read Sensor 0" , and microcontroller replies with " Value of 49". Obviously you wouldnt do plain english , it would be more like "R0" and returns "49".
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Are there any tutorials out there for pc based robots?
« Reply #6 on: August 12, 2009, 01:13:35 PM »
To better phrase your question:

"Whats a good embedded single board computer to use, and where can I find tutorials on using it to interface with USB?"

 ;D

I however have no embedded PC experience . . . sorry! :P

Offline sonictjTopic starter

  • Supreme Robot
  • *****
  • Posts: 416
  • Helpful? 11
    • Tim's Workshop
Re: Are there any tutorials out there for pc based robots?
« Reply #7 on: August 12, 2009, 02:05:55 PM »
Quote
"Whats a good embedded single board computer to use, and where can I find tutorials on using it to interface with USB?"

your right my bad.

Offline Ro-Bot-X

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 1,431
  • Helpful? 25
  • Store: RoBotXDesigns.ca
    • Ro-Bot-X Designs
Re: Are there any tutorials out there for pc based robots?
« Reply #8 on: August 12, 2009, 07:46:07 PM »
Read this blog and make sure you read the related blogs with improvements:

http://forums.trossenrobotics.com/blog.php?b=29
Check out the uBotino robot controller!

 


Get Your Ad Here

data_list