181

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

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

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

    Amazing, i downloaded ur code, used my 7in intelligent nextion, flashed the esp32, copied ur button code into my hmi file and it worked!! Very very cool, thanks!!

  • @levelmastersystems117
    @levelmastersystems117 2 ปีที่แล้ว +3

    Thank you

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

    very helpful, exactly what i want to do. Thanks!

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

      I am glad it helped. Thanks for the donation.

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

    Nice tutorial. I have nextion up and running with esp32. Is there anyway to add esp now functionality so I can control other esp32 modules from the esp32/nextion combo?

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

      I apologize, I am not familiar with esp now. It should work. The Nextion sends signals through the serial port. It does not diminish any of the ESPs abilities.

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

    still good 👌🏻

  • @indrapurnama8659
    @indrapurnama8659 2 หลายเดือนก่อน

    hello sir can i get the code program? thank's

    • @CheapControls
      @CheapControls  7 วันที่ผ่านมา

      Sorry this is so late. I had some personal issues and had to take some time away from TH-cam. Do you still need help? If so go to www.cheapcontrols.com and submit a comment. I will reply with an Email

  • @beata-anitagerger4109
    @beata-anitagerger4109 2 ปีที่แล้ว +1

    Hello, I also like when not Aruino, but Nextion "conducts", especially when ESP/NodeMCU loses WiFi (which often happens) great video, but unfortunately I don't understand a lot (English is not my native language) Where to find an "HMI" for it? What must be entered in Editor under "C Programs" if I want to add an "extra page" to my project?

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

      The HMI for the videos should be available at the link in the description or you can search at www.cheapcontrols.com. If you want to add an extra page you do that in the IDE. There is a page area where you can click the plus sign.

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

    hey!. I'm getting this error : input:29:34: error: invalid conversion from 'const char*' to 'char*' [-fpermissive]
    29 | WiFi.begin(SSIDname.c_str(),SSIDpassword.c_str()); ..............what could this be pointing out to? can you share your wifi.h file

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

      Did you download the files at www.cheepcontrols.com? wifi.h is a library that needs to be installed. I did not make it.

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

      @@CheapControls yes i did, dont know why im getting this error, still trying to resolve it.

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

      @@CheapControls I have installed the wifi.h file from library manager and downloaded esp8266 from the board manger out of which im using ESP Node MCU 1.0 (Esp 12-E module).

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

      I use the ESP32. I wonder if there is any difference between them that could cause this error

  • @gurilab
    @gurilab 9 หลายเดือนก่อน +1

    Acho sacanagem a versão enhanced não ter combobox e recursos de listagem arquivos. É tudo interface gráfica. acredito que isto esteja limitado não por causa do processador GPU mas pelo software para nos obrigar a comprar a versão inteligency. Não se consegue plotar nada de diferente ou fazer melhorais na interface somente o que o software de componente proporciona. Se eu tivesse sabido disto antes não teria comprado o NEXTION e sim investido em outro melhor que possa usar recursos da LVGL. Vivendo e aprendendo. Ao menos serve para fazer coisas rápidas.

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

      I agree that the Nextion is not the best for everything.

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

    link is error, can't you send me new link?

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

      If you want the software you need to request it at www.cheapcontrols.com in the help section

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

      @@CheapControls I can't access your website, website not response and timeout. can you help me?

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

      can you give me hmi file and arduino code@@CheapControls ?

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

      I am sorry, but that is the only way I have to send code. I only do this as a hobby. I can't afford to pay someone to maintain a dynamic website.

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

    bro, i want to make code for command led from nextion with 2 led
    if value in n0 >= 10 and n1 >=20 both led 1 and 2 will be on
    if n0 >= 10 and n1 < 20 led 1 will be one and another one off
    if n020 led 1will off and another led on
    and if n0

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

      Sounds like a fun project. I am sure you will be successful. Do you have a specific question? Are you using an Arduino or ESP32? Have you seen some of my other videos?