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 Size Dimensions

Product Weight: 2g
Product Size (L x W x H): 2.8 x 1.95 x 0.8 cm

Pinout

- (left pin) - GND
+ (middle pin) = +5v
S - 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:
1. A powerful range, reaching up to 60ft and more.
 2. It has good quality, not having any manufacturing faults or problems.
 3. I used this with an Arduino Uno, and I'm able to easily program this module with ease, blinking the laser or using it as a strobe.
4. The software is very easy and short in terms of lines of code. 
5. Since this module has very small dimensions, it can be mounted to almost any project and can be fitted in to any project box.
6. The hardware is very easy to connect to a micro-controller or programmer as it has only three pins (Signal, VCC and GND).

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

PictureCheck 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:
Code: Simics
Discount Amount: 15% off
Max. Use: 1 (one per user) 
Amount Limit: 300

Sponsor Link:

UTSource.net Reviews

It is a trustworthy website for ordering electronic components with cheap price and excellent quality.

Amazing opportunities

Also, be sure to check out PCBWay, a leading manufacturer and distributor in PCB design and manufacturing. They have amazing prices and excellent quality in their services, so don't miss out on them! Plus, PCBWay has an amazing website, online Gerber viewer function and a gift shop so make sure to check out their links below:

PCBWay Free Online Gerber Viewer Function:  https://www.pcbway.com/project/OnlineGerberViewer.html

PCBWay Gift Shop: https://www.pcbway.com/projects/gifts.html

Be sure to check out the Arduino KY-008 Laser Module Project by clicking here.

Enjoy! Contact us for any inquiries!