Looking for Systèmes élec. & informatiques (MESISI120424) test answers and solutions? Browse our comprehensive collection of verified answers for Systèmes élec. & informatiques (MESISI120424) at learning.devinci.fr.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
74HC393, quelle (es) affirmation (s) est fausse (s) ?
The 74HC/HCT393 are 4-bit binary ripple counters with separate clocks (1CP and 2 CP) and master reset (1MR and 2MR) inputs to each counter. The operation of each half of the "393" is the same as the "93" except no externalclock connections are required.The counters are triggered by a HIGH-to-LOW transition of the clock inputs. The counter outputs are internally connected to provide clock inputs to succeeding stages.
void setup() {
Serial.begin(9600)
} void loop() {
int sensorValue = analogRead(A1);
Serial.println(sensorValue);
}
À quelle broche du microcontrôleur doit être connectée la broche "Echo" du capteur HC-SR04:
Dans un montage Arduino, on effectue les connexions sur le 74HC4051 suivantes :
S0 est reliée à une broche numérique et reçoit un niveau logique HIGH
S1 est reliée à une broche numérique et reçoit un niveau logique LOW
S2 est reliée à la masse (GND)
E est reliée à la masse (GND)
Quel canal est connecté à Z ?
on peut générer un signal PWM sur la broche:
void setup() { }void loop() {
int sensorValue = analogRead(A0);
Serial.println(sensorValue);
}
On veut réaliser une fonction d'aiguillage 19→ 1. Quelle est le nombre minimal d'entrées de sélection ?
on peut générer un signal PWM sur la broche: