Basic EV3 Programming
Interactive Sketcher: |
http://www.ev3lessons.com/resources/drawplan/ (coming soon)
|
Programming Basics: |
http://botbench.com/blog/2015/03/26/awesome-youtube-fll-tutorials/
http://www.ev3lessons.com/translations/en-us/beginner/Introduction.pdf http://curriculum.cs2n.org/ev3/index.html |
Basic Attachments: |
Stop at an Angle: |
Stop at an Object: |
Stop at a Line: |
Exercise: Use a loop to program your robot to move in a square. How can you change the size the of the square?
Wait Block Video and Exercise: |
Exercise: Write a program that will cause your robot to backup and turn whenever it hits something.
Light Sensor Video and Exercise:Exercise: Write a program that tells your robot to back up and turn whenever it sees a black line. Use different modes of the light sensor. Wait for color, wait for different reflected intensity, wait for a change in reflected intensity.
|
Exercise: Write a program that watches out for black lines - backing up and turning if it encounters one. At the same time, your touch sensor should avoid things it runs into.
Basic Line Follower: |
Exercise: A.
Write a program that follows a line and
stops after it goes a particular distance.
Wheel Converter: |