Author Topic: Hi me again with my stupid questions :D:D  (Read 3962 times)

0 Members and 1 Guest are viewing this topic.

Offline robonoobTopic starter

  • Robot Overlord
  • ****
  • Posts: 149
  • Helpful? 0
Hi me again with my stupid questions :D:D
« on: December 06, 2007, 11:17:31 AM »
hi :) i wanted to ask you guys what is the difference of a microcontroller and a control board?
and i also want to know thats is it possible that i just buy myselt a control board or microcontroller (or i dont know which) and servos and then just put them together , then programme it and do i have a robot then? :D
so what i mean can i get a robot without soldering anything?

Offline Rebelgium

  • Supreme Robot
  • *****
  • Posts: 637
  • Helpful? 0
  • It's called the future ... We like it here
    • orgcrime.net
Re: Hi me again with my stupid questions :D:D
« Reply #1 on: December 06, 2007, 02:09:51 PM »
A microcontroller is a chip you can program.
A control board is a PCB with a microcontroller on it, among other things. (connectors etc.)

Yes you can plug servo's into a controlboard, and you can have a robot without soldering anything.
You can't plug a motor into a controlboard though, (it can't give enough juice).
To relax after some hard work on robotics: A very fun free online text based MMORPG
orgcrime.net

Offline robonoobTopic starter

  • Robot Overlord
  • ****
  • Posts: 149
  • Helpful? 0
Re: Hi me again with my stupid questions :D:D
« Reply #2 on: December 06, 2007, 02:18:57 PM »
Yes you can plug servo's into a controlboard, and you can have a robot without soldering anything.
You can't plug a motor into a controlboard though, (it can't give enough juice).
[/quote]
what do u mean by that? i can plug a servo but i cant plug a motor? :D whats the difference between these two? :D(sorry for my stupidity)

Offline Rebelgium

  • Supreme Robot
  • *****
  • Posts: 637
  • Helpful? 0
  • It's called the future ... We like it here
    • orgcrime.net
Re: Hi me again with my stupid questions :D:D
« Reply #3 on: December 06, 2007, 02:24:14 PM »
put a little effort in, search google and this forum.
To relax after some hard work on robotics: A very fun free online text based MMORPG
orgcrime.net

Offline Ro-Bot-X

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 1,431
  • Helpful? 25
  • Store: RoBotXDesigns.ca
    • Ro-Bot-X Designs
Re: Hi me again with my stupid questions :D:D
« Reply #4 on: December 07, 2007, 12:20:45 AM »
There are controll boards with servo ports and motor ports available. If you need one of those, take a look at Orangutan board from Pololu.
Check out the uBotino robot controller!

Offline robonoobTopic starter

  • Robot Overlord
  • ****
  • Posts: 149
  • Helpful? 0
Re: Hi me again with my stupid questions :D:D
« Reply #5 on: December 08, 2007, 03:14:39 AM »
There are controll boards with servo ports and motor ports available. If you need one of those, take a look at Orangutan board from Pololu.
whats the difference between motors and servos i still don't get it :D

Offline bens

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 335
  • Helpful? 3
Re: Hi me again with my stupid questions :D:D
« Reply #6 on: December 08, 2007, 04:39:54 AM »
Servos contain three key parts: a motor/gearbox, a potentiometer used for motor position feedback, and integrated control circuitry.  A servo has three wires: power, ground, and signal.  You send pulses over the signal wire, and the width of the pulse tells the servo's motor to move to a corresponding position.  Servos can be modified for continuous rotation, in which case the signal pulse width determines to the servo's rotational velocity rather than its position.

A motor is much simpler than a servo.  It has two leads across which you apply a voltage.  The speed of the motor depends on the magnitude of this potential difference, and the direction of the motor depends on the direction of the potential difference.  Motors have no integrated control circuitry.  Instead, you typically control them with a motor driver (usually an H-bridge circuit) or a motor controller (a higher level device that uses an H-bridge to control a motor in response to some analog/RC/serial input).

Offline robonoobTopic starter

  • Robot Overlord
  • ****
  • Posts: 149
  • Helpful? 0
Re: Hi me again with my stupid questions :D:D
« Reply #7 on: December 08, 2007, 03:25:00 PM »
Servos contain three key parts: a motor/gearbox, a potentiometer used for motor position feedback, and integrated control circuitry.  A servo has three wires: power, ground, and signal.  You send pulses over the signal wire, and the width of the pulse tells the servo's motor to move to a corresponding position.  Servos can be modified for continuous rotation, in which case the signal pulse width determines to the servo's rotational velocity rather than its position.

A motor is much simpler than a servo.  It has two leads across which you apply a voltage.  The speed of the motor depends on the magnitude of this potential difference, and the direction of the motor depends on the direction of the potential difference.  Motors have no integrated control circuitry.  Instead, you typically control them with a motor driver (usually an H-bridge circuit) or a motor controller (a higher level device that uses an H-bridge to control a motor in response to some analog/RC/serial input).
oh ok i get it...i have another question about that...i was thinking of making  the $50 robot and i was wandering that can i make the $50 robot with motors not servos? cuz motors are much cheaper than servos :D or will it cost more to me if i wanted to do it with motors? :D

Offline Ro-Bot-X

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 1,431
  • Helpful? 25
  • Store: RoBotXDesigns.ca
    • Ro-Bot-X Designs
Re: Hi me again with my stupid questions :D:D
« Reply #8 on: December 08, 2007, 03:39:56 PM »
...can i make the $50 robot with motors not servos? cuz motors are much cheaper than servos :D or will it cost more to me if i wanted to do it with motors? :D
Yes, you can. Find 2 computer CD-Roms, take them apart, pull out the drawer motor and grears, buy an H bridge like L293D and you're set. After you have them, I'll show you the schematic and program modifications.
Check out the uBotino robot controller!

Offline Rebelgium

  • Supreme Robot
  • *****
  • Posts: 637
  • Helpful? 0
  • It's called the future ... We like it here
    • orgcrime.net
Re: Hi me again with my stupid questions :D:D
« Reply #9 on: December 08, 2007, 04:49:09 PM »
motors are cheaper than servo's, yes.
But to be able to use motors you have to buy motor drivers (H-bridges), and that makes using motor's (almost always) more expensive, and more complicated.
To relax after some hard work on robotics: A very fun free online text based MMORPG
orgcrime.net

Offline ed1380

  • Supreme Robot
  • *****
  • Posts: 1,478
  • Helpful? 3
Re: Hi me again with my stupid questions :D:D
« Reply #10 on: December 08, 2007, 07:49:59 PM »
umm. you can make your own h-bridge and there are ways to get parts cheap
Problems making the $50 robot circuit board?
click here. http://www.societyofrobots.com/robotforum/index.php?topic=3292.msg25198#msg25198

paulstreats

  • Guest
Re: Hi me again with my stupid questions :D:D
« Reply #11 on: December 08, 2007, 08:12:13 PM »
i think the idea behind using servo's on something like the $50 robot is to make the electronics part simple so everybody can understand it (not to mention mounting them to your chassis). If you go using motors, and then have to have an h-bridge circuit for each motor on the circuit built, then it's going to overwhelm newcomers to robotics.

You are probably best saving up a little longer and buying the servo's and then go from there.

You can use h-bridge and motors cheaper than servo's but you also need a fundemental knowledge of the electronics involved to understand it.(whats the point in building something you dont understand)

Offline robonoobTopic starter

  • Robot Overlord
  • ****
  • Posts: 149
  • Helpful? 0
Re: Hi me again with my stupid questions :D:D
« Reply #12 on: December 09, 2007, 03:57:49 AM »
umm. you can make your own h-bridge and there are ways to get parts cheap
if u mean scavenging then yea this is cheap way to get parts :D but is there any other way you ment? :D

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Hi me again with my stupid questions :D:D
« Reply #13 on: December 09, 2007, 07:37:25 AM »

umm. you can make your own h-bridge
an h bridge is basically 4 MOSFETs , and its a fairly simple circuit


there are ways to get parts cheap
Free samples , scavenging , eBay , surplus stores

Check out the Roboduino, Arduino-compatible board!


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

www.Narobo.com