LM35 Temperature Sensor - Gravity
The DFRobot LM35 Linear Temperature Sensor is based on the semiconductor LM35 temperature sensor. It can be used to detect ambient temperature. This sensor is produced by National Semiconductor Corporation and offers a functional range between 0 to 150°C with a sensitivity of 10mV/°C. The output voltage is proportional to the temperature.
It includes thermocouples, platinum resistance, thermal resistance and temperature semiconductor chips, which are commonly used in high temperature measurement thermocouples. Platinum resistance temperature modules are used in measurements of 800 degrees Celsius, while the thermal resistance and semiconductor temperature sensor suitable for measuring the temperature of 100-200 degrees or below. In this type of application, the semiconductor temperature sensor has good linearity and high sensitivity.
Quick Spec
- Sensor Chip Model: LM35
- Supply Voltage: 3.3 ~ 5V
- Sensor Chip Sensitivity: 10mV/°C
- Measuring Range: 0 ~ 150°C
- Precision: ±1°C
- Connector Type: PH2.0-3P
- Dimension: 30 x 22mm
- Net Weight: 13g
Wiring Diagram

Sample Code
void setup()
{
Serial.begin(9600);//Set Baud Rate to 9600 bps
}
void loop()
{
uint16_t val;
double dat;
val=analogRead(A0);//Connect LM35 on Analog 0
dat = (double) val * (5/10.24);
Serial.print("Tep:"); //Display the temperature on Serial monitor
Serial.print(dat);
Serial.println("C");
delay(500);
}
Resources
Shipping List
- 1 x LM35 Temperature Sensor - Gravity
- 1 x Analog Sensor Cable
LM35 Temperature Sensor - Gravity
- Brand: DF Robot
- Product Code: DFR0023
- Weight: 0.013kg
- Product Status : Active
Stock
Warehouse | Stock Status | Location |
---|---|---|
Centurion | No Stock | |
Stellenbosch | No Stock | B0190 |
Bulk Location | No Stock |
We ship free of charge between branches to complete your order.
-
R65.00 (Inc Tax: R74.75)
Related Products
TC74A0-3.3VAT Temperature Sensor 5-Pin
TC74A0-3.3VAT Temperature Sensor 5-Pin The TC74 series of digital thermal sensors convert temperature into digital form through the on-chip thermal sensing element. The sensors are particularly su..
R35.00 (Inc Tax: R40.25)
TC74A0-5.0VAT Temperature Sensor 5-Pin
TC74A0-5.0VAT Temperature Sensor 5-Pin The TC74 series of digital thermal sensors convert temperature into digital form through the on-chip thermal sensing element. The sensors are particularly su..
R38.00 (Inc Tax: R43.70)
DHT 22 Temperature and Humidity Module
DHT 22 Temperature and Humidity Module The DHT22 is a basic, low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air a..
R158.00 (Inc Tax: R181.70)
LM35 Temperature Sensor
LM35 Temperature Sensor The LM35 series are precision integrated-circuit temperature devices with an output voltage linearly-proportional to the Centigrade temperature. Calibrated Directly in Degre..
R14.00 (Inc Tax: R16.10)
DF Robot STS35 High Accuracy Digital Temperature Sensor
DF Robot STS35 High Accuracy Digital Temperature Sensor The STS35 temperature sensor from Sensirion gives a fully calibrated, linearized, and supply-voltage-compensated digital output and has an ou..
R128.00 (Inc Tax: R147.20)