I am teaching high school Robotics for basically the first time (I taught it last year but with COVID restrictions making the year what it was, I don’t really count it). I am wanting to start a teacher certification course so that I might be less painfully clueless this time around, but I have no idea what certification course to take.
Information:
*We have clawbots. I haven’t built one yet, but that is what we have.
*I teach high school, a mix of grades 9-12 and a big mix of experience–some students with NO experience, some who are fairly experienced with robotics and coding. However, last year my class was mostly 9th grade and mostly as clueless as myself.
*I would love something that is beginner friendly, but have some opportunity for more challenging tasks.
*I was also left with several 3D printers that the previous teacher used somehow. I have no idea as to how I would incorporate these into the robotics curriculum.
I have had IQ and V5 and Cortex recommended to me. It doesn’t look like there is a certification course for cortex, so I guess I will eliminate that from the running.
Questions:
*Which certification course will be best for my students?
*How are IQ and V5 different?
*What software will my students be required to have to do whatever they are supposed to do? How can I get this software for my students?
*Do either of these certifications come with a set curriculum that I can follow? I would really love something that lays it all out for me because, again, I am so clueless.
Any other advice for starting off when you know absolutely nothing about robotics would be greatly appreciated!
Hi @estith From you post, I am inferring that you are using either VEX IQ or V5. Before I get into which one to choose, let me shed some light on the actual cert courses.
The certification course is free, you just need a vex login. Here is a blog post that talks about the cert courses in detail: VEX Educator Blog
Yes, there is free curriculum. All of that is covered in the cert course. The link to our VEX IQ STEM Labs is here: https://education.vex.com/stemlabs/iq
There are free certifications, curriculum and ongoing support (via help.vex.com) for both V5 and IQ.
In terms of what to do, VEX IQ has a low barrier of entry, but a very high ceiling. Since you have many students with no experience, I would get started with it.
Heyo! I’m not exactly a teacher per say myself (high school boi here) but here are my words of advice. Since you’re teaching High school Robotics I’ll assume your team is a VEX V5 team. In that case I would recommend theV5 Educator Certification Course . This course is an introduction to the V5 system, which will be helpful when beginning. VEX V5 is the system used by high school and university teams, while IQ is the system used by younger students. As a result, the V5 system is much more advanced in terms of capabilities and some of the features offered, but the V5 system shares robotics concepts used in IQ, so its more of a transition of systems moving from IQ to V5 for a IQ alumni.
Looking at the V5 course, it says that you need the V5 Speedbot, and to purchase a V5 kit. We might have funds to purchase these kits, but they are sold out. We have 7 clawbot kits, though–will the V5 certification course still apply to the clawbots? Will the course be obsolete without a V5 Speedbot?
You don’t really need a Speedbot imo. I don’t remember the certification having anything that needed Speedbot ki-specific things. Here are the building instructions, since I think you already have the parts.
I don’t know. How do I find that out? All I know is that we have clawbots. I don’t think they are new—purchased maybe 3-5 years ago is my guess. So I would guess it is not V5 if that is the newest.
You might want to also invest time in a beginning Python class and or a blockly class. I wouldn’t worry about either one being directed to VEX robotics specifically. Knowing a block language (Scratch, Blockly, etc.) gives you the basics and lets you get used to basic blocks, flow control, etc. in the language. It’s easy to drag motors, sensors and controllers after that.
Likewise a beginner Python class will get you running with the basics of syntax, flow control, etc. Then, like the blocks you are just adding the function calls for motors, etc.
My preference is to use Python over C++. There are lots of other cross curriculum items that use Python (Raspberry Pi, all of Ada fruit products, etc. ) that makes it worthwhile to learn. Once you pick up the 9 statements you need, then all you are doing from platform to platform is changing what functions you call to connect to the external devices.
Not saying that C++ doesn’t have it’s place, but in 2021 Python gives you more bang for your efforts.