KY-008
Šis modulis sastāv no 650nm sarkanās lāzerdiodes un rezistora. Rīkojieties uzmanīgi, nevērsiet lāzera staru tieši uz acīm!
Parametri
Darba spriegums: 5V
Izejas jauda: 5mW
Viļņa garums: 650 nm
Darba strāva: < 40mA
Darba temperatūra: -10°C ~ 40°C
Slēguma shēma
Savienojam KY-008 (-) ar Arduino (GND) un KY-008 (S) ar Arduino Digital I/O (8).
Arduino koda piemērs
// define constants
const int ledPin = 8;
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin ledPin as an output.
pinMode(ledPin, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(ledPin, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(ledPin, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
KY-008 lāzera raidītāja modulis
- Modelis: KY-008
- SKU: 0085
- Pieejamība: 3
-
2,42€