Analog Temperature Sensor

We can build electronics projects just as easy as piling bricks. Arduino and community have made the programming much easier than ever before. How about some elixir on hardware part? Maybe it is not yet convenient to make complex interfaces, but we can at least start from the most commonly used modules.
By using electronic bricks, you may connect Arduino compatible boards easily with various digital, analog and I2C/Uart interfaces. These the breadboard-less firm connection are prepared to extensive modules like poteniometers, sensors, relays, servos...even buttons, just plug and play.
Each terminal module has buckled port with VCC, GND and Output, which has corresponding port on the sensing board, with a plain 2.54mm dual-female cable you may start playing already. Buckled brick cables are like cement for bricks, make the connections easier, secure and more professional looking.
This module can be used with Arduino Sensor Shield.
You can do some simple design about it,it support“plug and play”.
This analog Temperature Sensor is Based on thermistor.
This Temperature Sensor Module measures the environment temperature and input data to Arduino through the analog IO port of Sensor Shield. Great tool for gardening projects, home alert system etc.
Building interactive work is as easy as piling bricks, just plug it to our Arduino Sensor Shield with a buckled cable, and make it looks professional and neat.
A simple program below converts data from Temperature Sensor Module to Fahrenheit and displays it in Serial Monitor.
This function utilizes the Steinhart-Hart Thermistor Equation to convert "Thermistor Resistance" to "Temperature in Degrees Kelvin."
A temperature sensor based on thermistor. Can be used to detecting environment temperature.


