RobotC Tutorial 1-The Basics
RobotC is a language that one would use to program a Lego Mindstorms Robot. The kits are a bit pricey, but they offer an amazing amount of possibilities–from a simple bot that moves and turns or one...
View ArticleRobotC Tutorial 2 – Hello World And Programming
Now that you’ve got the basics for the Lego Mindstorms, we can start programming. To start, open up RobotC and open a new file. Outputting text is the first thing you will do with almost any...
View ArticleRobotC Tutorial 3 – Functions
To make life easier when programming, sometimes people may use things called functions. Functions are blocks of code that perform a specific task. Fuctions can be used to reduce the complexity of a...
View ArticleRobotC Tutorial 4 – Using Sensors
Sensors are the main part of the NXT, and are the items that the NXT is most useful for. The NXT has four types sensors that come with it: the ultrasonic sensor, the light sensor, the touch sensor,...
View Article