Specials

All specials

Cart  

No products

0,00 € Shipping
0,00 € Tax
0,00 € Total

Prices are tax included

Check out

List for Quote

No products added yet

FAQ

Do you need help? Go to see our FAQ section.

Thermal sensor module

Thermal sensor module

Short Description:

  • Model: Thermal sensor module; temperature sensor module; thermistor; thermal sensor For Arduino
  • Brand Name: MIC
  • Condition: Brand New With Original Manufacturer

More details...

2,52 €

19,00 HRK

CK-200-223

Availability : In Stock

No products added yet

Secure payment
Secure payment

Detailed Description:

Uses:

Temperature detection, temperature control sensors, the ambient temperature detection

Module Features:

  • NTC thermistor sensor sensitivity
  • The comparator output, the signal is clean, the waveform, driving ability, more than 15mA.
  • Adjust the temperature distribution bit detection threshold
  • Operating voltage 3.3V-5V
  • The output in the form: Digital switching outputs (0 and 1)
  • A fixed bolt hole for easy installation
  • Small board PCB size: 3.2cm x 1.4cm
  • Wide voltage LM393 comparator


Module for use

  • Thermistor module on the ambient temperature is very sensitive, generally used to detect the temperature of the surrounding environment;
  • Through the adjustment of the potentiometer, can be changed to the temperature detection threshold (i.e., temperature control value), such as the need to control the ambient temperature is 50 degrees, the module is then transferred to the green light in the corresponding ambient temperature, DO output high output high level, lower than the set temperature value, the green light is not bright;
  • DO output of the microcontroller directly connected through the microcontroller to detect high and low, to detect the temperature change of the environment;
  • DO output terminal can be directly driven shop relay module, which can be composed of a temperature control switch to control the working temperature of the related equipment can also be connected to the fan used to heat dissipation;
  • The module temperature detection range of 20-80 degrees Celsius;
  • The module can also be replaced by a temperature sensor with a line for the control of the water temperature, water tanks, and the like.

Sample code:

SCM test program

/ ******************************************
Sensors trigger test
SCM: STC89C52
Baud Rate: 9600
Usage: temperature detection.
***************************************** /
# Include <reg52.h>
unsigned char date;
# Define uchar unsigned char
# Define uint unsigned int
sbit key1 = P0 ^ 1;



/ * Function affirm ---------------------------------------------- - * /
void delay (uint z);
void Initial_com (void);

/ / ************************************************ ***********

/ *
************************************************** ******************************
* Function name: delay (uint z)
* 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; / / open total interruption
ES = 1; / / enable serial interrupt
ET1 = 1; / / enable the timer T1 interrupt
TMOD = 0x20; / / timer T1, generated baud rate in Mode 2 Interrupt
PCON = 0x00; / / SMOD = 0
SCON = 0x50; / / Mode 1 is controlled by a timer
TH1 = 0xfd; / / set the baud rate to 9600
TL1 = 0xfd;
TR1 = 1; / / Timer T1 running control bits

}

 


/ / *************************
/ / ********** Main function *********
/ / *************************
main ()
{
Initial_com ();
while (1)
{

if (key1 == 0)
{
delay (); / / eliminate jitter
if (key1 == 0) / / confirm trigger
{
SBUF = 0X01;
delay (200);


}

}

if (RI)
{
date = SBUF; / / microcontroller accept
SBUF = date; / / MCU sends
RI = 0;
}


}
}

Path: > > > > Thermal sensor module

30 other products in the same category :