How to use LM35 temperature sensor with arduino

Поделиться
HTML-код
  • Опубликовано: 20 июл 2024
  • This video explains how to use an analog temperature sensor with an Arduino. We explain step by step how to get the voltage value and then convert it to temperature.
    And then we try to display the temperature to an LCD.
    Join this channel to get access to perks:
    / @miliohm
    Full code and tutorial :
    miliohm.com/how-to-use-lm35-t...
    Videos on LCD tutorial :
    • How to use I2C LCD wit...
  • НаукаНаука

Комментарии • 33

  • @geoffreymbugua4963
    @geoffreymbugua4963 Год назад

    Thank you. How can I add a fan to cool the temperature?

  • @m7mdMAH5
    @m7mdMAH5 2 года назад +1

    Because I have to submit a project to the school and that is just perfect and also creative because no one have used Arduino in his project!

  • @NoOne-br7bl
    @NoOne-br7bl Год назад +1

    Hello, I got wrong temperature value and I used multiple lm35 to check if its working well but I got same values which is 68

  • @sarahali7611
    @sarahali7611 Год назад

    Thank you for the vid. But why it appears to my lcd that the temperature is 100 Celsius and above

  • @kzchi850
    @kzchi850 11 месяцев назад

    bro, you are awesome!!

  • @jeyseee8988
    @jeyseee8988 2 года назад +3

    Thanks for this video! It is a great help for my project. I have a question, can I store the temperature reading in an sd card? And if I can, how?

    • @miliohm
      @miliohm  2 года назад +1

      Sure you can, you can watch my another video about SD card/data logger

  • @m7mdMAH5
    @m7mdMAH5 2 года назад

    Thank you very much !!!

  • @EforEngineering
    @EforEngineering 2 года назад

    My temp is going down with rise in temp.what to do

  • @andriibobrov
    @andriibobrov Год назад +4

    I'm getting this output every time:
    Voltage :
    4.89
    Temperature :
    488.76

  • @mahmuthocausta
    @mahmuthocausta 2 года назад

    Thank you very much

  • @ajith6840
    @ajith6840 Год назад

    Thank you so much for this video
    Is it possible to add an battery voltage sensor along with the temperature sensor in the same Arduino, How can we combine the both programs

    • @miliohm
      @miliohm  Год назад

      It is easy. Just analogRead on another pin, then do your formula to get the voltage and print it.

    • @ajith6840
      @ajith6840 Год назад

      @@miliohm If you don't mind , Do a detailed video on this, I sure that it is very useful , I would like make the same project to my motorcycle to calculate battery voltage & engine temperature

  • @alialameertaha7277
    @alialameertaha7277 2 года назад

    I have same sensor but with different shape, is the same datasheet correct for both.

    • @miliohm
      @miliohm  2 года назад

      What kind of shape do you have?

    • @alialameertaha7277
      @alialameertaha7277 2 года назад +1

      @@miliohm it is the module one, it looks like a chip with a sensor. LM35 module.
      Can I know what is the difference from sensor only.
      Thanks for the reply.

    • @miliohm
      @miliohm  2 года назад +1

      If there is no additional IC there, should be the same. It is just used for easier use on breadboard

  • @sarupdhar7965
    @sarupdhar7965 2 года назад +1

    Why my lcd I2C showing no such file directory ????

    • @miliohm
      @miliohm  2 года назад

      Maybe You don't have the i2c LCD library yet. Watch my tutorial about the LCD. Link in the description

  • @Amperekaefer
    @Amperekaefer 2 года назад

    *Danke* .

  • @gouthamas7265
    @gouthamas7265 2 года назад

    How do I add liquid crystal_Ic on to my library!!!!!!!!!

    • @miliohm
      @miliohm  2 года назад

      I already place detailed video tutorial about the LCD in the description.

  • @bhaveshkunbi2164
    @bhaveshkunbi2164 Год назад +1

    Temperature value is showing floating too fast?

    • @ashishbelel1127
      @ashishbelel1127 6 месяцев назад +1

      Increase delay time
      I think its like 5 sec is equal to delay(5000) in its code

  • @gilangbagussajiwo469
    @gilangbagussajiwo469 Год назад +2

    why my sensor results if I get a hot temperature, the value goes down?

    • @RVCE-
      @RVCE- Год назад

      Same... Is it solved?

    • @alejandromartinezbaena7387
      @alejandromartinezbaena7387 8 дней назад

      did you solve the problem? I'm getting the same behavior and I did exactly what it's on video

  • @muhammadanas5383
    @muhammadanas5383 Год назад +1

    LiquidCrystal_I2C.h: No such file or directory

    • @miliohm
      @miliohm  Год назад

      You need to download the library for the i2c lcd first

    • @miliohm
      @miliohm  Год назад

      ruclips.net/video/OD3pu1OAnjs/видео.html here's complete tutorial about the i2c LCD if you are using it for the first time

  • @amentos8409
    @amentos8409 2 года назад

    Can u plz mention the components soldered with lcd display

    • @miliohm
      @miliohm  2 года назад

      It's called i2c LCD backpack. You can find the detailed tutorial about LCD and the backpack in link in the description.