i'm new here, and i need to know what i need to do this
dustin22
Posts: 6
i'm new here, and i want to make it possible for my RC tank (that i modified) to receive commands from my computer
just simple forward back, left, and right is all i want
what product do i need to accomplish this?
i was looking at this:
http://www.parallax.com/Store/Accessories/MotorServoControllers/tabid/160/CategoryID/35/List/0/Level/a/ProductID/595/Default.aspx?SortField=ProductName,ProductName
but i'm not totally sure if it's what i need
just simple forward back, left, and right is all i want
what product do i need to accomplish this?
i was looking at this:
http://www.parallax.com/Store/Accessories/MotorServoControllers/tabid/160/CategoryID/35/List/0/Level/a/ProductID/595/Default.aspx?SortField=ProductName,ProductName
but i'm not totally sure if it's what i need
Comments
Basics of micro operation
Wireless communication
Motor control
The Propeller Servo Controller can handle up to 16 servos and can be controlled via USB directly from a computer. It also happens to be a stand-alone microcontroller (the Propeller) that can be reprogrammed to handle sensors, can be used with a Bluetooth adapter to handle wireless communications with the computer, infrared remote control, some autonomous functioning (like object avoidance), etc.
Make sure to go through the documentation. There are links on the Parallax webstore product page.
actually, i was wanting a wired connection, have a netbook mounted on the RC and have the net book controled via Remote Desktop though a router or the internet, may have some delay, but i figued wired would be less complicated
thanks i will look into it, do you know a good development board i should start with?
OH, 1 more question, so if i get the propeller servo controller usb, it replaces the enitre board already on the RC, right?
Post Edited (dustin22) : 12/20/2009 7:57:58 PM GMT
If you already know how to program on the PC side, then adding the transceiver on the PC will be easy as well, then just add the transceiver to the tank, connect it to the Prop Servo Controller. I think you will get much better responsiveness that going through the router>laptop>controller.
You could use a stamp to take over controls on Your remote (replace switches with I/O pins). The stamps can talk with Your computer with no problem using a debug window. I'd recommend the BS2 to start with.
Thats if You have some Elc. back round.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The Truth is out there············___$WMc%___···························· BoogerWoods, FL. USA
Its very easy to use and it has a nice software package to control the servos
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
The Truth is out there············___$WMc%___···························· BoogerWoods, FL. USA
maybe i'll just the net book for extra things only, like a webcam, or wiimote for monitering angle and tilt and then use the bluetooth setup for controls..
your idea sounds better, i'll do that instead
woh, many responses.. ok, the transceiver connects to the usb on the propeller servo, and i'm guessing there's something usb plugged into my computer?
Post Edited (dustin22) : 12/20/2009 8:13:03 PM GMT
http://microcontrollershop.com/product_info.php?cPath=297&products_id=2367
thats what i need, right? and they will just, plug together...
The transceiver on the Prop side would not hook up to the Prop Servo Controller USB input, but to two pins on the Prop for Tx and Rx. Although, maybe someone knows of a tranceiver with USB output, I am not aware of it.
It sounds like your best bet is to buy the Prop Servo Controller, and experiment with that and some servos for starters. For continuous motion, you will of course need continuous motion servos, but servos for steering etc, you would only need servos that turned partially, say 180. The Prop can control either.
You could use that USB>Xbee device on the PC side, then just a standalone Xbee on the tank. There may be better options for wireless for RC type:
www.parallax.com/Store/Accessories/Communication/tabid/161/CategoryID/36/List/0/Level/a/ProductID/550/Default.aspx?SortField=ProductName%2cProductName
and ok, i will just get the propeller servo for now
i'll just get the prop servo for now, and then maybe later i'll get the bluetooth module, i don't have $100 to blow right now so, start out with wires and simple programming first