Laser Module KY-008 5V 5mW (650nm Red)
- Was RM8.00
-
RM4.50
- Product Code: laser 5v KY-008
- Availability: In Stock
Specifications
Applications
Package Included
Connect signal (S) to pin 13 on the Arduino and ground (-) to GND. Middle pin is not used.
Arduino Sketch:
This Arduino sketch will repeatedly turn on and off the laser head every second.
int laserPin = 13; void setup() { pinMode(laserPin, OUTPUT); // Define the digital output interface pin 13 } void loop() { digitalWrite(laserPin, HIGH); // Open the laser head delay(1000); // Delay one second digitalWrite(laserPin, LOW); // Close the laser head delay(1000); }
![]()
*NOTE: PLEASE USE THIS LASER RESPONSIBLY
DO NOT Point this module to eyes directly, It may cause some blindness, glare and afterimages.
Please ensure you fully understand how this item works by checking for any datasheets (not provided with the item).
* This item will be fully tested before despatch. Never input more than operating voltage to preventing burnout.
Tags: Laser