14. How to Interface an LCD to an ARM Microcontroller Part 1

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

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

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

    Really amazing explanation. Nobody teaches like this these days

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

    You are so good in teaching. Bravo!

  • @EmreDUR
    @EmreDUR 7 лет назад +4

    Your explanation is amazing. Thank you for this nice tutorial. I'm looking forward to see Part 2.

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

    You sound like Kevin Spacey from the movie Seven. Thank you for these videos. We can see how much work you put in and really appreciate it

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

      I just watched a clip where Kevin is in the back of the car. You are right. I watch so many movies with him in it and never cross my mind. Thank you for the kind words.

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

    Thank you for this, always enjoy how complete your videos are.

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

    Loved it! Thanks for sharing! Looking forward the part 2!

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

    This is an amazing tutorial. Very well done.

  • @samiulhaque3338
    @samiulhaque3338 6 лет назад

    oh love the tutorial.thanks man for your hard work.

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

    Have you considered doing a series on fpga? if not,then please do consider it would be very helpful.Your methods of explanation are very good

  • @NatthapolVanasrivilai
    @NatthapolVanasrivilai 7 лет назад +1

    thanks for sharing this

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

    Very well explained! I might be using an ARM STM next project :)

    • @PatrickHoodDaniel
      @PatrickHoodDaniel  7 лет назад +1

      Thanks and good to hear you may make the switch. The STM32 is a very nice line of chips.

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

      We mainly have been using tranciever SoCs from Nordic Semiconductor, those are great to natively embed wireless into the project. :)

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

    super sir i am fan of you.i love you sir

  • @trysxit2236
    @trysxit2236 2 года назад

    hello friend, nice project and good explanation. I'm started in embedded system, I already have some sub-routine work for controller lcd 40x02, with atmega 328p with ST7066 driver. but I have a problem with the "function set" I can't choice the fonte size 5*11, only can work with 5x8 dots font size. can you help me please try understund with can´t put the function set work correctly?
    thanks for your time

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

    lovely

  • @shivamprajapati1470
    @shivamprajapati1470 6 лет назад

    hey man i am using an STM32L053R8T6 Nucleo board and want to interface a LCD with it and also want to use its internal LCD controller.
    can u help me out?
    can i use a normal LCD 16x2 (having its own controller circuited on back side ) for this purpose or i need to use some other??
    plz reply me...

  • @keyen3
    @keyen3 7 лет назад +3

    What tool are you using for these diagrams?

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

      Leonardo Photo editing software. Pretty amazing, but simple interface that allows for an infinite canvas.

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

    I think you use a Microsoft Surface studio . Overall great tutorial but I want to know something . Which arm cortex m4 best for learning means which manufacturer like NXP or STM which is best to learn.

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

      I would focus on how the microcontroller will match your real applications rather than the trying to determine which one is best for the education side of things. Make sure the microcontroller has the speed and features that you are looking for. If you want to follow these tutorials, you may find it easier to use an STM32, but it is not an absolute.
      I wish I had the Surface Studio. I am using a tiny Surface 4.

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

    Hi dear. I’d like to ask you a question if it’s possible. Thanks

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

      How can I help you?

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

      can i figure out how to program arm . is it possible because I have been doing months I can not understand the HAL code etc .. because it is different from Arduino. do you have any advice. thank you

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

      @@Fnta_discovery Watch my new series. It steps you through all of the details. ruclips.net/p/PL6PplMTH29SEJhWqxhxkDKYPtw0C4mnNY

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

      @@PatrickHoodDaniel ok thank you so much 😊

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

      @@Fnta_discovery Of course, you are very welcome!!

  • @shivakumar-lv6wr
    @shivakumar-lv6wr 6 лет назад

    hey. suppose nothing bad will happen if i supply the LCD with 3.3v gpio pins right?

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

    i couldn't find the video you mentioned it at the end ???? although i went to Newbiehack.com but couldn't find it

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

    Isn't 01000001 the same as writing 1000001?

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

      Yep, same thing. It's like 09 is the same as 9 in decimal.