Module with temperature sensor. For control, used is an analogue or digital output. It detects the temperature in the range from -55°C to 125°C. It is powered with the voltage of 5 V.
Module with temperature sensor. For control, used is an analogue or digital output. It detects the temperature in the range from -55°C to 125°C. It is powered with the voltage of 5 V.
Module with temperature sensor. For control, used is an analogue or digital output. It detects the temperature in the range from -55°C to 125°C. It is powered with the voltage of 5 V.
The sensor works any microcontroller with digital or analog inputs, including Arduino. To read data, simply connect the power supply and output pin to any input of the microcontroller, and read its status.
Example of connecting to Arduino.
PIN | DESCRIPTION |
---|---|
VCC | Supply voltage is 5V. |
GND | The ground of the system. |
A0 | Analog signal. |
D0 | Digital signal. |
Useful links |