Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
|
materiel:cubetto [2022/03/25 23:12] emoc créée |
materiel:cubetto [2022/03/26 10:19] (Version actuelle) emoc [Cubetto] |
||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | {{tag>robot pédagogie em}} | ||
| + | |||
| ====== Cubetto ====== | ====== Cubetto ====== | ||
| + | |||
| + | (page créée le 25 mars 2022 / notes rapides) | ||
| + | |||
| + | **3/6 ans** | ||
| + | |||
| + | Fabriqué par Primotoys (jeux éducatifs pour apprendre le code), suite à un kickstarter de 2013. | ||
| + | |||
| + | Pour apprendre le code sans écran | ||
| + | |||
| + | Des pions de couleur, 1 couleur = 1 fonction | ||
| + | * gauche | ||
| + | * droite | ||
| + | * avance | ||
| + | * sous-routine | ||
| + | |||
| + | On place ces pions à la suite les uns des autres, puis on envoie les consignes au robot, on vérifie si ça marche, etc. \\ | ||
| + | Sur la droite du plateau, une zone permet de construire une sous-routine qu'on peut appeler avec un pion spécifique. | ||
| + | Des tapis permettent de donner un contexte au robot, de construire une histoire mais aussi d'introduire des concepts de programmation. | ||
| + | |||
| + | La construction est assez simple, répliquable avec des outils de fablab (donc réparable), accessible par de grosses vis en plastique, et la carte électronique est programmable (arduino zéro), | ||
| Fabricant : https://www.primotoys.com/ | Fabricant : https://www.primotoys.com/ | ||
| Ligne 11: | Ligne 33: | ||
| https://www.primotoys.com/manuals_and_books/ | https://www.primotoys.com/manuals_and_books/ | ||
| - | === Accompagnement pédagogique === | + | ==== Accompagnement pédagogique ==== |
| Beginning computer programming for kids (pdf) : http://www.primotoys.com/wp-content/uploads/2017/09/Ebook-PrimoToys_final-1.pdf | Beginning computer programming for kids (pdf) : http://www.primotoys.com/wp-content/uploads/2017/09/Ebook-PrimoToys_final-1.pdf | ||
| - | == Hardware == | + | ==== Hardware ==== |
| - | photos de l'intérieur par la FCC (United States Federal Communications Commission) : https://fccid.io/2AHFBCUBT001/Internal-Photos/Internal-Photos-3145722 | + | * photos de l'intérieur par la FCC (United States Federal Communications Commission) : https://fccid.io/2AHFBCUBT001/Internal-Photos/Internal-Photos-3145722 |
| - | update firmware (video) : https://www.primotoys.com/cubetto-tutorial-update-firmware/ | + | * update firmware (video) : https://www.primotoys.com/cubetto-tutorial-update-firmware/ |
| - | == Code == | + | ==== Code ==== |
| - | git du fabricant (Primo) : https://github.com/primo-io | + | * git du fabricant (Primo) : https://github.com/primo-io |
| - | sketchs arduino du prototype : https://github.com/primo-io/arduino-sketches | + | * sketchs arduino du prototype : https://github.com/primo-io/arduino-sketches |
| - | documentation du prototype (montage, etc.) : https://github.com/primo-io/prototype-documentation | + | * documentation du prototype (montage, etc.) : https://github.com/primo-io/prototype-documentation |
| - | firmware cubetto : https://github.com/primo-io/CubettoPlayset-Sketches | + | * firmware cubetto : https://github.com/primo-io/CubettoPlayset-Sketches |
| - | https://github.com/primo-io/Cubetto-Library | + | * https://github.com/primo-io/Cubetto-Library |
| - | (unofficial) source code for the Cubetto robot. : https://github.com/sbates-idrc/cubetto | + | * (unofficial) source code for the Cubetto robot. : https://github.com/sbates-idrc/cubetto |
| - | == Hacks == | + | ==== Hacks ==== |
| - | add speech to cubetto : https://wiki.fluidproject.org/display/C2LC/Add+Speech+output+to+Cubetto | + | * add speech to cubetto : https://wiki.fluidproject.org/display/C2LC/Add+Speech+output+to+Cubetto |