Laser Module KY-008 5V 5mW (650nm Red)

  • Was  RM8.00 
  • RM4.50

  • Product Code: laser 5v KY-008
  • Availability: In Stock

 

Specifications

  • Wavelength: 650nm (Red)
  • Working Voltage: 3V - 5V DC
  • Optical Power: <5mW
  • Current: <40mA
  • Lifespan: 1000 Hours
  • Adjustable Focus: Yes
  • Laser Range: Max. 15 Meter @ Φ10mm ~ Φ15mm
  • Laser Shape: Round Beam Dot, Continuous Output
  • Working Temperature: -36℃ ~ 65℃
  • Shell Material: Brass Copper
  • Size: Φ 12 x 35mm
  • Power lead length: 135mm

 

Applications

  • Sighting device for orientation
  • Laser test tools
  • Concentricity positioning
  • Medical equipment positioning
  • Production of signal equipment
  • DIY or robots 

 

Package Included

  • 1 x Laser Module

 

 

Connect Laser Diode Module to Arduino

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.

Write a review

Note: HTML is not translated!
    Bad           Good

 

Related Products

Tags: Laser