Vex Robotics Others Driver Download



The Driver Control Program is a default program built into the VEX IQ Robot Brain so it can be used with Smart Motors, Bumper Switches, and the VEX IQ Controller without programming. The Driver Control Program maps the Controller’s joysticks and buttons to control specific Smart Ports on the Brain. For VEX® Robotics Competition Event Participant Release Form 7/17/2020 Process All team participants (players, coaches, and mentors) must complete the attached Participant Release Form as instructed on the form. The form will be applied automatically to every official REC Foundation event the team registers for during the current season. Autonomous mode, Driver mode and the switch between the two is a format that applies only to the VEX Robotics Competition. This model should be used only in a VEX Competition field where a VEX field controller controls the modes of the VEX Robot.(you can also use a VEX Competition Switch that simulates a VEX field controller for match practice ).

Official VEX Forum

You are more than welcome to contact us directly with any questions you have about VEX products or the game rules. Alternatively, the VEX Forum is the best place to chat with other VEX teams from all over the World, get answers from the VEX staff or ask questions about the game rules directly to FRC and VEX legend, Karthik Kangasabapathy, Chairman of the Game Design Committee!

VEX Tournament Manager

TMS is the software we use to run competitions. Be it a local scrimmage or the VEX World Championships, TMS runs pretty much every VEX competition worldwide. If you have your own field and field electronics, you can use it to run your own competitions.

The REC Foundation

The Robotics Education & Competition Foundation is a non-profit organisation which aims to increase student interest and involvement in STEM by engaging students in hands-on sustainable and affordable robotics engineering programs all over the world.

The REC Foundation operates and supports competitions for some of the world's leading robotics platforms and organizations, including VEX, TSA, and BEST Robotics.

There’s a lot of things I like about RobotC so far, and perhaps the most time-saving item is wireless downloading. In order to make use of this feature, you need to purchase the VEX wireless downloading cable, officially known as the “Programming Hardware Kit.” Cost: $50; I got mine on eBay for about half that — it’s worth it to check eBay every now & then! [EasyC users—you’re out of luck here. Although I’ve read on the VEX Forum of some easyC users being able to make it work on occasion, that software and this component don’t generally work together.]

Why we’re lovin’ RobotC:

  • Wireless downloading!
  • Wireless debug/sensor data (subject of another post).
  • You can actually do sophisticated programming.
  • Tons of code available to look at, use, and learn from on the VEX Forum, the RobotC Forum, and YouTube.

As an added bonus, our team will no longer get Forum users answering our easyC questions with “You should switch to RobotC.” Gee, thanks.

A condensed table of contents: (a) Wired vs. wireless; (b) Hardware setup and Cool add-on product; (c) Using it and What’s that button for?; (d) What if it doesn’t work? and (e) Additional resources.

Wired vs. Wireless

Think about programming autonomous—or even better, autonomous skills. 60 seconds of trying to get everything just right with teeny changes and trying again and again. Without wireless capability, every iteration of programming involves the following:

  1. Move the robot over to where the person with the computer is, or vice versa
  2. Unplug the VEXnet key; may be more or less of a pain, depending on where it is on the robot
  3. Plug in the orange programming USB cable
  4. Download
  5. Unplug orange cable, plug in VEXnet
  6. Cycle the power off & on for the robot & joysticks, just to make sure it’s gonna work right
  7. Set up the robot for the next run

With wireless downloading, mirroring the steps above:

  1. skip
  2. skip
  3. skip
  4. Download
  5. skip
  6. skip
  7. Set up the robot for the next run.
  8. Click the “start” button on the RobotC debug-window-popup box to enable normal robot functionality and competition switch.

Hardware Setup

So how does this miracle occur? As shown in the image at right, the cable is a 3-part item—the first section is USB, which plugs into your computer, the same way as non-wireless downloading. The other end of the USB gets connected to a Magic Widget (rectangular orange box, photo at right). The other side of the Magic Widget has a different type of cable (looks more like a large, flat telephone wire) which runs from it to the “Program” port on the back of your main joystick (photo below). Then the joystick continues to talk to the cortex via the VEXnet keys, as it does during driver control.

Here’s VEX’s schematic of the whole thing put together:

Cool Add-On Product!

Driver

Apparently the USB that plugs into the Magic Widget is known to come unplugged from time to time, causing grand annoyances in the download process (because you don’t immediately realize it’s no longer connected). One of the VEX teams in this wonderful world will make you a box that holds the Magic Widget and plugs, and prevents them from getting tugged apart—WITH YOUR TEAM NUMBER ON IT! How awesome is that? Woo-hoo! We have one, bright green, easy to find around the lab, works as advertised.

From their online ordering page, you can either download the 3D design (I think), or select one of 3 vendors to print it & ship it to you. Cost: about $8 with US shipping. (If you’re a member of the VEX World Coaches Association facebook group, you can send the creator, Nasir Illasarie, a message if you have questions. If you’re not a member of the group, please join!)

Using It

We had a little difficulty getting this item set up and working, and then a little more difficulty getting it to work well after that. So this is why I’m writing this post—hopefully I can save some of you a bit of time on this one.

Do this stuff once:

Vex Drivers

  1. Start with robot and joysticks turned off.
  2. In the top menu in RobotC, go to Robot / Platform Type / VEX Robotics flyout menu and make sure it’s set to VEX 2.0 Cortex
  3. Also in the top menu go to Robot / VEX Cortex Communication Mode flyout menu, and make sure that it is set to “Competition (VEXnet)
  4. [Possible] You may need to install special VEXnet serial drivers to your computer; page 2 of this document describes the steps to install them. I’m not sure if this information applies to the current version of RobotC, Windows, etc. because the document only covers up to Windows 7. However, the VEX product page says that you need to install them (under the “Description / Post-2012 Driver” tab at the bottom of the page).
    • Sorry I can’t be more definitive here; I did not do the setup for my team, and the person who did doesn’t remember all of the steps required.
    • Probably falls into the “couldn’t hurt” category.

Do this when you wirelessly download:

  1. Connect things together as shown in the schematic above.
  2. Turn on joystick and cortex and let them pair/connect
  3. Make sure your competition switch is plugged into the “Competition” port on the back of the main joystick and set to “Disable” (for safety; prevents runaway robots in case autonomous starts running after you download the program)
  4. Click the big “Download to Robot” button in the RobotC toolbar
  5. Ta-da! Your program is downloaded.
  6. However, the robot will not respond to the competition switch, and you’ll be annoyed and frustrated that this doesn’t work
  7. On your computer, after downloading there will be a popup box that looks like the image at right. Click the teeny “Start” button in the top left corner of the box
  8. NOW the robot will respond to the competition switch and work the way you expect, and you can run things repeatedly, enable, disable, drive with joysticks, test autonomous, the works.
  9. Additional downloads can be done the same way, and will not require turning off the joysticks or cortex. Be sure to set the competition switch to “Disable” before downloading every time. Safety first!

What’s That Button For?

There is an LED and a little button on the Magic Widget labeled “Program.” Basically, don’t worry about it—you will likely not have to use it. The only description I’ve found was from 2005 and 2006 VEX Forum posts:

The button will force the Vex Controller into a download or programming state and turn the program light on. You are then ready to download your User code. This is not normally required with most computers but it can be used if your computer is having trouble talking to the Program Module, and you cannot get the program light to come on when you are trying to download code.

In short, I think it’s a placebo button. “We can’t get the program to download.” “Try pushing the button.” Followed—probably—by, “It’s still not downloading.” I dunno; don’t sweat the button.

What If It Doesn’t Work?

Vex Robotics Others Driver Downloads

This setup will, of course, have times when it does not work right. Some error messages we’ve received are below:

Oh great. What do I do now? Our troubleshooting steps—mostly in mostly this order—are listed below. I can’t stress enough the basic tenet of any scientific experiment: Only change ONE THING at a time. If you change multiple things, and your problem is solved, you still don’t know its real source, and it might pop up again, and you will waste time. (I hate wasting time; it’s such a …. waste of time.)

  1. Don’t panic.
  2. Read the error message. As you can see from these examples, it sometimes tells you (in a helpful way) what is wrong or what you need to do. If so, follow those instructions; if not, move through this list.
  3. Turn everything off—robot, joysticks, unplug USB cable from computer (leaving the joystick connected to the computer keeps power going to it, even when the switch is off).
  4. Turn everything on in the following fashion: (a) re-connect USB cable to computer; (b) robot; (c) joysticks. Let the VEXnet connect again, and re-download.
  5. Turn everything off and on again. Seriously, not kidding.
  6. Make sure the robot and joystick have happy green lights. See our VEXnet lights chart that you can print out & keep in your lab for reference. (We even laminated ours.)
  7. Try a different USB port on the computer, or try a different orange USB A-to-A cable that goes from the computer to the Magic Widget.
  8. Make sure the 4 ends of the hardware kit are securely plugged in (USB to computer / USB to Magic Widget / Magic Widget to flat telephone-type cord / flat cord clicked into Program port on joystick).
  9. Press the placebo button on the Magic Widget; who knows, it might do something!
  10. Unplug the wireless downloader from the joystick and look very closely at the little pins in the Program port on the joystick and on the wireless plug to make sure they’re not damaged. Reconnect and make sure that the wire is “clicked in” to the joystick (i.e., plugged in completely).
  11. Google the exact phrase that appears in the message box, and you will probably find someone else who’s had this problem in the past.
  12. Try to download the old-fashioned way, plugging the orange USB cable from the computer directly to the cortex. Does it work? If not, then the problem does not lie with the wireless system, and you need to troubleshoot the source of your wired-downloading issue.
  13. Change batteries on the robot and/or joystick (even if the lights are green; seriously, you’re pretty far down this list—you need to try everything).
  14. Turn everything off, REBOOT THE COMPUTER, and turn on/connect again.
  15. Update the firmware on the robot & joysticks under the Robot / Download Firmware menu at the top of the screen, and tell it to automatically include joystick updates.
  16. Swap out the VEXnet keys, if you have 1 or 2 to spare. Only swap out one at a time so that you know where the problem lies.
  17. I don’t know.

Vex Robotics Others Driver Download Windows 7

RobotC Resources

Vex Robotics Others Driver Download

  • George Gillard (georgegillard.com), a university student in New Zealand, has created some great documents on his website for download: The Beginner’s Guide to RobotC, Volume 1 and Volume 2 (and others!). Highly recommend; well laid-out with screenshots and examples. Volume 2 gets into more sophisticated topics. Thank you, Mr Gillard!
  • Here’s a PowerPoint presentation that has some nice screenshots and has a bounty of useful information on RobotC in general, in addition to walking you through some of the stuff described in this post: ROBOTC for CORTEX Teacher Training.
  • As I linked in a previous post on RobotC, the Carnegie Mellon VEX EDR Video Trainer is a thorough and easy-to-understand tour through many facets of using RobotC.
  • McCallum Robotics, Team 8756, has created a large collection of RobotC tutorials on YouTube. Very clear and well-presented.
  • Search results for RobotC + YouTube.