Nombre Parcourir:0 auteur:Éditeur du site publier Temps: 2020-11-27 origine:Propulsé
Étape 1: Composants
pzt matériépiezocéramiqueptransducteur iezoélectrique
conférencier
Planche à pain
Arduino uno
Sauteur
6 résistances
Étape 2: Connectez-vous
Le fil rouge de chaque capteur piézoélectrique doit être connecté à GND à travers une résistance, et le fil noir doit être connecté à la broche. Ici, nous utilisons A0, A1, A2, A3, A4, A5
Le fil rouge du haut-parleur doit être connecté à la broche 8 et le fil noir doit être connecté à GND
Étape 3:
Tout d'abord
Vous devez ouvrir \"New Tab \" et nommer le fichier \"pitches.h \", puis insérer le terraindepiezocéramiquecrystal
#define nonTe_Cs2 69
#define note_d2 73
#define note_ds2 78
#define note_e2 82
#define note_f2 87
#define note_fs2 93
#define note_g2 98
#define note_gs2 104
#define note_a2 110
#define note_as2 117
#define note_b2 123
#define note_c3 131
#define note_cs3 139
#Note_d3 147
#define note_ds3 156
#define note_e3 165
#define note_f3 175
#define note_fs3 185
#define note_g3 196
#define note_gs3 208
#define note_a3 220
#define note_as3 233
#define note_b 3247
#define note_c4 262
#define note_cs4 277
#define note_d4 294
#define note_ds4 311
#define note_e4 330
#define note_f4 349
#define note_fs4 370
#define note_g4 392
#define note_gs4 415
#define note_a4 440
#define note_as4 466
#define note_b4 494
#define note_c5 523
#define note_cs5 554
#define note_d5 587
#define note_ds5 622
#define note_e5 659
#define note_f5 698
#define note_fs5 740
#define note_g5 784
#define note_gs5 831
#define note_a5 880
#define note_as5 932
#define note_b5 988
#define note_c6 1047
#define note_cs6 1109
#define note_d6 1175
#define note_ds6 1245
#define note_e6 1319
#define note_f6 1397
#define note_fs6 1480
#define note_g6 1568
#define note_gs6 1661
#define note_a6 1760
#define note_as6 1865
#define note_b6 1976
#define note_c7 2093
#define note_cs7 2217
#define note_d7 2349
#define note_ds7 2489
#define note_e7 2637
#define note_f7 2794
#define note_fs7 2960
#define note_g7 3136
#define note_gs7 3322
#define note_a7 3520
#define note_as7 3729
#define note_b7 3951
#define note_c8 4186
#define note_cs8 4435
#define note_d8 4699
#define note_ds8 4978
Après cela, retournez au croquis et ajoutez votre code de croquis
#include \"pitches.h \"
INT Pin analogique = {a0 , a1 , a2 , a3 , a4 , a5};
int buzpin = 8;
int = 20;
Non valide mettre en place()
Serial.begin (9600);
PinMode (8 , Output);
}
Boucle vide ()
si(analogique (analogpine [0])》》 Seuil)
Serial.println (\"a0 \");
ton (8 , note _b4,1000 / 4);
If(Analogread (analogpine)》
Serial.println (\"a1 \");
ton (8 , note_d4,1000 / 4);
DigitalWrite (8 , High);
Si (analograread (analogpine [2])》)
Serial.println (\"A2 \");
ton (8 , note_c4,1000 / 4);
If(Analogread (analogpine [3])》》)
Serial.println (\"A3 \");
ton (8 , note_g4,1000 / 4);
Si (analograread (analogpine [4])》)
Serial.println (\"A4 \");
ton (8 , note_g3,1000 / 4);
Si (analograread (analogpine [5])》)
Serial.println (\"A5 \");
ton (8 , note_d3,1000 / 4);
Étape 4: Conclusion
À Wikipedia,piezoélectriquediscspiezoélectriquetransducteurssont des dispositifs qui utilisent l'effet piézoélectrique pour mesurer les changements de pression, d'accélération, de température, de déformation ou de force et de les convertir en charges électriques. Le préfixe Piezo- est le mot grec pour «presse» ou «comproquerie».
Nous l'utilisons donc pour détecter quand chaque pad est pressé, donc l'Arduino décidera de quelle tonalité jouera, et l'idée que vous pouvez y jouer peut se développer en une tonalité complète.