My name is Josh and currently live in Wyoming. I am a junior here in high school and wanted to do something new for the school. Our school doesn’t have many big clubs because we come from a small town with a small school. Recently, I was on youtube and noticed so many videos on “VEX Worlds Reveal”, so I got really intrigued and wanted robotics to be part of my school. I have a few friends who are willing to make a team with me for the competition for next year but we have no idea where to start. I was wondering if anyone here can help us learn about each part, building, and programming. Any help is appreciated.
also look at the Robotics Education and Competition Foundation for information for creating a new team. http://www.roboticseducation.org
Your RECF Regional Support Manager is:
Bill Ryno
(920) 202-8245 [email protected]
The most important event in the yearly VEX schedule is happening this week, so you won’t get the same level of help in the next couple of weeks that you would at another time of year. (VEX Worlds 2017 in Louisville.) Please stick around and keep asking. You might want to watch some match videos, which will give you a feel for how a competition proceeds. Also, ESPN2 had a show about last year’s VEX Worlds competition.
I’m sure you’ll be able to get enough help to get things moving.
KYpyro speaks the truth. A lot of us will be busy these next two weeks, so don’t feel ignored if you’re not getting quick answers to your questions. The new game will be revealed on Saturday, I think, so after that, a flurry of ideas will pop up on the forum as students ponder various approaches to the new game.
Hey, I did find a link from an older forum that has a list of parts that one should have on their robot. If you feel that some of the parts are unnecessary then you can edit the list by downloading it (downloads as a simple excel sheet). I do not take credit for this list, I can not seem to recall the user who compiled it. Nonetheless, any questions feel free to pm me. Box
The design of the competition robots changes year to year depending on the game and what new products have become available.
Here is another old thread (from 4 years ago) with some detailed design information for an intermediate robot.
The best way to learn programming is to jump in and start playing with it. RobotC is free for VEX physical robots and is one of several options available for programming. Start simple and then ask questions here on the forum, many members will be happy to help.
Welcome to the VRC world. Here are some other links for you:
If you prefer programming Python, or if you aren’t already a robotics programmer and want to get started with a simpler experience using Google’s Blockly user interface, try Robot Mesh Studio. It’s free to try online – nothing to download, and the Team version can be downloaded for free.
You will eventually have to buy robot parts from somewhere, so you might as well get free shipping on orders over $50 from Robot Mesh.
In addition to the robotmesh.com with their free shipping (all vex resellers have the same prices, by the way), look to robosource.net for good qualaity tools, plastics, and specialty parts like High Strength Lock Bars to keep your high strength gears from breaking at the hubs.
Depending where in Wyoming we have a few tournaments in Northern Colorado. We had the Triumph team out of Cheyenne come down to our tournament in Windsor CO.
It’s not really obvious how to do some of the searches. For instance, I can’t seem to make the date picker work now. It used to work for me; maybe I’m doing something wrong. In order to find the events this season in Wyoming, I chose the “VRC 2016-2017 Startstruck” in the Season dropdown, manually entered the date “05/01/2016” and chose “Wyoming” as the “State/Region”. Then I pressed the “filter” button. Here’s how it looked when it was all set up:
to be a highly competitive team you need to spend thousands of dollars for JUST PARTS! but to be a team that does it for the thrill of competing is fun too. i came from a school with a small robotics program. we went to one competition and it was a ton of fun.
I think that the best way to start(if you have the money) is to begin with the $1000 starter kit. Then you will need to buy more parts to be very competitive. The parts you need will be dependent on the bot you want to build. Some people will want more motors, others want pneumatic, even more want more metal. Then you will need to decide how you would like to program it. You can use either EasyC by Intelitek (I recommend this) or you can use RobotC. The difference is EasyC you drag into the program what you want to do, like move a motor in auton. You then type in the motors you want to actvate and the duration of their activation. To do this in RobotC you need to accually write out the line of code. Youtube RobotC tutorials to learn more.