

Tips and tricks from FLL 2018/19
This is a short list with good practices and useful tricks that competitors in FLL can use.
- #1215
- 27 May 2019
This is a short list with good practices and useful tricks that competitors in FLL can use.
Implement a program for stopping at a black line with the blocks containing the implementation details for the InitArray, Calibration and Getting the calibrated result.
The tasks for the color sensor could be accomplished with a waiting block or with a loop block. Should you force one solution or the other?
This is a simple LEGO EV3 Mindstorms Robot that can collect items within itself.
You've seen the gyro sensor. It has two arrow. How does it work? What does it do?
Try to build the attachment following the instructions. Use it to actually solve a mission from any competition (like taking loops)
Explanation and demonstration of the big task for the lesson.
In some cases we may want to use the switch block as a simple if-clause: execute the given action only if the condition is met, otherwise do nothing. Other times you may have some nested switch blocks that make the program too big to be shown on one screen. In both cases using tabbed view may be handy.