Numbers, Floats, QR Code, HotSpots in Nextion Display || STM32

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ค. 2024
  • Purchase the Products shown in this video from :: controllerstech.store
    ________________________________________________________________________________________
    To download the code, goto controllerstech.com/wp-conten...
    ________________________________________________________________________________________
    ****** 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
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 33

  • @Sadaat690
    @Sadaat690 7 หลายเดือนก่อน

    Valuable Contents for Embedded Engineers. God Bless you. Hoping for More no Stop Contents like this...

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

    Thanks a lot, this video was very helpful to me as i was working with nextion display and stm32 MCU.

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

    Thank you, I’ve gotten a lot out of your Nextion tutorials. If you are looking for an additional topic for the series, it would be very helpful for some examples of how to make custom gauges. The first part of using them is fairly easy, that is creating the needle indicator and pivoting it around in a circle. The hard part is generating some kind of a real dial, like an altimeter or a speedometer, and placing the picture or image of the dial behind the swinging needle.
    Anyway, I appreciate the series so far. Great work.

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

      I already have the video on custom gauge. Yes that wasn't anywhere close to the original dial but it was quite okay.
      I'll see to create a new one though.
      Alao i am thinking of a music player controllable from the nextion.. let's see how that will turn out

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

    Thank you sir for the info

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

    Muito top ,Obrigado!

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

    Hello sir, you are doing a very good job! Those videos are amazing! Will you do a menu with nextion display, please? it will be very usefull!

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

    Great video, explains a lot of underlying concepts. Would request you to teach a way to input text on the HMI using a pop-up QWERTY keyboard. This is often required to obtain some machine related parameters from the operator.

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

      The HMI I have doesn't support keyboard, so can't

  • @luiscastillejo9336
    @luiscastillejo9336 7 หลายเดือนก่อน

    muchas gracias

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

    Hello,
    Is there a way to periodically write data to the SD card?
    Thank you

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

    Hi good work you have been doing. pls make a video on how to receive long text and integer values from Nextion display with STM32

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

    Nice tutorial

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

    Thanks

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

    hello, is their a way to make save button I mean I have 17 float boxes of 17 parameter with number pad I want to save those in flash memory by pressing one save or Apply button
    I am using blue pill as controller

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

    cool!

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

    Hello,
    Do you know how to create FTP server with ENC28J60?
    Thank you.

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

    Thanks for this work, we hope you know how to send numbers, from nexion to stm32, thanks.

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

    Please make RTC video with Nextion display.

  • @kalaiarasi8931
    @kalaiarasi8931 8 หลายเดือนก่อน

    Awesome video, I have a small doubt..Instead HAL_Uart_Transmit (in blocking mode) can we implement in it in HAL_UART_Transmit_DMA? If not..why?could you clarifyit!Thanks in advance

    • @ControllersTech
      @ControllersTech  8 หลายเดือนก่อน +1

      You can but there is no use of it. DMA is useful when you transfer latge data (typically in kilobytes).

    • @kalaiarasi8931
      @kalaiarasi8931 8 หลายเดือนก่อน

      @@ControllersTech Thanks for the response. I have implemented the HAL_ Uart _transmit code but I am unable to view the data on serial port software like Tera term or Hercules. What could be the potential reason? Thanks in advance

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

    Im not able to find the math.h library can anyone help me?

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

    Como recebe valores do display nextion no stm32, um valor inteiro ou float?
    (How do I get nextion display values in stm32, an integer or float value?)

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

      I don't understand what you are trying to ask.
      The values on the display comes from the MCU itself.

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

      @@ControllersTech Como enviar um valor digitado no display para o stm32 usar esse valor?
      (How to send a value typed in the display to stm32 to use this value?)

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

      The display I used in the video doesn't allow you to type on it. So I still don't know what are you trying to ask.

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

    Very nicely explained,
    How to send ADC data from MCU to Nextion display?

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

      Isn't ADC value a number.. or a float ?

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

      @@ControllersTech Yeah thanks.
      Can we store data in SD card using this model?

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

    Can I use touchgfx to generate code?

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

    Dear sir
    I am having 1 problem when using DMA to transfer data to the Nextion HMI screen this is my code can only send x0.val data but x0.vvs1 I can't. Please help me!
    void Nextion_SendFNum(char *obj, float FloatNum, int vvs1)
    {
    // convert float to int because HMI Nextion only send Interger
    int32_t number = FloatNum*(pow(10,vvs1));
    int8_t *Buf_FNum1 = malloc(30*sizeof(char));
    int8_t *Buf_FNum2 = malloc(30*sizeof(char));
    char MemcpyFNum1[100];
    char MemcpyFNum2[100];
    memset(Buf_FNum1,'\0',30);
    memset(MemcpyFNum1,'\0',sizeof(MemcpyFNum1));
    memset(Buf_FNum2,'\0',30);
    memset(MemcpyFNum2,'\0',sizeof(MemcpyFNum2));
    int16_t len1 = sprintf((char *)Buf_FNum1,"%s.vvs1=%d",obj,vvs1);
    int16_t len2 = sprintf((char *)Buf_FNum2,"%s.val=%ld",obj,number);
    memcpy(MemcpyFNum2,Buf_FNum2,len2);
    memcpy(MemcpyFNum2 + len2,Cmd_End,3);
    HAL_UART_Transmit_DMA(&huart1,(uint8_t *)MemcpyFNum2 ,len2+3);
    while (HAL_UART_GetState(&huart1) == HAL_UART_STATE_BUSY_TX);
    memcpy(MemcpyFNum1,Buf_FNum1,len1);
    memcpy(MemcpyFNum1 + len1,Cmd_End,3);
    HAL_UART_Transmit_DMA(&huart1,(uint8_t *)MemcpyFNum1, len1+3);
    while (HAL_UART_GetState(&huart1) == HAL_UART_STATE_BUSY_TX);
    free(Buf_FNum1);
    free(Buf_FNum2);
    }