Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: amdm419 on June 28, 2012, 04:06:20 PM

Title: Golf bag robot. Need HELP. I'm a beginner
Post by: amdm419 on June 28, 2012, 04:06:20 PM
I am a beginner when it comes to making robots so I need help from the very beginning.

I am planning to build a automatic golf cart bag carrier.
They have some online which are remote controlled like this one:
http://www.kangaroogolf.com/main.html (http://www.kangaroogolf.com/main.html)

I am planning to use that one as the base for mine, but I don't know what to do to find out what kind of PCB board with what kind of microcontroller to use.
How would I go about doing it?

Thank you guys so much!
Title: Re: Golf bag robot. Need HELP. I'm a beginner
Post by: Mastermime on June 28, 2012, 05:46:13 PM
Well first your going to need a power source (battery).  I assume you want this to last for a game or two of golf before you want to charge it again.  A lithium ion or small sealed lead acid battery (more weight though) should do the trick. 

For motion, you can use two small wheelchair or scooter motors (http://www.monsterscooterparts.com/ (http://www.monsterscooterparts.com/))

I highly recommend differential (tank style) drive with a off road caster (for all those times you hit it in the rough  ;) )

In order to drive and control the motors, you'll need a motor driver.  Check out the Sabertooth from Dimension engineering.  If that's too expensive, there are plenty of other ones cheaper.  The Sabertooth is high quality though, fairly easy to configure, and there is plenty of documentation on it.

For MCUs, I recommend using an Axon or Arduino.  There is a ton of documentation on both.

If you want remote control, just search "rc transmitter and receiver" on google and you should find many options.  Plus the Sabertooth has an rc mode that is really easy to set up and configure.
Title: Re: Golf bag robot. Need HELP. I'm a beginner
Post by: FrontierRobotics on July 03, 2012, 09:45:08 PM
If you are going to use that as a base I would use the battery that it comes with. As far as what electronics you need depends on what you intend to do. If you simply want it to be teleoperated or if you want it to move buy itself requires completely different electronics.
Title: Re: Golf bag robot. Need HELP. I'm a beginner
Post by: omkar on July 04, 2012, 12:18:31 AM
Arduinos are all the rage. Very easy to program using C and can interface with multiple motors and sensors. But have a look at Raspberry Pi - this is a full on single board computer which you can interface with an arduino and have even more functionality for your Bot. For controlling high power (amp/voltage) motors from the arduino, you will need some motor drivers which take input signals from the arduino at 5V and can control motors which pull upto 30Amps at 18V. These controllers can be found on ebay or Element14 (for example).

Omkar
Title: Re: Golf bag robot. Need HELP. I'm a beginner
Post by: FrontierRobotics on July 04, 2012, 12:46:11 AM
He may be able to steal speed controllers off of the base actually.. He should maybe get this device and see what electronics come with it. Arduino is great for a first MCU.