Arduino LCD Tutorial (Liquid Crystal Displays)

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

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

  • @SitaV88
    @SitaV88 10 лет назад +2

    Very impressive for someone in your age! Keep on!

  • @amsf2011
    @amsf2011 11 лет назад +1

    Very elegant and powerfull proyect very good ideas and easy to do
    Thanks

  • @watcbd
    @watcbd 9 лет назад +1

    Thanks for the video. Cool project.

  • @nickwiltshire4188
    @nickwiltshire4188 11 лет назад

    Sweet Channel! You are a great programmer and video editor!

  • @StewartBroadcasting
    @StewartBroadcasting 10 лет назад

    Great video. Helped with project.

  • @AAI30
    @AAI30 9 лет назад +1

    Wow thanks.

  • @dhiyamohmed7004
    @dhiyamohmed7004 10 лет назад +2

    cool

  • @Tauruss96
    @Tauruss96 7 лет назад

    Thanx 4 the vid. what music are you listening?

  • @michaelstevens630
    @michaelstevens630 10 лет назад

    The LCD is parallel and not Serial. The Outputs are actually Inputs as you describe them. Good work however.

  • @haithermithath254
    @haithermithath254 10 лет назад

    when I upload the Code to print my name it is not printing on the LCD, what is the reason ?

  • @CWright017
    @CWright017 11 лет назад

    You spelt world wrong, but nice video.

  • @rick601a
    @rick601a 10 лет назад

    Hey which Bluetooth module did u use here. As I was looking into getting one from Sparkfun. But notice they make so many options.

    • @RomanAKozak
      @RomanAKozak  10 лет назад

      Bluetooth Mate Silver
      WRL-12576

  • @magnus123cool
    @magnus123cool 7 лет назад

    you miss spelled hello word. hello world

  • @tbmtech5651
    @tbmtech5651 9 лет назад

    Oh man Roman I got this SainSmart LCD www.amazon.com/gp/product/B003B22UR0/ref=oh_aui_search_detailpage?ie=UTF8&psc=1 wtihout realizing getting the right library was going to be a pain, please help!!! I've tried all the libraries I could find and nothing :/
    I'm connecting ground, voltage, the sda to pin 4 and the scl to pin 5. This Module only connects 2 pins.
    I really appreciate the help

    • @RomanAKozak
      @RomanAKozak  9 лет назад

      Andres Medellin Hi Andres, by the looks of the module it is controlled via I2C (only 2 pins) not serial as demonstrated in my video. I found some code that should work for you. Good luck! www.sainsmart.com/sainsmart-iic-i2c-twi-serial-2004-20x4-lcd-module-shield-for-arduino-uno-mega-r3.html

    • @tbmtech5651
      @tbmtech5651 9 лет назад

      ***** Thank you so much! turns out the library was right but the code was wrong! I had to run a i2C scanner to find out my pin was 0x3F and voila! thanks a bunch again ^_^

  • @StewartBroadcasting
    @StewartBroadcasting 10 лет назад

    Hi, what app did you use to send the text to the bluetooth module?

    • @RomanAKozak
      @RomanAKozak  10 лет назад

      Hey! Its called BlueTerm (play.google.com/store/apps/details?id=es.pymasde.blueterm&hl=en). Although any Bluetooth terminal should work. Good luck!