Comments on: Digital Thermometer using PIC Microcontroller and LM35 Temperature Sensor https://electrosome.com/thermometer-pic-microcontroller-lm35/ You Inspire.....We Create..... Mon, 04 May 2020 10:42:14 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Ligo George https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/9637 Mon, 04 May 2020 10:42:14 +0000 https://electrosome.com/?p=2088#comment-9637 In reply to kam.

If your temperature won’t cross 3 digits, use 2 digits only… You may even add decimal point if you like.

]]>
By: kam https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/9636 Sun, 03 May 2020 18:50:46 +0000 https://electrosome.com/?p=2088#comment-9636 t = t/10;
a = t%10;
lcd[0] = a + ‘0’;

Is it okay if I don’t add this extra third lcd[0]?

]]>
By: Ligo George https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/9579 Thu, 02 Apr 2020 03:59:56 +0000 https://electrosome.com/?p=2088#comment-9579 In reply to Yogesh.

You should make required changes to above program.

]]>
By: Yogesh https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/9573 Tue, 31 Mar 2020 16:00:34 +0000 https://electrosome.com/?p=2088#comment-9573 Hello sir how can I use this given code to construct an overheat detector rather than a thermometer. Except that the led display is interchanged with a buzzer and an LED.

]]>
By: nizar azman https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/7077 Tue, 01 May 2018 04:32:34 +0000 https://electrosome.com/?p=2088#comment-7077 hello.. what the app i need to open the file cording?

]]>
By: chinmay shinde https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/6714 Sun, 26 Mar 2017 04:12:00 +0000 https://electrosome.com/?p=2088#comment-6714 sir,
a = t%10;
lcd[2] = a + ‘0’;
what does this mean?
is that [2] means the units place?

]]>
By: hardik patel https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/6584 Fri, 23 Dec 2016 08:12:00 +0000 https://electrosome.com/?p=2088#comment-6584 can you tell me, how to display negative(minus) temperature in LCD using LM35 and PIC 16f….?

]]>
By: Ligo George https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/6483 Sun, 27 Nov 2016 07:40:00 +0000 https://electrosome.com/?p=2088#comment-6483 In reply to Shreya Sood.

To convert variable a to a character.

]]>
By: Shreya Sood https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/6413 Wed, 12 Oct 2016 08:43:00 +0000 https://electrosome.com/?p=2088#comment-6413 In reply to Ligo George.

lcd[0] = a + ‘0’;
what is the purpose of adding character ‘0’?

]]>
By: Ligo George https://electrosome.com/thermometer-pic-microcontroller-lm35/#comments/6130 Thu, 02 Jun 2016 12:58:00 +0000 https://electrosome.com/?p=2088#comment-6130 In reply to Tshewang Thrinley.

Please use our forums ( https://electrosome.com/forums ) for asking doubts outside the scope of above article.

]]>