Author Topic: Robot Ramble: New Project for the New Guy  (Read 3898 times)

0 Members and 1 Guest are viewing this topic.

Offline robotramble_uhsTopic starter

  • Beginner
  • *
  • Posts: 4
  • Helpful? 0
Robot Ramble: New Project for the New Guy
« on: December 02, 2006, 04:13:12 PM »
Hey all,

I am trying to build a robot, and have another thread in the mechanical part of this site (http://www.societyofrobots.com/robotforum/index.php?topic=301.0) , but I started this to address my other concerns. Hopefully, this thread will continue and be updated.

My first question: How does the micro-controller receive signals from the H-bridge, and how it would send signals to the servos? I understand that it is connected through a mounted port, but I'm wondering what what it actually sends. I am trying to understand my project as much as possible. Thanks!

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Robot Ramble: New Project for the New Guy
« Reply #1 on: December 02, 2006, 05:02:02 PM »
Quote
How does the micro-controller receive signals from the H-bridge?
The H-bridge does not send out signals - the microcontroller sends signals to the H-bridge by making the digital output pins high or low.
http://www.societyofrobots.com/schematics_h-bridgedes.shtml

The digital output pins are also used for sending out signals to servos, but instead the signal is a special frequency.
http://www.societyofrobots.com/actuators_servos.shtml#control

If you are using remote control, then you probably dont need a microcontroller or an H-bridge. Read this tutorial:
http://www.societyofrobots.com/remote_control_robot.shtml
Basically you buy a remote and a reciever, attach a battery and your servos to the reciever, and you're done!

Offline robotramble_uhsTopic starter

  • Beginner
  • *
  • Posts: 4
  • Helpful? 0
Re: Robot Ramble: New Project for the New Guy
« Reply #2 on: December 03, 2006, 10:32:03 PM »
I see now.

My second question: if I were to use a Play Station 2 controller to control my robot through my microcontroller, how would I program my micro-controller. What I mean is, how do I synchronize buttons on the controller to preform certain tasks on the robot?

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Robot Ramble: New Project for the New Guy
« Reply #3 on: December 04, 2006, 07:56:49 PM »
hmmmm looks hard:
http://www.technick.net/public/code/cp_dpage.php?aiocp_dp=pinconjoy_psx

but ive never tried . . .

i recommend just making your own switch box, or going remote controlled

Offline JonHylands

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 562
  • Helpful? 3
  • Robot Builder/ Software Developer
    • Jon's Place
Re: Robot Ramble: New Project for the New Guy
« Reply #4 on: December 04, 2006, 08:06:31 PM »
The other option, if you are a PC programmer, is to use a Logitech gaming pad, which can be wireless or not. DirectInput makes it fairly easy to interface to a device like that from any MS language like VB...

- Jon

 


Get Your Ad Here