FSS FLL Additional Information

FSS FLL Additional Information

Getting Started

Using the Simulator

You don’t need anything! Just head over to the FSS Gears Pybricks Simulator

Using the EV3 Bot

Official Lego Education instructions on how to get an EV3 bot up and running with Python:

https://education.lego.com/en-us/product-resources/mindstorms-ev3/teacher-resources/python-for-ev3

Note there are different versions of Python available for running on the EV3. The current recommendation is to use the Lego Education supported EV3 Micropython which is a slimmed down and simplified version Python making it easier for beginners to use. Micropython can be paired with a dedicated Visual Studio Code extension that includes project templates and documentation.

To run on an EV3, you’ll need the following:

Additional How-To’s:

Additional Details:

This simulation above is a clone of the https://github.com/kendmaclean/gears_pybricks/ repository which itself is a fork of the https://github.com/QuirkyCort/gears repository initially created by the great people at https://www.aposteriori.com.sg/

More Resources