How to Generate WAVEFORMS on NEXTION Display || STM32 || Sine Wave || Square Wave

Поділитися
Вставка
  • Опубліковано 8 лют 2025
  • Purchase the Products shown in this video from :: controllerstec...
    ________________________________________________________________________________________
    In case you want to send both the waves at the same time, use the code controllerstec...
    to download the code and the nextion file, goto controllerstec...
    NEXTION Playlist • Interface NEXTION Disp...
    ________________________________________________________________________________________
    ****** SUPPORT US BY DONATING*****
    paypal.me/cont...
    ******Join the Membership******
    / @controllerstech
    Join the Discord Server / discord
    Join the Telegram Group t.me/controlle...
    Follow me on Instagram / controllerstech
    For more info, visit www.controller...

КОМЕНТАРІ • 20

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

    Thanks for the great tutorial.
    If the Y axis is Time, like an oscilloscope, the convention is old data on the left, new on the right. So generally data should come in from the right, not the left. Nextion plot defaults the other way. Just change dir to right align. Easy fix.

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

    great work your videos are helping us :)

  • @elgutitozamora
    @elgutitozamora 8 днів тому

    You are amazing, could you generate a bipolar square wave? Thanks.

  • @sayeddanishkazmi3110
    @sayeddanishkazmi3110 10 місяців тому

    Can i generate different waveforms from equation? For example i have this equation
    x(t)=-0.5t+u(t+2)+0.5r(t+2)u(t-1)r(t-2)+r(t-3)
    I need its waveform on display

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

    Thanks, it's been great. I would appreciate if you could do this for the st7735 lcd screen as well.

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

    Does it actually generate electric waveform and display it or it just simulate the wave and show it

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

    What do I need to change if want a diferent duty cycle?

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

    How to interface nextion display with esp32 ?

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

    Hi. Don't you need to use the add function in Nextion?

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

    Kindly increase Fontt size of IDE (program Window) it will be clear

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

    Hii Controller Tech, Very Nice Video.
    first I changed toolchain IDE to ARM-MDK in STM32 CUBEMAX , after that but when I compile this code into Keil5, this is giving error msg
    error: #20: identifier "M_PI" is undefined
    PLEASE GUIDE ME , WHERE I NEED TO DEFINED THIS ?
    i used your code as it, just change toolchain IDE only
    thanks in Advance

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

      Include math.h

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

      @@ControllersTech thanks for reply
      I include the math.h, but problem is same
      "NEXTION_WAVES\NEXTION_WAVES.axf" - 3 Error(s), 0 Warning(s).
      ../Core/Src/main.c(201): error: #20: identifier "M_PI" is undefined

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

      It's the pi value
      Define it somewhere
      #define M_PI 3.1416

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

      @@ControllersTech thanks you, now my code has been complied.
      tomorrow i will test this with oscilloscope,

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

      I also want to join your channel