Buttons on Nextion Display || STM32 || Control LED

Поділитися
Вставка
  • Опубліковано 27 лис 2024

КОМЕНТАРІ • 39

  • @yzx523
    @yzx523 2 роки тому +1

    Hello, this message comes from Taiwan. Thank you very very much~~I love all of your tutorial videos: )

  • @jorgejacome4269
    @jorgejacome4269 4 роки тому +1

    All your tutorials videos are great , thanks

  • @shawntaylor9509
    @shawntaylor9509 4 роки тому +1

    Great video and explanation as always. Thank you very much.

  • @nobistech2398
    @nobistech2398 Рік тому

    Спасибо большое вам ,вы делаете большое дело и помогаете студентам

  • @Oscaro9928
    @Oscaro9928 Рік тому

    Have to ask, where did you get the cool background on your PC?, it is a very cool "space" image. Thanks in advance

  • @stevescott55
    @stevescott55 3 роки тому +1

    Your tutorials are great. I am learning much. I have added buttons as in 1st part and work great. I added the interrupt code, cut and pasted, but that does not work.
    What troubleshooting can I do to spot where it is not working?

    • @stevescott55
      @stevescott55 3 роки тому

      Nevermind - found my mistake. Still would be good to know how to troubleshoot interrupts via breakpoints?

    • @sabbrush6001
      @sabbrush6001 11 місяців тому

      @@stevescott55 hi same mistakes. how did you solve it? i've been writing the code over and over again but cannot recieve anything from HAL_UART_Receive_IT

  • @luizazeredo5197
    @luizazeredo5197 3 роки тому +1

    Suas aulas estão top, muito obrigado

  • @mekbots7607
    @mekbots7607 4 роки тому

    excuse me ,I did it same ,the button project is working ,but sending string to lcd ,is not working, have you have idea what is the problems tested in Arduino ,it work perfectly, but I want to do it with stm32 ,by the way your UA-cam channel is amazing ,I learned a lot from thanks .

  • @qzorn4440
    @qzorn4440 8 місяців тому

    Wow, lot of stuff for a button? Thanks.

  • @talgtalga3767
    @talgtalga3767 3 роки тому

    Great video any ... any chance to run this nextion with same stm32 the stepper motor controlls on the touch screen buttons also heating with control the relay ?? i would like to assembly small desktop injection molding machine... any quick question any type of nextion works with this stm32 or need special one any link where i can get this nextion touch screen display?? there are many in china aliexpress with different features they have some ttl usb ,and special usb required i confused to select right one.

    • @ControllersTech
      @ControllersTech  3 роки тому

      Nextion is the company name.
      Buy it from the official seller. Any display will work as long as it's from nextion. The one i am using in the video is one of the cheapest one (basic model)

    • @talgtalga3767
      @talgtalga3767 3 роки тому

      @@ControllersTech Great, thanks for your quick respond as i mentioned in above corrosponds about stepper motors, heaters to control them through nextion display any chance to make video :-)?? will be greatfull help for me and for sure 4 others too..

    • @ControllersTech
      @ControllersTech  3 роки тому

      I am not going to make video, but it's pretty easy for you to do it. Just make a UI and use the buttons to send some particular data to the controller.

    • @talgtalga3767
      @talgtalga3767 3 роки тому

      @@ControllersTech thanks for your reply i will try

    • @erenakcay9036
      @erenakcay9036 Рік тому

      did u do injection machine

  • @emilK86
    @emilK86 3 роки тому

    nice guides, good job

  • @idine3045
    @idine3045 Рік тому

    Hello, how to send string not hexadecimal value in part please?

    • @ControllersTech
      @ControllersTech  Рік тому

      You can send using print command .eg: print "string".
      Check 3:55

  • @ferdinvivian9336
    @ferdinvivian9336 4 роки тому

    Can you please make a video,, how to interface Bluetooth module with STM,, forming mesh network..

    • @ControllersTech
      @ControllersTech  4 роки тому

      I already have a video on bluetooth. I don't know what mesh are u talking about..

  • @anjalirathi5228
    @anjalirathi5228 2 роки тому

    Hello Controller tech,
    what I have to do if I want to do it visa versa means if the led gets ON , the button of nextion display should get automatically start

    • @ControllersTech
      @ControllersTech  2 роки тому

      You just need to send the commands to the display. Check out the rest of the playlist and you will understand this

    • @anjalirathi5228
      @anjalirathi5228 2 роки тому

      @@ControllersTech How can I do that?? I watched all the nextion video & tried to implement but still the button is not getting ON automatically.

  • @fabioalmeida4700
    @fabioalmeida4700 2 роки тому

    Hello I try your example but without success. I can successfully send data to nextion, but couldn't receive. My nextion is connected to UART3 and I enable global interrupt in NVIC settings of Uart3. I don't know why don't work.

    • @hakankilic4228
      @hakankilic4228 7 місяців тому

      Hi, your comment is two years ago but I want to ask, did you solve? My purpose is when I want to press button on nextion screen, on the stm32 value (for instance i) should be 1, I tried to run the code but I couldn't reach any result in any attempt, any idea?

  • @shawntaylor9509
    @shawntaylor9509 3 роки тому

    Using USART LL Drivers and using an interrupt when a button is pressed, but my code is stuck in the ISR. I've noticed it is caused by the ORE flag - any suggestion on how to solve this issue?

    • @ControllersTech
      @ControllersTech  3 роки тому

      ORE is caused when the data is received but the previous data hasn't been read yet.
      Basically after the data is received in the DR, you need to read the DR. If you failed to do so and another byte gets received, the ORE flag will set

    • @shawntaylor9509
      @shawntaylor9509 3 роки тому

      @@ControllersTech I think the issue is with Mac OS and USB-C. Took the project and same board to Windows and it runs flawlessly.

  • @yusufhzal3780
    @yusufhzal3780 4 роки тому

    it can not accept print fonction why it can be

    • @yusufhzal3780
      @yusufhzal3780 4 роки тому

      Error:Invalid Variables:print( Double click to jump to code)

      l wrote all same

    • @ControllersTech
      @ControllersTech  4 роки тому

      U must be doing some Syntex error. Download the code, open the hmi file and then compare with your syntex.

    • @yusufhzal3780
      @yusufhzal3780 4 роки тому

      Sir I will try also I changed printh it's worked how can change hex to decimal at mcu is sprintf working?

    • @ControllersTech
      @ControllersTech  4 роки тому

      Use prints instead of printh
      That will print string
      Also in prints there is a comma.. i have mentioned that in the video also.. Don't confuse it with the dot

  • @acocrw5808
    @acocrw5808 4 роки тому

    Ho i can't join telegram . Can u refresh links

    • @ControllersTech
      @ControllersTech  4 роки тому

      Link is alright buddy. Some error from ur side i guess

    • @talgtalga3767
      @talgtalga3767 3 роки тому

      Slm Merakli nasil cozebildiniz mi..ben yene basliyorum bu islere) yarimdi olabilirmisiniz eger whats ap nomarami gondersem..
      Saygilarimla,
      Talgat

  • @borisborisov3015
    @borisborisov3015 3 роки тому

    Почему событие реализовано по отпусканию кнопок? Это ошибка начинающих эмбеддеров! Зачем вводите в заблуждение лишней преамбулой передаваемых команд? Почему применяете вызов функций HAL без контроля их возвращаемых значений? Этот Материал заслуживает низкой оценки.