Teaching RobotC for Mindstorms

The Robotics Academy at Carnegie Mellon University has released new CD ROM-based curriculum titled Teaching RobotC for Mindstorms. This curriculum is an update to the C-Based Educator that includes coverage of the NXT. Some of the new materials include chapters on:
- Thinking about programming
- Speed and control
- PID control
- Sensors
- Variables/passing parameters
The training videos will teach the new programmer step-by-step how to program in C using all of the power built into the new LEGO NXT. (This product also works with the RCX.) Included are:
- 53 videos
- Over 300 pages of printable PDFs
- Over 30 example programs
Review Teaching ROBOTC for Mindstorms at http://www.education.rec.ri.cmu.edu/robotc/webpreview/. You can also get more information on RobotC at http://www.robotc.net/lego/.
Comments
However, I have also found it to be more productive if you start them with a visual language (like NXT-G) and focus on the logic first - then introduce a textual language after that. We even do that at the community college where I teach - we use Alice (www.alice.org) as our language for our intro to programming before moving on to VB, C#, C++, or Java.