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 4-pin 3-pin thermal sensor module, temperature sensor module, thermistor, 3-wire thermal sensor
4-pin 3-pin thermal sensor module
Purpose
Temperature detection, temperature control sensor, environmental temperature detection
Module features
1. Adopting NTC thermistor sensor with good sensitivity
2. The comparator output has a clean signal, good waveform, and strong driving capability, exceeding 15mA.
3. Adjust the temperature detection threshold with a potentiometer
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. Thermistor modules are highly sensitive to environmental temperature and are generally used to detect the temperature of the surrounding environment;
2. By adjusting the potentiometer, the temperature detection threshold (i.e., the control temperature value) can be changed. If it is necessary to control the ambient temperature to 50 degrees, the module will turn on the green light when the corresponding ambient temperature is adjusted, and the DO will output a high level. When the temperature is lower than this set value, the module will output a high level and the green light will not turn on;
3. The DO output terminal can be directly connected to the microcontroller to detect high and low levels, thereby detecting temperature changes in the environment;
4. The DO output terminal can directly drive the relay module of our store, which can form a temperature control switch to control the working temperature of related equipment, and can also be connected to a fan for heat dissipation, etc;
5. The temperature detection range of this module is 20-80 degrees Celsius;
6. This module can also be replaced with a wired temperature sensor for controlling water temperature, water tank, etc.
Microcontroller testing program
/******************************************
Sensor trigger test
Single chip microcontroller: STC89C52
Baud rate: 9600
Product use: Temperature 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;
}
}
}
Actual product 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 |