FIRST LEGO League Challenge Programming: Difference between revisions

From ORTOP Wiki
(→‎Learning Resources: Added links to Prime Lessons relating to Guided Mission)
(→‎Learning Resources: Embedded a video)
Line 203: Line 203:
**** [https://flltutorials.com/en/Worksheets.html Code file with comments and relevant videos]
**** [https://flltutorials.com/en/Worksheets.html Code file with comments and relevant videos]
**** [https://primelessons.org/en/RobotDesigns.html Droid Bot M used in above]  
**** [https://primelessons.org/en/RobotDesigns.html Droid Bot M used in above]  
**** [https://youtu.be/rvAgi-Yviww Programming Lessons for the reliability techniques: PrimeLessons.org and EV3Lessons.com]
**** Video on making Guided Mission more reliable
{{#evt:
service=youtube
|id=https://www.youtube.com/watch?v=rvAgi-Yviww
|dimensions=240
|alignment=center
}}
* [https://primelessons.org/en/ SPIKE Prime Lessons] The PrimeLessons.org website with a variety of learning resources
* [https://primelessons.org/en/ SPIKE Prime Lessons] The PrimeLessons.org website with a variety of learning resources
* [https://primelessons.org/en/ProgrammingLessons/SPBlockGuide.pdf Unofficial SPIKE Prime Block Guide by PrimeLessons.org] Descriptions of each block in the graphical Word Blocks Language.
* [https://primelessons.org/en/ProgrammingLessons/SPBlockGuide.pdf Unofficial SPIKE Prime Block Guide by PrimeLessons.org] Descriptions of each block in the graphical Word Blocks Language.

Revision as of 16:27, 24 October 2021

There are several ways of programming FIRST LEGO League Challenge Robots. The two most popular are EV3-G, which is also referred to as EV3 Lab, and a new language created by LEGO Education based on Scratch. The latter language was originally introduced with the SPIKE Prime set when it debuted in 2019. A version of this Scratch-based language called EV3 Classroom is now also available for programming EV3 robots on Apple Mac computers.

General

Mindstorms EV3 Software

Mindstorms EV3 Lab Software

EV3 Lab Icon
EV3 Lab Sample Program

Mindstorms EV3 Lab also known as EV3-G was the main programming language provided by LEGO Education for the MINDSTORMS EV3 sets until fall 2020. EV3 Lab is graphical programming language where programming blocks are arranged horizontally. It is quite different from traditional programming languages.

Introductory Exercises

Wiki Articles

External Resources

Software

Documentation

Video Tutorials

Focused Tutorials

Play Lists

Mindstorms EV3 Classroom (Scratch)

EV3 Classroom Logo
Sample EV3 Classroom Program

Mindstorms EV3 Classroom is a graphical programming language for the Mindstorms EV3 sets. It became the standard software for the EV3 Set for those running PCs with the 64-bit version of Windows 10, Chromebooks and Macs using macOS Catalina 10.15 in the fall of 2020. The Mac version also works with macOS Mojave 10.14. Those with earlier operating systems should continue to use EV3 Lab.

EV3 Classroom is based on an educational language called Scratch and is quite similar to Word Blocks, the graphical language provided by LEGO Education for its SPIKE Prime set. LEGO Education has also announced that EV3 Classroom will become available for and Chromebooks.

Videos

External Resources

Mindstorms EV3 Python

LEGO Education also provides a version of Python, a line-by-line programming language, for the Mindstorms EV3.

External Resources

SPIKE Prime Software

SPIKE Prime Word Blocks (Scratch)

SPIKE Prime Icon
Sample Word Blocks program

The main programming language for SPIKE Prime is called Word Blocks, which is based on Scratch.

Season-Independent Challenges Using Small Printable Mat

One of the best ways for team members to learn how to program a LEGO robot is to have simple challenges with guidance on how they might solve those challenges. And, these challenges can performed on a 2x3 foot mat, allowing small groups or individuals to learn the skills they'll need for the annual challenge on the full-size mat. With this in mind, ORTOP has developed a set of simple lessons that feature such challenges that are backed up by short videos that give hints on how to solve the challenges. Follow the link above to find out more.

Introductory Exercises for Coaches

Videos

Videos for team members on programming a SPIKE Prime Robot

Episode 1: Introducing Eva the parrot and Eaglet the baby LEGO eagle.

Episode 2: Eva arranges for Eaglet to get a ride home while we learn more about programming turns.

Episode 3: Eaglet finds his lost cat while we learn how to use the built-in gyro to control the robot's turns.

Episode 4: Eaglet brings his lost cat home while we learn how to program an attachment for retrieving cats.

Episode 5: Eaglet's Chariot robot learns how to drive in the middle of the road while we learn how to program a color sensor.

Episode 6: Chariot makes a better turn to Yellow the cat as we use our gyro programming skills.

Episode 7: Chariot stays in the middle of the road while we learn how to use a color sensor to follow the edge of a line.

Episode 8: Chariot uses a motor's built-in rotation sensor to measure distance while it uses line following to stay in the middle of the road.

Episode 9: Chariot visits the Animal Shelter with the help of his Chariot robot programmed using a MyBlock.

Videos for coaches

External Resources

Software

Learning Resources

Focused Tutorials

Play Lists

SPIKE Prime Python

Videos on Programming SPIKE Prime Robots Using Python

External Resources