Lesson: An Example of an EV3 Robot Program

Overview: 
Show a simple example of a Java program for EV3 (FLL) robots. This is a preview of the type program the student will be learning about in subsequent lessons.
Objectives: 

Look at the example and know that soon you will understand what this Java code does, where it came from and how to create programs yourself. For now, just a preview.

Content: 

Here is a very simple Java program for EV3 (FLL) robots. This is just to give you a preview of what we will be covering in the following lessons. We will show you what all of this means, where it comes from, how it works and examples of how this basic program is the basis of more complex programs that make robots move and respond to their environment.

This program outputs the message "Hello World!!" on the EV3 LCD display and then waits for any button on the EV3 to be pressed.

 

Navigation: