
Fast Shipping.
All orders delivered fast

Quality Products.
Products tested for quality

Secure Payments.
Pay online securely with ssl

Customer Support.
We answer all your questions
Dimensions | 27 × 11 cm |
---|
Supply Voltage: 2.5V – 5V
Wavelength: 240nm – 370nm
Viewing Angel: 130degree
Output Date: Analogue
Size: 11mm X 27mm
Testing Source Code:
void setup()
{
Serial.begin(9600);
}
Â
void loop()
{
float sensorVoltage;
float sensorValue;
Â
sensorValue = analogRead(A0);
sensorVoltage = sensorValue/1024*3.3;
Serial.print("sensor reading = ");
Serial.print(sensorValue);
Serial.println("");
Serial.print("sensor voltage = ");
Serial.print(sensorVoltage);
Serial.println(" V");
delay(1000);
}
Only logged in customers who have purchased this product may leave a review.
All orders delivered fast
Products tested for quality
Pay online securely with ssl
We answer all your questions
Official Online Component online store. Get the best quality components for your next project with us.
No account yet?
Create an Account
Reviews
There are no reviews yet.