Author Topic: Need help finding parts  (Read 3371 times)

0 Members and 1 Guest are viewing this topic.

Offline GalacticNerdTopic starter

  • Jr. Member
  • **
  • Posts: 46
  • Helpful? 0
Need help finding parts
« on: July 07, 2009, 08:03:41 AM »
Hello,

I'm trying to find a cheap and basic augmented microcontroller board.
Specs should match the 50$ one as close as possible.
Making it myself is a bit too hard, and I'd ike to start right away instead of spending hours of debugging my own board.

I prefer AVR's, or anything wich I can code in C with.

Also, what are the cheapest servo motors around?
« Last Edit: July 07, 2009, 08:05:22 AM by GalacticNerd »

Offline GearMotion

  • Supreme Robot
  • *****
  • Posts: 489
  • Helpful? 24
  • Two decades+ of Embedded Design
    • CircuitGizmos
Re: Need help finding parts
« Reply #1 on: July 07, 2009, 08:41:47 AM »
> I'm trying to find a cheap and basic augmented microcontroller board.

Augmented in what way?

Have you looked at the Arduino? The Bare Bones Board?

Offline GalacticNerdTopic starter

  • Jr. Member
  • **
  • Posts: 46
  • Helpful? 0
Re: Need help finding parts
« Reply #2 on: July 07, 2009, 09:51:43 AM »
> I'm trying to find a cheap and basic augmented microcontroller board.

Augmented in what way?

Have you looked at the Arduino? The Bare Bones Board?

I mean like having everything needed for some basic I/O.
I've looked at the arduino, and I'm considering it, but if there is a cheaper alternative for it... As long as it does the job.
It should be able to build the 50$ bot on, nothing fancy.


Offline GearMotion

  • Supreme Robot
  • *****
  • Posts: 489
  • Helpful? 24
  • Two decades+ of Embedded Design
    • CircuitGizmos
Re: Need help finding parts
« Reply #3 on: July 07, 2009, 10:07:12 AM »
I mean like having everything needed for some basic I/O.
I've looked at the arduino, and I'm considering it, but if there is a cheaper alternative for it... As long as it does the job.
It should be able to build the 50$ bot on, nothing fancy.

http://www.circuitgizmos.com/products/cgbbb/cgbbb.shtml might be just what you need. $14.99

Offline GalacticNerdTopic starter

  • Jr. Member
  • **
  • Posts: 46
  • Helpful? 0
Re: Need help finding parts
« Reply #4 on: July 07, 2009, 10:23:31 AM »
I mean like having everything needed for some basic I/O.
I've looked at the arduino, and I'm considering it, but if there is a cheaper alternative for it... As long as it does the job.
It should be able to build the 50$ bot on, nothing fancy.

http://www.circuitgizmos.com/products/cgbbb/cgbbb.shtml might be just what you need. $14.99
I prefer an assembled version of it, but it looks good.
I might buy an arduino after all, but since I'm in europe I need to find a place where I can buy from without a lot of shipping costs.
http://www.arduino.cc/en/Main/ArduinoBoardDuemilanove < what about this?
« Last Edit: July 07, 2009, 10:28:52 AM by GalacticNerd »

Offline GearMotion

  • Supreme Robot
  • *****
  • Posts: 489
  • Helpful? 24
  • Two decades+ of Embedded Design
    • CircuitGizmos
Re: Need help finding parts
« Reply #5 on: July 07, 2009, 10:49:05 AM »
I prefer an assembled version of it, but it looks good.
I might buy an arduino after all, but since I'm in europe I need to find a place where I can buy from without a lot of shipping costs.
http://www.arduino.cc/en/Main/ArduinoBoardDuemilanove < what about this?

That should do well for you. One difference between it and the $50 robot board it that on the $50 robot board the headers are set up conveniently for servos and sensors - a group of three pins provides power/ground/signal. The Arduino just has a row of signals without the extra power/ground connections. It isn't that you can't get around this, but it isn't as convenient as the $50 robot board.

The Arduino board and development environment is a nice combination.

Offline GalacticNerdTopic starter

  • Jr. Member
  • **
  • Posts: 46
  • Helpful? 0
Re: Need help finding parts
« Reply #6 on: July 07, 2009, 11:19:58 AM »
I prefer an assembled version of it, but it looks good.
I might buy an arduino after all, but since I'm in europe I need to find a place where I can buy from without a lot of shipping costs.
http://www.arduino.cc/en/Main/ArduinoBoardDuemilanove < what about this?

That should do well for you. One difference between it and the $50 robot board it that on the $50 robot board the headers are set up conveniently for servos and sensors - a group of three pins provides power/ground/signal. The Arduino just has a row of signals without the extra power/ground connections. It isn't that you can't get around this, but it isn't as convenient as the $50 robot board.

The Arduino board and development environment is a nice combination.

This comes preloaded with a bootloader.. so I don't need a programmer, I can just use USB, no?

Offline kpmcgurk

  • Robot Overlord
  • ****
  • Posts: 152
  • Helpful? 3
  • Robot Love?
    • Probotic world (in progress)
Re: Need help finding parts
« Reply #7 on: July 07, 2009, 11:22:58 AM »
that is correct all you will need is USB, if you want something like that for robotics I would check out the roboduino...
some people are just Born smart, but some people have to work for it, and those are the people who succeed.

http://www.proboticworld.com

Offline GalacticNerdTopic starter

  • Jr. Member
  • **
  • Posts: 46
  • Helpful? 0
Re: Need help finding parts
« Reply #8 on: July 07, 2009, 11:31:13 AM »
that is correct all you will need is USB, if you want something like that for robotics I would check out the roboduino...

http://cgi.benl.ebay.be/ROBODUINO-DUEMILANOVE-Arduino-Duemilanove-Compatible_W0QQitemZ130316828847QQcmdZViewItemQQptZUK_ToysGames_RadioControlled_JN?hash=item1e577d00af&_trksid=p3286.c0.m14&_trkparms=65%3A15|66%3A2|39%3A1|240%3A1318|301%3A1|293%3A1|294%3A50

Like this one? I don't need a programmer for that either, right?

Offline GearMotion

  • Supreme Robot
  • *****
  • Posts: 489
  • Helpful? 24
  • Two decades+ of Embedded Design
    • CircuitGizmos
Re: Need help finding parts
« Reply #9 on: July 07, 2009, 11:37:05 AM »
that is correct all you will need is USB, if you want something like that for robotics I would check out the roboduino...

http://cgi.benl.ebay.be/ROBODUINO-DUEMILANOVE-Arduino-Duemilanove-Compatible_W0QQitemZ130316828847QQcmdZViewItemQQptZUK_ToysGames_RadioControlled_JN?hash=item1e577d00af&_trksid=p3286.c0.m14&_trkparms=65%3A15|66%3A2|39%3A1|240%3A1318|301%3A1|293%3A1|294%3A50

Like this one? I don't need a programmer for that either, right?

I think you posted to an Arduino. Or something very close to it.

You would only need a USB cable with an Arduino Duemilanove.

Offline kpmcgurk

  • Robot Overlord
  • ****
  • Posts: 152
  • Helpful? 3
  • Robot Love?
    • Probotic world (in progress)
Re: Need help finding parts
« Reply #10 on: July 07, 2009, 12:57:06 PM »
that is correct all you will need is USB, if you want something like that for robotics I would check out the roboduino...

http://cgi.benl.ebay.be/ROBODUINO-DUEMILANOVE-Arduino-Duemilanove-Compatible_W0QQitemZ130316828847QQcmdZViewItemQQptZUK_ToysGames_RadioControlled_JN?hash=item1e577d00af&_trksid=p3286.c0.m14&_trkparms=65%3A15|66%3A2|39%3A1|240%3A1318|301%3A1|293%3A1|294%3A50

Like this one? I don't need a programmer for that either, right?


no this one although it is a bit more expensive than the original arduino
http://www.curiousinventor.com/kits/roboduino
some people are just Born smart, but some people have to work for it, and those are the people who succeed.

http://www.proboticworld.com

 

SMF spam blocked by CleanTalk