Let's interface Analog Temperature Sensor LM35 with Arduino Uno. We'll discuss how to setup hardware with circuit connection and then write arduino code to read temperature sensor reading from LM35 in Degree Centigrade. This video also demonstrate, how to convert ADC counts into degree centigrade with LM35 Sensor.
Formula for Temperature Conversion (In Degree Centigrade):
temp = analogRead(A0);
float temp = ( temp/1024.0)*5000;
float temp = temp/10;
Watch video LM35 Temperature Sensor with Arduino Uno online, duration hours minute second in high quality that is uploaded to the channel BINARYUPDATES 03 November 2017. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 207,609 times and liked it 1.8 thousand visitors.