Ks0028 keyestudio Photocell Sensor: Difference between revisions
Keyestudio (talk | contribs) |
Keyestudio (talk | contribs) No edit summary |
||
Line 15: | Line 15: | ||
==Sample Code == | ==Sample Code == | ||
<pre> | <pre> | ||
int sensorPin =A0 ; | int sensorPin =A0 ; | ||
Line 30: | Line 28: | ||
delay(50); | delay(50); | ||
}</pre> | } | ||
</pre> | |||
== Test == | |||
<br>[[File:KS0028 (6).jpg|500px|frameless|thumb]]<br> | |||
==Resources == | ==Resources == |
Revision as of 13:48, 15 November 2017
Introduction
Photocell is commonly seen in our daily life and is mainly used in intelligent switch, also in common electronic design. To make it easier and more effective, we supply corresponding modules.
Photocell is a semiconductor. It has features of high sensitivity, quick response, spectral characteristic, and R-value consistence, maintaining high stability and reliability in environment extremes such as high temperature, high humidity. It’s widely used in automatic control switch fields like cameras, garden solar lights, lawn lamps, money detectors, quartz clocks, music cups, gift boxes, mini night lights, sound and light control switches, etc.
Specification
- Interface Type: analog
- Working Voltage: 5V
- Size: 30*20mm
- Weight: 3g
Connection Diagram
Sample Code
int sensorPin =A0 ; int value = 0; void setup() { Serial.begin(9600); } void loop() { value = analogRead(sensorPin); Serial.println(value, DEC); delay(50); }
Test
Resources
Video
http://www.keyestudio.com/wp/2016/05/ks0029-keyestudio-digital-push-button-module/
https://drive.google.com/open?id=11RwuDMXTWakDReWLfShNF-8k_pneh2gt
Buy from
Official Website
http://www.keyestudio.com/keyestudio-photocell-sensor-for-arduino.html
Amazon Store