{916} i2c LCD configuration with Arduino UNO in Tinkercad

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

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

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

    Hi, I'm from Brazil. Your video saved me!

  • @jaym5938
    @jaym5938 Год назад +5

    Awesome! You made it look easy. I have some old Arduino's sitting in a box. I should pull them out and see if I can get my LCD to operate.

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

      wish you best of luck. using tinkercad we can simulate Arduino projects easily before assembling physically

  • @daslab68
    @daslab68 3 месяца назад +2

    Great explanation. You went nice and slow so I could follow along. Keep up the good work.

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

    this is probably the clearest video out there for an absolute beginner in practical electronics. Great work!

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

    Amazing tutorial! And love your Pakistani-Punjabi accent!😊

  • @carlosandresvergara5176
    @carlosandresvergara5176 3 месяца назад +2

    Excelente explicación del uso del LCD I2C en tinkercad

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

    Excellent explain thanks for sharing this informative video

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

    What an excellent video
    Thanks for sharing

  • @blankshyper6905
    @blankshyper6905 8 месяцев назад +1

    thank you so much my indian friend

  • @joseeusebiobenavides1570
    @joseeusebiobenavides1570 7 месяцев назад

    The explanation is very good but... there is a problem and it is the same one I have: Why does Tinkercad have a delay time when writing, why does it do it from left to right?
    In my case: a "for" that should 1 minute does so in more than 2 minutes due to this delay. Because?

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

    excelente vídeo, explicas genial

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

    Good Morning Dear Friend

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

    thank you for this

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

    Hello brother, thank you for these educational videos, which I benefited a little from. Unfortunately, I do not understand your language. I wish you could translate it into Arabic. Thank you

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

    Hy haseeb-elctonics, this demo was good.
    I have something to ask, xan you please work on esp32 controller, and make a few videos regarding it.
    As i am going to do some research work on "AI ON THE EDGE" for my scholarships.
    I will share my work with you too.
    Thanks 👍

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

    Sir, is there a video about half bridge driver?

  • @douglasbernardo1756
    @douglasbernardo1756 8 месяцев назад

    #include
    LCD_I2C lcd(0x27);
    const int optico = 2;
    const int indutivo = 9;
    int metal;
    int plas;
    int total;
    void setup()
    {
    lcd.begin();
    lcd.backlight();
    pinMode(indutivo, INPUT_PULLUP);
    pinMode(optico, INPUT_PULLUP);
    metal = 0;
    plas = 0;
    total = 0;
    Serial.begin(9600);
    lcd.print(" iniciando");
    delay(1000);
    lcd.clear();
    }
    void loop()
    {
    int ind = digitalRead(indutivo);
    int opt = digitalRead(optico);
    if(ind == LOW){
    metal++;
    while(ind == LOW){}
    }
    if(opt == LOW){
    total++;
    while(opt == LOW){}
    }
    plas = total - plas;
    lcd.setCursor(0,0);
    lcd.print("Total");
    lcd.setCursor(0,1);
    lcd.print(total);

    lcd.setCursor(6,0);
    lcd.print("Metal");
    lcd.setCursor(8,1);
    lcd.print(metal);
    lcd.setCursor(12,0);
    lcd.print("Plas");
    lcd.setCursor(14,1);
    lcd.print(plas);
    Serial.println(total);
    Serial.println(metal);
    Serial.println(plas);
    Serial.println("---------------------------------------------------------------------------------------------------------");
    }

  • @Pinakisarkar-gd1pu
    @Pinakisarkar-gd1pu Год назад +1

    Thankyou sir

  • @triatouria77
    @triatouria77 Год назад +3

    Like may franeds👍🏻👍🏻🌹🌹🌹

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

    Sir can you explain a computer ups circuit diagram please ❤️

  • @HANNAHLACNO
    @HANNAHLACNO 11 месяцев назад +1

    thank youu

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

    bro i want to add lcd i2c to a circuit please pleasepleasepleasepleasepleasepleaseplease

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

    Good Afternoon I have a question. When you use a lamp in serial to detect shorts:
    Do you have another lamp in serial for the oscilloscope?
    Do you use the same lamp in serial for the oscilloscope?
    Do you connect the lamp in serial to an isolated transformer?
    Do you use an isolation transformer for the oscilloscope alone???? Thank you.

  • @Gamer_Online24
    @Gamer_Online24 4 месяца назад +1

    It is not working in Real life please help me

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

      to design practically, you can watch video number
      724
      728
      802
      712
      and there are many videos on my channel regarding LCD interfacing with arduino

  • @IrfanAli-so5hh
    @IrfanAli-so5hh 10 месяцев назад +1

    Wa alaikum assalaamu warahmatullahi wabarakathuh

  • @Abdullah-qo6qe
    @Abdullah-qo6qe 7 месяцев назад

    My address is 32 (0x20) how I am gonna write this?

  • @MarGameING
    @MarGameING 10 месяцев назад +1

    tyyy

  • @ashwathnivas1759
    @ashwathnivas1759 7 месяцев назад

    Its not working for me

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

    po Polsku mów

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

      mówię po angielsku, możesz włączyć CC, żeby oglądać polskie napisy
      pozdrawiam