Questo Discovery Kit è fato espressamente per te per scoprire e fare i primi passi con Thymio: imparare i suoi comportamenti base, funzioni e sensori. Imparerete anche come programmare is for you to discover and take your first steps with Thymio: learn about its basic behaviours, functions and sensors. You will also learn how to program Thymio with the Visual Programming Language (VPL).
The Discovery kit contains an A1-sized poster and and explanatory sheet. On the sheet you will find 6 games to play with the poster, and also advanced challenges to begin programming Thymio.

How can I get the Kit?
You can order the kit on Mobsya's website.
It is also possible to download the sheets and print them yourself. The only difference is a silk-screen print layer added on the poster you can buy. This layer reacts better with Thymio's sensors.
Here is the explanatory sheet and the poster for the Yeti Discovery Kit:
- Explanatory sheet
- PDF A1 poster
Start
The Getting started with Thymio II page explains how to take your first steps with the robot.
Basic behaviours
Friendly (green) |
Explorer (yellow) |
Using the 5 proximity sensors on its front side, Thymio detects and in a friendly manner follows everything in front of it. You can try guiding it with your hand. With this behaviour, Thymio is afraid of cliffs… try to bring it to the edge of a table, it will stop following you as soon as it detects the edge! You can also try putting an object in front of your robot, Thymio will turn to be aligned with the object. | Brave explorer, Thymio will explore its environment while avoiding obstacles. With this behaviour, it will also stop when it detects the edge of a table. If you bought the kit, Thymio detects the black lines as cliffs and should also stop over them! |
Fearful (red) |
Obedient (purple) |
Thymio is afraid of everything! When it detects something in front of it, it will move back. If there is something behind it will go forward to try to escape! Thymio detects shocks and brutal accelerations. It can also detect free falls, try throwing it in the air, but be careful to catch it! |
Obedient, Thymio follows the instructions given to it, according to which arrow buttons are touched. Be careful, as in this mode Thymio does whatever you tell it, it can fall down if it comes to an edge! |
Attentive (blue) |
Investigator (cyan) |
In the attentive mode, Thymio reacts when you clap your hands:
You have to be quick when you clap your hands if you want to be sure Thymio understands what you want it to do. |
In investigator mode, Thymio follows a broad black track on the ground. If Thymio seems not to be able to follow the line, you can calibrate it, that is, show it when it is over black or white in order to adjust the colour it sees to its measurements. |
Calibration
Games around the Yeti's mountain
Curious?
You did everything and want to go further? Install Aseba on your computer and launch "VPL for Thymio". You can find an introduction to VPL programming and a complete tutorial on this page. You just have to combine an event block on the left and one or more action blocks on the right! Grab your mouse!
You can see that while programming Thymio with the VPL (with the 'ThymioVPL' program), the code is being simultaneously written at the side.
Most of the time, one 'paragraph' of text code corresponds to an event/action couple of blocks. If you click on one of them, the corresponding paragraph is highlighted.
You can also see that if you change some parameters on the action blocks (motor speed, LED colours, etc.), the code is instantaneously modified.
Try to understand some snippets of code, and maybe even change some values!