157 L298N with a Nextion display and direction control Arduino Programming

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ก.ย. 2024
  • In this video, I connect the L298N to a Nextion display for better control of direction and speed. I still show RPMs but only on the Arduino. I will show RPMs on the Nextion in the next video in this Series
    If you enjoy the content considering donating a cup of coffee at ko-fi.com/chea...
    Usually, we have the documents for these videos on the Cheap Controls website the same day or the next day. www.cheepcontr...
    I have started a group on Facebook to make it easier to interact with user-requested videos. Consider looking it up. www.facebook.c...

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

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

    Thanks a lot. you helped me a lot

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

    Excellent videos...thanks for posting them. They really help!!!

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

    Great video, thanks.

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

    I set the initial value in the slicer to 80.
    But for me it only shows when I touch it.
    How can I make it count the value of the slicer at startup?
    if(h0.val>5)
    {
    va0.val=1
    }else
    {
    va0.val=0
    }

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

      I have it set on the page initialization. this way when you start the screen it should show the value. Go back to the 2:45 time in the video and watch.

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

    Hello, i have a question. Is it possible to combine the functions in this video with video 132, so i can adjust the speed, direction, and duration of the motor in 1 display? Thanks

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

      I think that is very possible. Maintaining speed over time can get tricky. You will need some PID control. But it is doable with some time and patience.

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

    hello!! cheap controls , first I want to say it is very supportive video . and I want to ask some thing a little, How do we make edge frame on nextion screen which is not changed even we navigate from page to page like upper edge task bar on android phone or lower task bar on window.

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

      You would have to create a background image and copy it from page to page. Thank you for watching

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

    Where is the link code? link not found

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

      I am sorry you had an issues. I fixed the link and uploaded the code. If the link does not work you can try www.cheepcontrols.com directly for older videos and then in the search box enter the video number. Thank you for watching.

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

    hello, your videos are very informative. can you tell in more detail how the FileStream NEXTION works ?

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

      I plan to go through every function on the Nextion. I am sorry but I do not have a time frame for my videos.

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

      @@CheapControls Well, let's wait

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

    hi is it possible to have 1 button with multi time of text ?

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

      I believe it is possible. I am not sure exactly what you are asking but you can program many lines to output with press of a button. You can have a delimiting character to seperate the lines or have a short delay. Thanks for watching

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

      thank you for your reply! i trying to convert button to nextion in the arduino i using switch case coding to perform single button to switch the task that i set to display it at nextion display do u have any project something like this?

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

      There may be a language issue. I do not understand the line "i trying to convert button to nextion in the arduino" Are you trying to take a physical button that used to connect to the Arduino and use the Nextion Display instead?

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

      thank you for replying my message! sorry for my late reply! i was trying to use the nextion display button to control the motor, that's 3 type of fix motor speed need to display but just on 0ne single button, to display sp1, sp2, sp3...

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

      I understand now. Thank you for the better explanation. I will look through my other videos and see if I can find something to help you. I will post again if I find one or if I don't.

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

    Hello sir , could you please guide me that how can we draw an arc in nextion

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

      I will try to do that in a video next week. I hope you can wait. Thank you for watching.