How to Use ESP8266 NodeMCU with 16x2 LCD i2C Display

Поделиться
HTML-код
  • Опубликовано: 4 фев 2025

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

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

    I didin't know where the potentiometer was at first, you are the best thank you so much 😊😊

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

    This video helped me quickly to solve my issue🙌

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

    thats so cool!.love ur vids and work hard:)byee

  • @est-cequecamarche4674
    @est-cequecamarche4674 Год назад

    Thank you very much my dear, it works like a charm !
    You really helped me thank you !

  • @yuuji9343
    @yuuji9343 9 месяцев назад

    Thanks bro,it's very helpful

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

    Awesome video bro.

  • @mohdfahad9384
    @mohdfahad9384 11 месяцев назад +2

    Brother, I have done exactly as you explained but I can't figure out though the display is glowing no text is visible. I tried adjusting the potentiometer also and that address code didn't work for me.

    • @Amateurartist111
      @Amateurartist111 11 месяцев назад +2

      Did you solve the problem?? Because we are getting the same problem

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

      @@Amateurartist111 yeah I wrote the same code in loop, then it worked

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

      @@mohdfahad9384 oh okay tqs

    • @danial579
      @danial579 9 месяцев назад

      @@mohdfahad9384 how?

    • @mohdfahad9384
      @mohdfahad9384 9 месяцев назад

      @@danial579 well , just take the code from setup and copy it in loop

  • @juaneduardo8383
    @juaneduardo8383 3 месяца назад

    segun ChatGpt Vin es una entrada de voltaje que permite alimentar el microcontrolador y ahi lo ocupan como salida?...en los nodemcu que tengo aca, ninguno entrega voltaje a traves de ese pin

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

    WARNING: library LiquidCrystal_I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp8266 architecture(s). what to do if i am getting this warning

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

      Just a warning not much else, the code is fine and should work as expected.

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

    How many button added to this project

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

    3v dosen't seem to be enough at all, I can barely read the text and its not even connected to any other components

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

    if the length of characters is more than 16 in a row, then how to display all the characters by scrolling a line ? will it auto scroll or we should code for it ?

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

      You will need to code it so that it scrolls through the display. Many people have done this way also so the code for it can easily be found l.

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

    why you didn't mention the sda and scl pins connection ina code

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

      Those pins are pre configured in the library so no need to declare them seperately.

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

    Can we connect the data pins of the lcd to any D pin in nodemcu?

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

      No, as we use a library it uses SCL which is serial clock and SDA which is serial data pins on the board. Only 2 pins can do this task.

  • @shivappasl5340
    @shivappasl5340 6 месяцев назад

    My work LCD i2c and Ardino ESP2866mode MCU and DHT11 sensor not taken reading code

  • @christianbaldoza1666
    @christianbaldoza1666 9 месяцев назад

    my lcd doesn't work huhu

  • @PadmajaReddyVirupa-yt6ch
    @PadmajaReddyVirupa-yt6ch 8 месяцев назад

    Brother can you send the code plzz

  • @K.TFITNESS
    @K.TFITNESS 9 месяцев назад

    Can u please help us out in our project beacuse we are facing lots of issue

    • @K.TFITNESS
      @K.TFITNESS 9 месяцев назад

      Btw your code is working properly

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

    Up