Intro
Dans cette section, on rassemble des applications et réalisations écrites en MicroPython.
LEDs RGB
- Réplication de la couleur détectée par un capteur sur un neopixel : https://github.com/mchobby/pyboard-projects/tree/master/color-catcher
Audio
Automatismes
- carte relais contrôlée avec Micropython : https://github.com/mchobby/pyboard-driver/tree/master/UniPi-MicroPython-Automation
Temps
- Une horloge RTC à grille LEDS : https://github.com/mchobby/pybstick-projects/tree/master/charlie-clock
- Un compteur de durée de lavage des mains : https://github.com/mchobby/pybstick-projects/tree/master/covid-madenn-timer (détecteur US + rond LEDs, etc. )
- Variation pour les dents : https://github.com/mchobby/pybstick-projects/tree/master/tooth-brushing-timer
Robots
Robots roulants
- Robot roulant simple : https://github.com/mchobby/pyboard-a-roulette
-
Une carte associée avec capteur US et L293D : https://github.com/mchobby/pyboard-driver/tree/master/motorskin
-
Robot ZUmo : https://github.com/mchobby/pyboard-driver/tree/master/zumo-robot Pyboard
- Un autre Zumo en carton : https://github.com/mchobby/pybstick-projects/tree/master/zumo
Robots à servomoteurs
- Robot bipède Boris : https://github.com/mchobby/pyboard-projects/tree/master/pythonic-boris
- Robot quadrupède Doggy : https://github.com/mchobby/pyboard-driver/tree/master/servorobot
Clavier
-
Utiilsation d'un clavier avec la Pyboard : https://github.com/mchobby/pyboard-driver/tree/master/usbhid
-
Création de touches de raccourci : https://github.com/mchobby/pybstick-projects/tree/master/copy-paste Pyboard - basé sur HID
- Variation idem : https://github.com/mchobby/pybstick-projects/tree/master/keybow
Communications
- Module GSM : https://github.com/mchobby/pyboard-driver/tree/master/sim-modem Pyboard
-
Contrôler une lampe par GSM : https://github.com/mchobby/pybstick-projects/tree/master/sms-relay
-
Wifi avec ESP 8266 : https://github.com/mchobby/pyboard-driver/tree/master/mod-esp8266
Affichages
-
Module VGA (Pyboard) : https://github.com/mchobby/pyboard-driver/tree/master/modvga
-
Nad Hat Panel (pour le RPi à l'origine) dérivé en MicroPython : https://github.com/mchobby/pyboard-driver/tree/master/ctrl-panel
-
Affichage sur écran OLED : https://github.com/mchobby/pybstick-projects/tree/master/oled-stat
-
Générateur de police pour affichage : https://github.com/mchobby/freetype-generator
Jardin
- Le Pot Qui pense : le pot de tomate connecté (base ESP32 mais bonne source d'inspiration) : https://github.com/crepp/PQP