Buttons on Nextion Display || STM32 || Control LED

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 มิ.ย. 2024
  • Purchase the Products shown in this video from :: controllerstech.store
    ________________________________________________________________________________________
    To download the code and the HMI file, goto controllerstech.com/wp-conten...
    NEXTION Playlist • NEXTION
    ________________________________________________________________________________________
    ****** SUPPORT US BY DONATING*****
    paypal.me/controllertech
    ******Join the Membership******
    / @controllerstech
    Join the Discord Server / discord
    Join the Telegram Group t.me/controllerstechdiscuss
    Follow me on Instagram / controllerstech
    For more info, visit www.controllerstech.com
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 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 3 ปีที่แล้ว +1

    All your tutorials videos are great , thanks

  • @shawntaylor9509
    @shawntaylor9509 3 ปีที่แล้ว +1

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

  • @luizazeredo5197
    @luizazeredo5197 3 ปีที่แล้ว +1

    Suas aulas estão top, muito obrigado

  • @Oscaro9928
    @Oscaro9928 11 หลายเดือนก่อน

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

  • @emilk.2014
    @emilk.2014 2 ปีที่แล้ว

    nice guides, good job

  • @qzorn4440
    @qzorn4440 3 หลายเดือนก่อน

    Wow, lot of stuff for a button? Thanks.

  • @mekbots7607
    @mekbots7607 3 ปีที่แล้ว

    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 TH-cam channel is amazing ,I learned a lot from thanks .

  • @nobistech2398
    @nobistech2398 ปีที่แล้ว

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

  • @stevescott55
    @stevescott55 2 ปีที่แล้ว +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 2 ปีที่แล้ว

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

    • @sabbrush6001
      @sabbrush6001 5 หลายเดือนก่อน

      @@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

  • @talgtalga3767
    @talgtalga3767 2 ปีที่แล้ว

    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  2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      @@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  2 ปีที่แล้ว

      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 2 ปีที่แล้ว

      @@ControllersTech thanks for your reply i will try

    • @erenakcay9036
      @erenakcay9036 9 หลายเดือนก่อน

      did u do injection machine

  • @ferdinvivian9336
    @ferdinvivian9336 3 ปีที่แล้ว

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

    • @ControllersTech
      @ControllersTech  3 ปีที่แล้ว

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

  • @anjalirathi5228
    @anjalirathi5228 ปีที่แล้ว

    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  ปีที่แล้ว

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

    • @anjalirathi5228
      @anjalirathi5228 ปีที่แล้ว

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

  • @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

  • @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.

  • @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 หลายเดือนก่อน

      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?

  • @acocrw5808
    @acocrw5808 3 ปีที่แล้ว

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

    • @ControllersTech
      @ControllersTech  3 ปีที่แล้ว

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

    • @talgtalga3767
      @talgtalga3767 2 ปีที่แล้ว

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

  • @yusufhzal3780
    @yusufhzal3780 3 ปีที่แล้ว

    it can not accept print fonction why it can be

    • @yusufhzal3780
      @yusufhzal3780 3 ปีที่แล้ว

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

      l wrote all same

    • @ControllersTech
      @ControllersTech  3 ปีที่แล้ว

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

    • @yusufhzal3780
      @yusufhzal3780 3 ปีที่แล้ว

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

    • @ControllersTech
      @ControllersTech  3 ปีที่แล้ว

      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

  • @borisborisov3015
    @borisborisov3015 2 ปีที่แล้ว

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