Video tutorial displays NEXTION
Hello.
A new video guide for NEXTION displays is being created.
I invite you to Youtube:
Playlist
A new video guide for NEXTION displays is being created.
I invite you to Youtube:
Playlist
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tam
Comments
Write something more (what kind of display is it, what is good in it, what can be used for), because for now it looks like an advertisement for your channel :) [Read more]
The following parts have been released so far: TOPIC Arduino LCD INTRODUCTION BUTTON - 1 BUTTON - 2 ... [Read more]
Hello, I have a question, how to send commands with one button to activate several dual state buttons at once? and will the arduino read that the state is low for, for example, several relays? [Read more]
Hello One command is unlikely to succeed. There is a trick that can be used: create a Hotspot, e.g. m0 with the size of 2x2px and the code in it bt0.val=1 bt1.val=1 bt2.val=1 bt2.val=1 And with... [Read more]
Thank you for the answers, is it possible to call such a function by entering the page, e.g. page 1 Already translators, I would like the display to start with some informational page (welcome page) ... [Read more]
Very good guides, I use these displays in my projects and I have used these guides several times. Greetings Slawek [Read more]
On page0 in preinicjalize event page 4 on page 4 (welcome), display the greeting and add a timer. Set the timer for a few seconds In timer events: printh 65 04 02 00 ff ff ff page 0 printh... [Read more]
hello, nice if you add sketches for arduino to the video tutorials. I have a question, do you have an idea how to wirelessly connect nextion with arduino? [Read more]
Via Bluetooth. Greetings [Read more]
It's been like that since the episode # 21 [Read more]
Do you have a checked receiver and transducer? [Read more]
For example, HC-05, HC-06, I use these, but others are available. Greetings [Read more]
I just need to pair them and they will communicate? [Read more]
After typing click m2.1 at the top of the page, it does not start these relays, but when I type in the debugger from my finger, it works, what I'm doing wrong [Read more]
It's hard to say something without seeing the code. Can you paste the HMI file here as an attachment to a post? Added after 14 [minutes]: There is a new episode. How to protect access... [Read more]
I watched the latest episode and it became clear :) You will not click on another page Now I am struggling to add 3 physical buttons to match the dual state button in the nextion I try to do it with... [Read more]
Is there a pin 213 in your arduino bt0.val can be either 0 or 1 and you are constantly subtracting 1 or keep adding 1 You have S1 as input and you set it as if it were an output: [Read more]
can you tell me how it should be set? [Read more]
w setup pinMode(S1,OUTPUT); [Read more]