Lesson 22 - 1602A LCD Module

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

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

  • @maaliatat8428
    @maaliatat8428 5 лет назад +3

    These videos are very helpful and I am very lucky to have found such a hidden gem on youtube. Thank you for all of the hard work that you put into these lessons. You've helped so much!

    • @eastonoakley7011
      @eastonoakley7011 3 года назад

      you probably dont care but if you guys are stoned like me during the covid times you can watch all of the new movies and series on Instaflixxer. Been binge watching with my brother for the last days xD

    • @bowenrylan5873
      @bowenrylan5873 3 года назад

      @Easton Oakley Definitely, I've been using instaflixxer for since november myself :D

  • @gavinmyers6298
    @gavinmyers6298 4 года назад +2

    I am so glad I found this channel! Sometimes when reading the instructions given it can be confusing, but you explain it so well!

  • @sonogylabsonogylab2262
    @sonogylabsonogylab2262 3 года назад +1

    Very well done, and i like the 2-part approach using the native parallel interface and then moving to the serial I2C. Your notes, code change explanations, and links are leagues ahead of many others. Thanks for just the tips i needed before updating a prototype that i have an LCD and arduino embedded in.

  • @studentcarloslorenzozuniga3914
    @studentcarloslorenzozuniga3914 5 лет назад

    Hi,I started you watching on summer for arruino lessons since I bought mega2560 kit.Then I left arduino and now I have started again. This videos are very helpful

  • @DjPorkchop73
    @DjPorkchop73 3 года назад +3

    I hate Fritzing's forced donation. At that point in time it is payware. However it can be built for free if you grab their source code from Git. I don't mind donating for decent freeware but a "Forced Donation", nope. And thanks for your taking the time to make these videos and upgrades how you do. I have found them very helpful.

  • @christiansmith1327
    @christiansmith1327 5 лет назад

    Thanks for your tutorials sir very helpful

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

    I had to fill in the args for lcd.begin() -- with the columns and rows of the display (16, 2) -- instead of leaving it blank, AND I needed to write Wire.begin() into the setup func or else it wouldn't run.

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

    Ricardo, thank you for the great course!!
    Please suggest software for arduino and schematics simulation.

  • @sonogylabsonogylab2262
    @sonogylabsonogylab2262 3 года назад +1

    I dont see the link you spoke of to the software /sketch that returns the HEX address of the I2C module. Can you point me to it or, of you forgot, add it below? TIA

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

    I like your videos

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

    thanks

  • @studentcarloslorenzozuniga3914
    @studentcarloslorenzozuniga3914 5 лет назад

    Could you make a video for basic coding?

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

    sir, i only got white boxes in the 1st row and it wont print a word, any solution ?

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

      Check all your LCD wiring. Contrast is the next thing to check. Make sure that V0 is properly connected to the variable part of the potentiometer, and that the potentiometer is connected between the +5V and ground.

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

      @@rickmorenojr i checked otut already i also adjust the contrast from 0 to 100 but no word showed up

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

      im having this same problem right now, did you ever figure it out?