Séparation du tutoriel 3 en deux

This commit is contained in:
Philippe Roy 2023-04-29 11:01:50 +02:00
parent 1137e45be5
commit 56a0b6ec0d

View File

@ -20,28 +20,28 @@ Il se décompose en 4 parties :
- Installer un éditeur de code (Emacs, Spyder)
- Sustituer la programmation par briques logiques avec des modules codés en Python
- Inclure les scripts Python avec l'exécutable
- Fichier de départ : 2-labyrinthe-debut.blend
- Fichiers résultats : 2-labyrinthe.blend, 2-labyrinthe.py
- **Fichier de départ : 2-labyrinthe-debut.blend**
- **Fichiers résultats : 2-labyrinthe.blend, 2-labyrinthe.py**
### Tutoriel 3 : Interfacer la scène 3D avec une carte Arduino par pyFirmata
- Installer la bibliothèque pyFirmata
- Déplacer le plateau avec une manette : 4 boutons binaires et/ou un joystick analogique
- Inclure la bibliothèque pyFirmata avec l'exécutable
- Fichier de départ : 3-labyrinthe-debut.blend, 2-labyrinthe.py
- Fichiers résultats : 3-labyrinthe.blend, 3-labyrinthe.py
- **Fichiers de départ : 3-labyrinthe-debut.blend, 2-labyrinthe.py**
- **Fichiers résultats : 3-labyrinthe.blend, 3-labyrinthe.py**
### Tutoriel 4 : Interfacer la scène 3D avec une carte Arduino par pySerial
- Installer la bibliothèque pySerial
- Déplacer le plateau avec une centrale inertielle (capteur IMU sur broche I2C)
- Inclure la bibliothèque pySerial avec l'exécutable
- Fichier de départ : 4-labyrinthe-debut.blend, 2-labyrinthe.py
- Fichiers résultats : 4-labyrinthe.blend, 4-labyrinthe.py, 4-labyrinthe-imu.ino
- **Fichiers de départ : 4-labyrinthe-debut.blend, 2-labyrinthe.py**
- **Fichiers résultats : 4-labyrinthe.blend, 4-labyrinthe.py, 4-labyrinthe-imu.ino**
<!-- - Déplacer le plateau avec un détecteur de geste ; fichiers résultats : 3-labyrinthe-gest.blend, 3-labyrinthe-gest.py, 3-labyrinthe-gest.ino -->
### Tutoriel 5 : Interfacer la scène 3D avec une carte micro:bit
- Installer la bibliothèque pySerial
- Déplacer le plateau avec la centrale inertielle de la carte microbit
- Inclure la bibliothèque pySerial avec l'exécutable
- Fichier de départ : 5-labyrinthe-debut.blend, 2-labyrinthe.py
- Fichiers résultats : 5-labyrinthe.blend, 5-labyrinthe.py, 5-labyrinthe-microbit.py
- **Fichiers de départ : 5-labyrinthe-debut.blend, 2-labyrinthe.py**
- **Fichiers résultats : 5-labyrinthe.blend, 5-labyrinthe.py, 5-labyrinthe-microbit.py**