Free hotline:
86-755-88844016
+852 2632 9637
Image shown is a representation only.
Exact specifications should be obtained from the product data sheet.
Hot selling spot photosensitive sensor module, light detection photosensitive resistor module, photosensitive module, 3-pin
photosensitive sensor module, light detection photosensitive resistor module
Module features
1. Adopting a sensitive photoresistor sensor
2. The comparator output has a clean signal, good waveform, and strong driving capability, exceeding 15mA.
3. Equipped with an adjustable potentiometer to adjust the brightness of the detection light
4. Working voltage 3.3V-5V
5. Output format: Digital switch output (0 and 1)
6. Equipped with fixed bolt holes for easy installation
7. Small PCB size: 3.2cm x 1.4cm
8. Using a wide voltage LM393 comparator
Module usage instructions
1. The photoresistor module is sensitive to ambient light and is generally used to detect the brightness of surrounding light, triggering microcontrollers or relay modules, etc;
2. When the ambient light brightness does not reach the set threshold, the DO terminal outputs a high level. When the ambient light brightness exceeds the set threshold, the DO terminal outputs a low level;
3. The DO output terminal can be directly connected to the microcontroller to detect high and low levels, thereby detecting changes in environmental light brightness;
4. The DO output terminal can directly drive the relay module of our store, thus forming a light controlled switch.
The front and back appearance of the products in this series of modules
Product structure and wiring diagram
Public circuit diagram, friends who need it can refer to the following figure
Microcontroller testing program
/******************************************
Sensor trigger test
Single chip microcontroller: STC89C52
Baud rate: 9600
Product use: Light detection.
*****************************************/
#include <reg52.h>
unsigned char date;
#define uchar unsigned char
#define uint unsigned int
sbit key1=P0^1;
/*Function declaration-----------------------------------------------*/
void delay(uint z);
void Initial_com(void);
//***********************************************************
/*
********************************************************************************
**Function name: delay (uint z)
**Function Function: Delay Function
********************************************************************************
*/
void delay(uint z)
{
uint i,j;
for(i=z;i>0;i--)
for(j=110;j>0;j--);
}
//******************************
//*****Serial port initialization function***********
//******************************
void Initial_com(void)
{
EA=1; // Total Interruption
ES=1; // Allow serial port interruption
ET1=1; // Allow interrupt of timer T1
TMOD=0x20; // Timer T1, interrupt in Mode 2 to generate baud rate
PCON=0x00; // SMOD=0
SCON=0x50; // Method 1: Controlled by Timer
TH1=0xfd; // Set the baud rate to 9600
TL1=0xfd;
TR1=1; // Start timer T1 and run control bit
}
//*************************
//**********Main function*********
//*************************
main()
{
Initial_com();
while(1)
{
if(key1==0)
{
delay(); // Eliminate jitter
If (key1==0)//Confirm triggering
{
SBUF=0X01;
delay(200);
}
}
if(RI)
{
date=SBUF; // Single chip microcontroller accepts
SBUF=date; // Single chip microcontroller sending
RI=0;
}
}
}
Product real-life photos
Payment&Transportation
Official Certificate&Certificate
Multiple product supply
Company office environment
Warehouse Real Shot
Standard packaging
We also provide :
Part No | Manufacturer | Date Code | Quantity | Description |
LM22676ADJ | NS | 19+ | 250 | SOP8 |
TPS562201DDCR | TI | 22+ | 795500 | SOT23-6 |
NJG1806K75 | JRC | 22+ | 500000 | DFN6 |
TLV74318PDQNR | TI | 22+ | 402000 | X2SON-4 |
NJG1801K75 | JRC | 22+ | 300000 | SMD |
NJG1804K64 | JRC | 22+ | 300000 | DFN8 |
LM27761DSGR | TI | 22+ | 151000 | WSON8 |
TLV62565DBVR | TI | 22+ | 138000 | SOT23-5 |
TPS613222ADBVR | TI | 22+ | 108000 | SOT23-5 |
LNK625DG-TL | POWER | 22+ | 100000 | SOP-8 |
OPA4322AIPWR | TI | 22+ | 100000 | TSSOP14 |
TLV75528PDRVR | TI | 22+ | 99000 | WSON-6 |
TPS7A2025PDQNR | TI | 22+ | 78500 | X2SON-4 |
TLV62568DBVR | TI | 22+ | 72000 | SOT23-5 |
STM32L051K8U6TR | ST | 22+ | 60000 | QFN32 |
SKY66421-11 | SKYWORKS | 22+ | 56500 | QFN16 |
TPS7A1111PDRVR | TI | 22+ | 54000 | WSON6 |
TLV62569PDDCR | TI | 22+ | 52000 | SOT23-6 |
TLV62569DBVR | TI | 22+ | 48000 | SOT23-5 |
TPS23753APWR | TI | 22+ | 40000 | TSSOP14 |
NB691GG-Z | MPS | 22+ | 30000 | QFN |
SN74AHC1G02DBVR | TI | 22+ | 27939 | SOT-23 |
TPS63000DRCR | TI | 22+ | 23238 | VSON10 |
TLV75533PDRVR | TI | 22+ | 21500 | WSON6 |
NB687BGQ-Z | MPS | 22+ | 20000 | QFN |
A3916GESTR-T-1 | ALLEGRO | 22+ | 17150 | QFN-20 |
TPS62135RGXR | TI | 22+ | 15000 | VQFN11 |
TLE2022AMDR | TI | 0803+ | 12500 | SOP8 |
TPS23756PWPR | TI | 22+ | 12000 | HTSSOP-20 |