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!!
@CheapControls Жыл бұрын
I am glad it worked
@levelmastersystems1172 жыл бұрын
Thank you
@CheapControls2 жыл бұрын
You're welcome
@jimbooth2010 Жыл бұрын
very helpful, exactly what i want to do. Thanks!
@CheapControls Жыл бұрын
I am glad it helped. Thanks for the donation.
@apostolosn5536 Жыл бұрын
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 Жыл бұрын
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.
@franckbloch902 жыл бұрын
still good 👌🏻
@CheapControls2 жыл бұрын
Thank you
@beata-anitagerger41092 жыл бұрын
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?
@CheapControls2 жыл бұрын
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.
@indrapurnama86592 ай бұрын
hello sir can i get the code program? thank's
@CheapControls9 күн бұрын
Sorry this is so late. I had some personal issues and had to take some time away from KZbin. Do you still need help? If so go to www.cheapcontrols.com and submit a comment. I will reply with an Email
@gurilab9 ай бұрын
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.
@CheapControls8 ай бұрын
I agree that the Nextion is not the best for everything.
@amb34402 жыл бұрын
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
@CheapControls2 жыл бұрын
Did you download the files at www.cheepcontrols.com? wifi.h is a library that needs to be installed. I did not make it.
@amb34402 жыл бұрын
@@CheapControls yes i did, dont know why im getting this error, still trying to resolve it.
@amb34402 жыл бұрын
@@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).
@CheapControls2 жыл бұрын
I use the ESP32. I wonder if there is any difference between them that could cause this error
@lehoaigiangctu Жыл бұрын
link is error, can't you send me new link?
@CheapControls Жыл бұрын
If you want the software you need to request it at www.cheapcontrols.com in the help section
@lehoaigiangctu Жыл бұрын
@@CheapControls I can't access your website, website not response and timeout. can you help me?
@lehoaigiangctu Жыл бұрын
can you give me hmi file and arduino code@@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.
@cred74452 жыл бұрын
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
@CheapControls2 жыл бұрын
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?