Making an LCD Digital Thermometer with Arduino

แชร์
ฝัง

ความคิดเห็น • 23

  • @yazminhernandez8922
    @yazminhernandez8922 2 ปีที่แล้ว

    This video was incredibly helpful! Extremely thorough explanation of the overall device, thank you so much!!!

  • @KsichtyMedvidka
    @KsichtyMedvidka 3 ปีที่แล้ว +1

    Thanks for this video. It helped me a lot! :)

  • @rachitbansal1555
    @rachitbansal1555 3 ปีที่แล้ว +2

    Nicely explained, thank you!

  • @bandulawijesiri7125
    @bandulawijesiri7125 2 ปีที่แล้ว +1

    Thanks for this video

  • @ayushpatel5622
    @ayushpatel5622 3 ปีที่แล้ว +1

    thank you

  • @foxxul
    @foxxul 3 ปีที่แล้ว +1

    String((char)178) creates an antenna looking symbol for me haha, and when I look up the ASCII table it says 248 is the degree symbol, but that prints an x bar

    • @digatsmu6667
      @digatsmu6667  2 ปีที่แล้ว

      Hey Andre! After a quick search, it seems like the updated IDE is having trouble converting the symbol correctly. Try looking at the thread found below at the 2020 responses to the question! They should have an IDE version closer to yours and may have more chance of working!
      forum.arduino.cc/t/solved-how-to-print-the-degree-symbol-extended-ascii/438685/42

  • @sandplayz5143
    @sandplayz5143 ปีที่แล้ว

    Bro thankyou

  • @ahmadnaufal11
    @ahmadnaufal11 3 ปีที่แล้ว +3

    How to make the temperature only use Celcius only

    • @digatsmu6667
      @digatsmu6667  3 ปีที่แล้ว +5

      Hi Ahmad. The system's default is Celsius. If you forward to time 14:45, you can see we edit the code to convert to Fahrenheit from Celsius. If you are using the code line by line, deleting line 28 should do the trick. Thanks for the question!

  • @franciscogandalarodriguesn2530
    @franciscogandalarodriguesn2530 2 ปีที่แล้ว

    I try to implement this segment on a bigger projet, but the screen dont show nothing, she turn on. Do you have any ideia of whats is the problem

  • @shariqahmeds
    @shariqahmeds 3 ปีที่แล้ว +2

    hey!
    could you share the code for the simulation please.

    • @digatsmu6667
      @digatsmu6667  3 ปีที่แล้ว +2

      Hello Shariq! The code is in the description box! It should be "Link to design". You can download the code and circuit diagram from there!

  • @fandyjohan3182
    @fandyjohan3182 3 ปีที่แล้ว

    Hi buddy, could you mind to share where you get the information for that TMP36 ?

    • @digatsmu6667
      @digatsmu6667  3 ปีที่แล้ว +1

      www.analog.com/en/products/tmp36.html#product-overview Here is the link to the data sheet! There is a PDF if you click that link. Thanks for watching!

    • @fandyjohan3182
      @fandyjohan3182 3 ปีที่แล้ว

      @@digatsmu6667 thank you so much

  • @reshmav9732
    @reshmav9732 2 ปีที่แล้ว

    how to do whether the temperature is low,it gives red color and the temperature is high,it gives green color

    • @digatsmu6667
      @digatsmu6667  2 ปีที่แล้ว

      Hi there! you would have to add an if/else statement with temperature ranges that would turn on or off the LEDs you add! Hopefully, that helps!

  • @jai_janta
    @jai_janta 2 ปีที่แล้ว

    The video starts from 8:30

  • @viktorrychtarik3317
    @viktorrychtarik3317 2 ปีที่แล้ว

    Hello i wanted to ask something, when i upload the code it says on the lcd the temperature but there is - in front of it how can i fix that ?