Free shipping!Keyestudio LM35 Linear Temperature Sensor Module for Arduino


Introduction LM35 Linear Temperature Sensor is based on semiconductor LM35 temperature sensor. It can be used to detect ambient air temperature. This sensor offers a functional range among 0 degree Celsius to 100 degree Celsius. Sensitivity is 10mV per degree Celsius. The output voltage is proportional to the temperature. This sensor is commonly used as a temperature measurement sensor. It includes thermocouples, platinum resistance, and thermal resistance and temperature semiconductor chips. The chip is commonly used in high temperature measurement thermocouples. Platinum resistance temperature sensor is used in the measurement of 800 degrees Celsius, while the thermal resistance and semiconductor temperature sensor is suitable for measuring the temperature of 100-200 degrees or below, in which the application of a simple semiconductor temperature sensor is good in linearity and high in sensitivity. The LM35 linear temperature sensor and sensor-specific Arduino shield can be easily combined. Specification
Sample code:
void setup()
{
Serial.begin(9600);//Set Baud Rate to 9600 bps
}
void loop()
{ int val;
int dat;
val=analogRead(0);//Connect LM35 on Analog 0
dat=(500 * val) /1024;;
Serial.print(“Temp:”); //Display the temperature on Serial monitor
Serial.print(dat);
Serial.println(“C”);
delay(500);
}
Positive (0%) |
5 Stars (0)
|
4 Stars (0)
|
|
3 Stars (0)
|
|
Neutral (0%) |
2 Stars (0)
|
1 Star (0)
|
Name | Rating | Feedback |
---|
Shipping Company | Shipping Cost | Estimated Delivery Time |
---|---|---|
![]() |
3 - 7 days | |
![]() |
3 - 7 days | |
![]() |
5 - 14 days | |
Post Air Mail | Free Shipping | 15 - 45 days |
Return Policy | If the product you receive is not as described or low quality, the seller promises that you may return it before order completion (when you click "Confirm Order Received" or exceed confirmation timeframe) and receive a full refund. The return shipping fee will be paid by you. Or, you can choose to keep the product and agree the refund amount directly with the seller. N.B.: If the seller provides the "Longer Protection" service on this product, you may ask for refund up to 15 days after order completion. |
---|---|
Seller Service | On-time DeliveryIf you do not receive your purchase within 60 days, you can ask for a full refund before order completion (when you click "Confirm Order Received" or exceed confirmation timeframe). |