Grove - Temperature Sensor

The Grove -Temperature Sensor detects the ambient temperature by including a thermistor, whose resistance will increase when the ambient temperature decreases and vice versa.
This component page contains the wiring information, hello world code, and demo video of Grove - Temperature Sensor with ARMmbed. There are demo code online with Arduino, Raspberry Pi ,and Beaglebone Green. http://www.seeedstudio.com/wiki/Grove_-_Temperature_Sensor

Specifications

Voltage: 3.3 ~ 5V
Zero power resistance: 100 KΩ
Resistance Tolerance: ±1%
Operating temperature range: -40 ~ +125 ℃
Accuracy:±1.5ºC
Sensor Photo
Seeed Specsheet http://www.mouser.com/catalog/specsheets/Seeed_101020015.pdf
Temperature Sensor Schematic
Schemetic
As the temperature increases, the resistance value of the sensor decreases:
R vs T

Wiring

mbedTemp Sensor
p20p2

Hello World Demo Code

main.cpp

#include "mbed.h"


Please log in to post comments.