Product Specifications

General
Type: Laser Transmitter Module
Architecture: For Arduino
Wavelength: 650nm (Red)
Laser Power: 5mW
Power
Operating Voltage: +5 volts
Output Current: 30mA
Weight and Dimensions
Weight: 2g
Size (L × W × H): 2.8cm × 1.95cm × 0.8cm

Pinout

- (left pin) GND
+ (middle pin) +5 volts
S (right pin) Signal

Product Review

Honestly, I think that I am impressed with this component because this product has a lot of positive remarks to go with it including:


Sample code

Arduino KY-008 Laser Module Sample Code

    int laserPin = 10;
    void setup ()
    {
       pinMode (laserPin, OUTPUT);
    }
    void loop () {
       digitalWrite (laserPin, HIGH);
       delay (1000);
       digitalWrite (laserPin, LOW);
       delay (500);
    }
		

ICStation Product Page

Check out the product here: http://www.icstation.com/product_info.php?aid=294&products_id=2768


For purchases from ICStation, use this code for a discount:

Simics

Discount amount: 15% off
Maximum use: 1 per user
Amount Limit: 300



Enjoy! Feel free to contact us for any inquiries!