Arduino LCD tutorial | Using LCD Displays with Arduino [code explained] | Arduino tutorial 16

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • Part 16
    * Code explanation of LCD i2c module
    Code and Circuit: drive.google.c...
    Learn Arduino programming even without components (Online Arduino Simulator) :
    Tutorial video - • How to learn Arduino u...
    *-*-*-*-*-*****--*-*
    Product Links:
    Arduino Uno : amzn.to/3C1vKxF
    LCD Module with I2C: amzn.to/46i1Thn
    -**-*-*-*-*-*-*-*-*
    Follow us on Instagram :
    / tech_at_home
    Like us on Facebook :
    / tech-at-home-220885266...
    #ArduinoTutorials#lcd#techathome
    Thanks for watching!
    Like Share and Subscribe

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

  • @tanoojkumarpc459
    @tanoojkumarpc459 2 года назад +2

    Explaining in clear manner bro keep growing and keep doing videos and share the Knowledge

  • @punithsivarampura3843
    @punithsivarampura3843 4 года назад +1

    Explaining is always good 🤩❤️

  • @usha.n8431
    @usha.n8431 3 месяца назад

    Compilation error: no matching function for call to 'LiquidCrystal_I2C::begin()' getting this error

    • @techathome
      @techathome  2 месяца назад +1

      In the code, inside begin function, give LCD row and column.
      begin(16,2)

  • @bb-ur2dk
    @bb-ur2dk 4 месяца назад

    Hi there my Lcd is powering up but not printing any data
    i am able to turn on and turn off backlight

    • @techathome
      @techathome  4 месяца назад

      Adjust the potentiometer on the backside of LCD.

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

    Bro can you explain code with out headerfiles .

  • @sweetcollegegirl960
    @sweetcollegegirl960 4 года назад

    Wow ur just super bro explained in a super manner😍😍😍🥰🥰🥰🥰

  • @kanhan4013
    @kanhan4013 4 года назад +1

    How to code for rolling text. And in projects

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

    Only a single letter is printed instead of printing text. how to solve this problem?

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

      Can you mail us the code u have used

  • @mianmithu6266
    @mianmithu6266 5 месяцев назад

    Lcd not displaying

  • @nagasai2364
    @nagasai2364 4 года назад

    Anna, I expected without header file, Please make a video without the use of header file 😇

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

    Bro please make a video on transmitter and reciever

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

      Which transmitter and receiver??

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

      @@techathome "433mHz RF Transmitter and Receiver Radio Module" this one

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

      @@techathome and thank you for your amazing tutorials 🤩😄

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

      Yes will try to do it

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

      @@techathome thank you 🤩😻❤️

  • @mithun.s3277
    @mithun.s3277 Год назад

    I am not able to find the perfect library

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

      You can also download zip libraries from internet and add it.
      Refer this : ruclips.net/video/PFDmkzSX87o/видео.html

  • @user-tm7xd4im5m
    @user-tm7xd4im5m Месяц назад

    Showing code error..
    Nice video

    • @techathome
      @techathome  Месяц назад

      The latest libraries have got updated. So initialization have different functions. Can u send mail: deepakhd20@gmail.com

  • @homemade2800
    @homemade2800 2 месяца назад

    Code is wrong

  • @uratanhshenoy9292
    @uratanhshenoy9292 4 месяца назад

    What is the 0*27 at the start?

    • @techathome
      @techathome  2 месяца назад

      0x27 is the I2C address of the LCD.