Go to Post thanks CD for being a one-stop, inspiration shop! - Michael Corsetto [more]
Home
Go Back   Chief Delphi > Technical > Technical Discussion
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Closed Thread
 
Thread Tools Rate Thread Display Modes
  #1   Spotlight this post!  
Unread 14-12-2006, 23:47
CraigHickman
 
Posts: n/a
Re: NEED SOME R/C ADVICE

The link of our radios is more than long enough. We drove a bot across the school without being able to see it. It went at least 200 yards before it wouldn't control anymore.
  #2   Spotlight this post!  
Unread 15-12-2006, 00:01
Billfred's Avatar
Billfred Billfred is online now
...and you can't! teach! that!
FRC #5402 (Iron Kings); no team (AndyMark)
Team Role: Mentor
 
Join Date: Feb 2004
Rookie Year: 2004
Location: The Land of the Kokomese, IN
Posts: 8,531
Billfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond reputeBillfred has a reputation beyond repute
Re: NEED SOME R/C ADVICE

What about a Vex controller? The kit can be made to work with relays, has a nice FM radio, runs off of AAs or rechargeables (your choice), you can add in a kill switch to the back of the radio (probably a good thing for something with that much power), it can tether when you want to test radio-free, and it has plenty of room for expansion. (Autonomous programs, anyone?)

A Vex kit goes for $299, and the programming kit (which you may or may not need, depending on what you need or if your friend has one) is $99. It's not that bad a deal--you might just build a Vex robot with it, too.
__________________
William "Billfred" Leverette - Gamecock/Jessica Boucher victim/Marketing & Sales Specialist at AndyMark

2004-2006: FRC 1293 (D5 Robotics) - Student, Mentor, Coach
2007-2009: FRC 1618 (Capital Robotics) - Mentor, Coach
2009-2013: FRC 2815 (Los Pollos Locos) - Mentor, Coach - Palmetto '09, Peachtree '11, Palmetto '11, Palmetto '12
2010: FRC 1398 (Keenan Robo-Raiders) - Mentor - Palmetto '10
2014-2016: FRC 4901 (Garnet Squadron) - Co-Founder and Head Bot Coach - Orlando '14, SCRIW '16
2017-: FRC 5402 (Iron Kings) - Mentor

94 events (more than will fit in a ChiefDelphi signature), 14 seasons, over 61,000 miles, and still on a mission from Bob.

Rule #1: Do not die. Rule #2: Be respectful. Rule #3: Be safe. Rule #4: Follow the handbook.
  #3   Spotlight this post!  
Unread 15-12-2006, 09:28
Tristan Lall's Avatar
Tristan Lall Tristan Lall is offline
Registered User
FRC #0188 (Woburn Robotics)
 
Join Date: Aug 2001
Rookie Year: 1999
Location: Toronto, ON
Posts: 2,484
Tristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond reputeTristan Lall has a reputation beyond repute
Re: NEED SOME R/C ADVICE

I know you didn't ask, but the FCC won't be too happy with you if you use an aircraft frequency with a ground vehicle. So whatever you choose, make sure it operates on the correct band (e.g. 75 MHz band, like the Vex controller).

Also, avoid large, garish, red text.
  #4   Spotlight this post!  
Unread 15-12-2006, 10:07
Qbranch Qbranch is offline
wow college goes fast.
AKA: Alex
FRC #1024 (Kil-A-Bytes)
Team Role: Alumni
 
Join Date: Apr 2006
Rookie Year: 2006
Location: Indianapolis
Posts: 1,174
Qbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond reputeQbranch has a reputation beyond repute
Re: NEED SOME R/C ADVICE

I second using a vex controller, they work very well as an inexpensive FM reciever as well as a programmable controller if that's a need too.

Personally, I like to use an HPC explorer development kit from microchip.. It works very well and is much less expensive than a robot controller if youre handy with C programming. You just make up a progam on one HPC for the OI pannel that reads in analog voltages and some digital input, some output if you want, and packages it into a string.

Then, the recieving end just has to take the analog/digital inputs and make them into pwms or just simply copy the digital in to and out.

For wireless between the two, i like to use a MaxStream data modem. And for range... the Xtend modem has a range of 40miles line of sight with no FCC license needed, 256bit encryption and internal data packetization.

Just hook up RS-232/485 or near any interface of your choice to the modems, and bingo, wireless data. These can also be used in a network mode if you need to communicate with multiple devices.

Good luck!

-Q
__________________
Electrical Engineer Illini
1024 | Programmer '06, '07, '08 | Driver '08
  #5   Spotlight this post!  
Unread 18-12-2006, 09:39
Greg Needel's Avatar Unsung FIRST Hero
Greg Needel Greg Needel is offline
REVving up for a new season
FRC #2848 (All-sparks)
Team Role: Engineer
 
Join Date: Jan 2002
Rookie Year: 2002
Location: Dallas, TX
Posts: 3,107
Greg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond reputeGreg Needel has a reputation beyond repute
Re: NEED SOME R/C ADVICE

Quote:
Originally Posted by Billfred View Post
What about a Vex controller?
Quote:
Originally Posted by Qbranch View Post
I second using a vex controller, they work very well as an inexpensive FM receiver as well as a programmable controller if that's a need too.
Some notes on this: You will most likely be fine with a vex system if you use the vex controller module and vex receiver. Do not attempt to use the vex system for integration with a standard Futaba-like receiver. From experience the system does not work nearly as well as you would expect. I have yet to figure out the reasoning behind it, I suspect it was a power issue in the receiver which may just have been the one I used.

From other RC experience I would say at least get a PCM receiver, or one of the newer ones based off of the 802. system. The newer radios have the ability to "lock" into the receiver which basically minimizes radio interference.

no offense to these forums but your questions might be better answered at www.rcuniverse.com they are forums dedicated to RC hobbies, and you may be able to buy something used inexpensively from one of the members.
__________________
Greg Needel│www.robogreg.com
Co-founder REV Robotics LLC www.REVrobotics.com
2014 FRC World Champions with 254, 469, & 74
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need some legality/possibility advice... IrishFBall32 Control System 3 26-04-2005 23:53
Chariman Winners .. need some advice David66 Chairman's Award 0 26-03-2004 23:13
i need some advice E Jones 234 Chit-Chat 11 17-12-2002 17:42


All times are GMT -5. The time now is 09:32.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi