FIRST LEGO League Challenge Programming: Difference between revisions

From ORTOP Wiki
(→‎SPIKE Prime Software: Added link to software in Python section and updated link descriptions)
(→‎Introductory Exercises: Added link to Getting Ready...)
Line 83: Line 83:
== SPIKE Prime Scratch ==  
== SPIKE Prime Scratch ==  
=== Introductory Exercises ===
=== Introductory Exercises ===
* Becoming Familiar with your SPIKE Prime
* [https://drive.google.com/file/d/1VvDYAAFsc71hfP4MxcN3Pt9aGPNY2SVz/view?usp=sharing Getting ready to use your SPIKE Prime Kit]
* [https://drive.google.com/file/d/1X9fFp0caqALicdkNcl5kVQ3Zbx3-eOds/view?usp=sharing Exercise 1 - Building your first SPIKE Prime robot and teaching it to move]
* [https://drive.google.com/file/d/1X9fFp0caqALicdkNcl5kVQ3Zbx3-eOds/view?usp=sharing Exercise 1 - Building your first SPIKE Prime robot and teaching it to move]
* [https://drive.google.com/file/d/17Pt1H99W9FPsSVOLoP-qfjwtibr2PB3z/view?usp=sharing Exercise 2 - Teaching your robot to drive]
* [https://drive.google.com/file/d/17Pt1H99W9FPsSVOLoP-qfjwtibr2PB3z/view?usp=sharing Exercise 2 - Teaching your robot to drive]
Line 90: Line 90:
* [https://drive.google.com/file/d/14TGYWv7Li0i-spo3FlfC9zNHiaMTHYEf/view?usp=sharing Appendix A - Walk through of SPIKE Prime Hub]
* [https://drive.google.com/file/d/14TGYWv7Li0i-spo3FlfC9zNHiaMTHYEf/view?usp=sharing Appendix A - Walk through of SPIKE Prime Hub]
* [https://drive.google.com/file/d/1gkLpVpBbUIBKgBB9W3PJ7XECaYWx4HrT/view?usp=sharing Appendix B - Walk through of SPIKE Prime Project Screen for writing programs]
* [https://drive.google.com/file/d/1gkLpVpBbUIBKgBB9W3PJ7XECaYWx4HrT/view?usp=sharing Appendix B - Walk through of SPIKE Prime Project Screen for writing programs]
=== External Resources ===
=== External Resources ===
====Software====
====Software====

Revision as of 19:18, 27 September 2020

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.

Mindstorms EV3 Software

Mindstorms EV3 Lab Software

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.

Wiki Articles

Programming Presentations

Sample Programs

External Resources

Software

Documentation

Video Tutorials

Focused Tutorials

Play Lists

Mindstorms EV3 Classroom

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 Windows 10 and 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.

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 Scratch

Introductory Exercises

External Resources

Software

Learning Resources

Focused Tutorials

Play Lists

Very short videos from LEGO Education

SPIKE Prime Python

External Resources