ENIB 2024 : 2 jeux d'arcades incroyables : Différence entre versions
(→outil et matériel) |
(→outil et matériel) |
||
Ligne 19 : | Ligne 19 : | ||
liste de materiel | liste de materiel | ||
− | Arduino MEGA | + | Arduino MEGA |
[[Fichier:Image_arduino.png]] | [[Fichier:Image_arduino.png]] | ||
− | WS2812 LED strip | + | WS2812 LED strip |
[[Fichier:Image_led.png]] | [[Fichier:Image_led.png]] | ||
− | 7-segment display module | + | 7-segment display module |
[[Fichier:Image_score.png]] | [[Fichier:Image_score.png]] | ||
− | + | DFplayer | |
− | DFplayer | ||
[[Fichier:Image_dfp.png]] | [[Fichier:Image_dfp.png]] | ||
− | On/Off switch | + | On/Off switch |
[[Fichier:Image On.png]] | [[Fichier:Image On.png]] | ||
− | Buttons | + | Buttons |
[[Fichier:Image Boutton.png]] | [[Fichier:Image Boutton.png]] | ||
− | Joystick | + | Joystick |
[[Fichier:Image Joystick.png]] | [[Fichier:Image Joystick.png]] | ||
− | Small speaker: | + | Small speaker |
− | Wire | + | [[Fichier:Image_speaker.png]] |
+ | Wire | ||
MB-102 | MB-102 | ||
[[Fichier:Image mb102.png]] | [[Fichier:Image mb102.png]] |
Version du 30 janvier 2024 à 15:01
Titre de la fiche expérience :
Sommaire
description (résumé)
Notre magnifique groupe.
Lucien au travail.
Introduction
éventuelle vidéo
outil et matériel
liste de materiel
Arduino MEGA
WS2812 LED strip
7-segment display module
DFplayer
On/Off switch
Buttons
Joystick
Small speaker
Wire MB-102
fichiers à joindre
code, ficher d'impression 3D, de découpe laser ou vinyle, ...
Mettre du code Arduino
1
2 #define PIN 9
3 #include <Arduino_GFX_Library.h>
4
5 void setup() {
6 // put your setup code here, to run once:
7
8 }
9
10 void loop() {
11 // put your main code here, to run repeatedly:
12
13 }
étapes de fabrication
indiquer autant d'étape que nécessaire, chacune illustrée par des images (phot, dessins, ...)
étape 1
étape 2
étape ...
troubleshouting
quelles sont difficultés, les problèmes, quelles sont les solutions, les trucs et astuces pour que ça marche ?