Arduino + Nextion project

Sdílet
Vložit
  • čas přidán 16. 06. 2021
  • Félkész állapot

Komentáře • 17

  • @upir_upir
    @upir_upir Před 2 lety +3

    Nice!

  • @rkoczen
    @rkoczen Před 2 lety +2

    Great ;)

  • @umargul5644
    @umargul5644 Před 2 lety +2

    Well done

  • @zaprodk
    @zaprodk Před 2 lety +1

    What model of Nextion display is this? And how did you do the hands on the meters? - It looks nicer than the standard hands.

    • @Thomas10100
      @Thomas10100  Před 2 lety +1

      This is it :
      NX8048P070-011R
      a.aliexpress.com/_mtvRBtW

    • @Thomas10100
      @Thomas10100  Před 2 lety

      The movement of the indicators is switched on with the SETUP block with "for" cycles. I don't use Nextion Library.

    • @bemlmaihar5206
      @bemlmaihar5206 Před 2 lety

      I think its intelligent display

    • @Thomas10100
      @Thomas10100  Před 2 lety

      Yes. It is

    • @chenosperformance2499
      @chenosperformance2499 Před 2 lety

      How can I get something like this for my boat

  • @ronalerquinigoagurto555
    @ronalerquinigoagurto555 Před 8 měsíci

    Which uc are you using

  • @ourclock9273
    @ourclock9273 Před 3 měsíci

    using megasquirt?

  • @wallstreet497
    @wallstreet497 Před 2 lety

    Hi are those real float values ? Which data type are you using?

    • @Thomas10100
      @Thomas10100  Před 2 lety

      I send string to screen and I send string to esp32. I use string to int and int to string. (in calibration menu)
      All of the data are int on main screen(205 / 10 = 20.5), converter these the screen

  • @mlekolak22
    @mlekolak22 Před 2 lety

    How do you make this keypad? Can you send me code?

    • @Thomas10100
      @Thomas10100  Před 2 lety +1

      You can choose it in nextion editor. I dont send the code