#97 Nextion Display - Float value Arduino to Nextion with dtostrf - Nextion Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 พ.ย. 2024

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

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

    thanks for sharing. helping me improve my own projects and come up with new ideas

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

    Are you sending the float value to xfloat tool in NExtion../

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

      I am sending them to a text box.

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

    Hi Sir can you please tell me that when I turn nextion display power off, and turn on again its loose saved data in text box.

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

      I have a video coming out later this week on the internal eeprom of the Nextion display. You can use this feature to save some data on reset and power loss. Stay tuned!

    • @punjabilog
      @punjabilog 4 ปีที่แล้ว

      @@CheapControls Thanks

  • @abdes5826
    @abdes5826 4 ปีที่แล้ว

    What about using "cov" to convert float to text and sending it to Arduino?
    cov x0.val,t0.txt,4
    print t0.txt // print float

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

      I would recommend sending as a text over a value. values are more difficult to parse back into an integer. I will have a video in the next week or so on how to send a float value from the Nextion to the Arduino.

    • @abdes5826
      @abdes5826 4 ปีที่แล้ว

      @@CheapControls Thanks for your interest

    • @abdes5826
      @abdes5826 4 ปีที่แล้ว

      @@CheapControls
      t3.txt=t1.txt + "," + t2.txt
      print T3.txt
      th-cam.com/video/c9gswwgjE6o/w-d-xo.html

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

      @@abdes5826 The video will not be out this week but I have it scheduled for next Wednesday. Sorry for the delay.

    • @abdes5826
      @abdes5826 4 ปีที่แล้ว

      @@CheapControls Thanks for your interest