Product Specifications
Type: | Laser Transmitter Module |
---|---|
Architecture: | For Arduino |
Wavelength: | 650nm (Red) |
Laser Power: | 5mW |
Operating Voltage: | +5 volts |
---|---|
Output Current: | 30mA |
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:
- A powerful range, reaching up to 60ft and more.
- It has good quality, not having any manufacturing faults or problems.
- 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.
- The software is very easy and short in terms of lines of code.
- Since this module has very small dimensions, it can be mounted to almost any project and can be fitted in to any project box.
- The hardware is very easy to connect to a micro-controller or programmer as it has only three pins (Signal, VCC and GND).
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
Be sure to check out the Arduino KY-008 Laser Module Project here!
Enjoy! Feel free to contact us for any inquiries!