Interfacing and Displaying Sensor Value on LCD using Arduino

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 ธ.ค. 2024

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

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

    Nice 1

  • @omarlozada6462
    @omarlozada6462 6 ปีที่แล้ว +1

    Hi, I want to know which librery did you use to show the sensor value in the LCD

    • @technolite867
      @technolite867  6 ปีที่แล้ว

      I didnt used any library.. Just used LCD library.. LiquidCrystal. h

  • @Aexium
    @Aexium 4 ปีที่แล้ว

    Why did you use Serial.print if you already used lcd.print to display the value?

  • @montsomokake1647
    @montsomokake1647 5 ปีที่แล้ว

    Please attach link for the code

  • @montsomokake1647
    @montsomokake1647 5 ปีที่แล้ว

    Please comment your code on 1st and 2nd line of setu0

    • @technolite867
      @technolite867  5 ปีที่แล้ว

      when you use the lcd library to initialize the lcd we use lcd.begin(16,2).it represents 16 character and 2 line lcd.
      serial.begin(baudrate) is used for initialization of serial communication USART
      here i used to test the result in serial monitor.