STM32 + LCD TFT = Display Any Data

Пікірлер: 35

  • @NickElectronics
    @NickElectronics9 ай бұрын

    New Video about 3D printed Parts and LEDs control :)❗ kzread.info/dash/bejne/gZueuLd6k83PhM4.html

  • @michaelwittmann3176
    @michaelwittmann317613 күн бұрын

    Bro this is really helpful, thank you very much :)

  • @NickElectronics

    @NickElectronics

    13 күн бұрын

    @@michaelwittmann3176 You are welcome, my friend :)

  • @VileVictour
    @VileVictour9 ай бұрын

    This is insanely useful, thank you

  • @NickElectronics

    @NickElectronics

    9 ай бұрын

    You are welcome :)

  • @harry1010
    @harry10109 ай бұрын

    Wow! How does this only have 364 views?! I feel like this is gonna blow up before you know it!

  • @NickElectronics

    @NickElectronics

    9 ай бұрын

    Hahah, thank you very much :) I hope so

  • @vsosacordeev
    @vsosacordeev7 ай бұрын

    Thank you ! for this tutorials.😉

  • @NickElectronics

    @NickElectronics

    7 ай бұрын

    You are welcome :)

  • @Bestcuriosity_1
    @Bestcuriosity_14 ай бұрын

    Lovely explained thanks for giving insight so deep

  • @NickElectronics

    @NickElectronics

    4 ай бұрын

    You are welcome :)

  • @user-cy8dk7jh5s
    @user-cy8dk7jh5s4 ай бұрын

    Awesome Video!!

  • @NickElectronics

    @NickElectronics

    4 ай бұрын

    Thanks ;)

  • @germangomez1673
    @germangomez16739 ай бұрын

    Thanks so much, ...if you want to use the integrated SD Card, how to do it? (for example to storage in SD Card some map pictures to shown at the display)

  • @NickElectronics

    @NickElectronics

    9 ай бұрын

    Hi. Unfortunately, the library from the video has command only for the display. To use SD card you have you add on more library which supports SD card + STM32 communication via SPI. Cause communication with an SD card in the module i show is also established via SPI. On the board itself there is a pin - Card CS (CCS) and TFT_CS, which allows to switch between TFT and SD :)

  • @urichaplin1424
    @urichaplin1424Ай бұрын

    Hi !It's very impressive work you did !I want to make it but I have a different board (STM32F411E_Discovery).How to import it for the chip (100pin STM32F411VETX) I have?

  • @hollyizza3672
    @hollyizza36726 ай бұрын

    Hey nick can you make a video on C1101. Im trying to work on radio frequency but its pretty hard.

  • @NickElectronics

    @NickElectronics

    6 ай бұрын

    Hello. I am definitely planning to work with some RF modules probably to control drones or other robots, but not in the nearest future 😅

  • @the_conman6635
    @the_conman66357 ай бұрын

    Is there a way you can replicate this on a bigger display? I am using a 320x240 pixel display and am not having much luck. My current setup is a NucleoU575ZI-Q and a DFR0664 2.0" 320x240 IPS TFT LCD Display.

  • @NickElectronics

    @NickElectronics

    7 ай бұрын

    Unfortunately the controller this board has does not support screens with such high resolution. For your display you should have a look at Ilitek ILI9341 controller :) Have not checked personally but the control should be similar, via SPI. LCD image converter also will work. Libraries will not. So you will have to find new ones. Probably there are some on the git) Good luck

  • @NoumanAli
    @NoumanAli5 ай бұрын

    How can we use custom Fonts with this library? There are only 3 fonts provided with this library. If you could kindly tell me how those fonts were created, I might be able to create my own.

  • @NickElectronics

    @NickElectronics

    5 ай бұрын

    Simplest option is to download libraries with fonts. There are a lot on github. Also, check out dafont website as well. They have got plenty of fonts :) Good luck

  • @NoumanAli

    @NoumanAli

    5 ай бұрын

    @@NickElectronics thank you for your rapid reply 😊

  • @Atom224
    @Atom2244 ай бұрын

    Sadly it doesn't seem to work for me. I have a STM32H7 Nucleo Board. No errors in code but nothing shows up on the display. Can you tell me haow you connected the CS, RES and DC pins? Which pins did you use and how does the library make use of those pins?

  • @NickElectronics

    @NickElectronics

    4 ай бұрын

    Hmm. The problem could be in anything because there are a lot of steps. There is a connection diagram in the video where you can see how I connected all the pins for the display. In the library, you can find the pins configuration in the "st7735.h" file. In the video, you can see it in pieces of code at 09:13 minutes.

  • @Atom224

    @Atom224

    4 ай бұрын

    Well, I did connect the RST to PC7, CS to PB6 and PA9 to DC, but as I said, the display doesn't react at all. The display itself shouldn't be the problem since it works perfectly fine with an Arduino Uno. I even lowered the SPI clock to only 5 MHz. But still nothing :/

  • @NickElectronics

    @NickElectronics

    4 ай бұрын

    @@Atom224 Hm. I believe you do not have a logic analyzer or an oscilloscope to check the signals. Did you set up all the pins as outputs? My suggestion is to check everything step by step again. It must be some loose wire or wrong bit somewhere

  • @Atom224

    @Atom224

    4 ай бұрын

    @NickElectronics I do have access to some pretty advanced logic analyzers and oscilloscopes. Though I'm still a novice 😅, so not much experience using them. I'll see what I can do tomorrow and maybe write back if I'm still stuck. P.S.: I did set the PC7,PB6, and PA9 as GPIO_Output in CubeMX.

  • @al3sss549

    @al3sss549

    26 күн бұрын

    i have the exact same problem, it look like all is good but nothing works. i also needed to add a malloc function. Someone know how to solve ??????

  • @kaiqueferreirabragasilva4792
    @kaiqueferreirabragasilva47928 ай бұрын

    Does this work for any size ST7735 display?

  • @NickElectronics

    @NickElectronics

    8 ай бұрын

    Yes it should

  • @cerealtech4138
    @cerealtech41384 ай бұрын

    wow you sounds like great Scott lol

  • @cerealtech4138

    @cerealtech4138

    4 ай бұрын

    I mean your voice Is similar

  • @NickElectronics

    @NickElectronics

    4 ай бұрын

    Maybe :) Similar voice-type 😅

Келесі