Comments on: Nextion Display with ESP8266 – Touchscreen User Interface for Node-RED https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 26 Feb 2024 23:12:19 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Sara Santos https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-894933 Mon, 26 Feb 2024 23:12:19 +0000 http://randomnerdtutorials.com/?p=48713#comment-894933 In reply to José Carlos Cirqueira.

Hi.
When you call client.connect(), pass as second and third arguments the username and password.

For example:
client.connect(“ESP1_Office”);
should be:
client.connect(“ESP1_Office”, “USERNAME”, “PASSWORD”);

I hope this helps.
Regards,
Sara

]]>
By: José Carlos Cirqueira https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-894925 Mon, 26 Feb 2024 22:42:29 +0000 http://randomnerdtutorials.com/?p=48713#comment-894925 Boa noite.
Parabéns pelo artigo!

Como coloco no sketch do arduino login e senha para o Broker MQTT ?

Obrigado

]]>
By: Hans https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-718203 Tue, 11 Jan 2022 17:00:14 +0000 http://randomnerdtutorials.com/?p=48713#comment-718203 In reply to Mina.

Hello Mina,
I think NOT, that you will get an answer from Rui or Sara. My comment leaved unanswered since Oct. 2021. I wish you good luck that there is another guy who can help you.
Best regards,
Hans

]]>
By: Mina https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-718149 Tue, 11 Jan 2022 08:54:35 +0000 http://randomnerdtutorials.com/?p=48713#comment-718149 Hi. How can we display list data on Nextion display? For instance, one esp sends 10 sequently data to second esp, and the nextion display connected to the second esp shows that data in a list box. Are there any component to represent a list for Nextion enchanced edition?

]]>
By: Hans https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-694334 Fri, 05 Nov 2021 12:37:07 +0000 http://randomnerdtutorials.com/?p=48713#comment-694334 In reply to Hans.

No answer at all! Nobody at home?

]]>
By: Hans https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-683834 Thu, 14 Oct 2021 21:05:35 +0000 http://randomnerdtutorials.com/?p=48713#comment-683834 In reply to James.

Great tutorial! I found it while looking for a housing for a Nextion 3.2″ display. Unfortunately I have NO plan how to resize the .stl files for a 3.2″ display. So, can you share your resized files with us? That would be great.

]]>
By: Domenico Carvetta https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-397530 Thu, 03 Oct 2019 18:08:09 +0000 http://randomnerdtutorials.com/?p=48713#comment-397530 Dear Sara, it works fine, thanks a lot for your continuos suggestions. domenico

]]>
By: Sara Santos https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-367388 Mon, 27 May 2019 17:42:21 +0000 http://randomnerdtutorials.com/?p=48713#comment-367388 In reply to Federico.

Hi Federico.

Next time, try to post your questions in English so that everyone can understand.

You need to follow this tutorial to get the pulse length of your sockets: https://randomnerdtutorials.com/decode-and-send-433-mhz-rf-signals-with-arduino/
REPLACE_WITH_YOUR_PULSE_LENGTH is a placeholder for the pulse length.
So, you just need to replace that with the pulse length you get from the decoding rf signals tutorial.

Regards,
Sara

]]>
By: Federico https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-367166 Sat, 25 May 2019 15:33:17 +0000 http://randomnerdtutorials.com/?p=48713#comment-367166 Perche’ nel code 1 in questa riga
mySwitch.setPulseLength(REPLACE_WITH_YOUR_PULSE_LENGTH);
mi da’ l’errore REPLACE_WITH_YOUR_PULSE_LENGTH was not declared in this scope. Vi ho gia’ scritto alcuni giorni fa,ma nessuna risposta.grazie

]]>
By: Duncan Amos https://randomnerdtutorials.com/nextion-display-with-esp8266-touchscreen-user-interface-for-node-red/#comment-363582 Fri, 26 Apr 2019 14:32:35 +0000 http://randomnerdtutorials.com/?p=48713#comment-363582 Hi Rui

Have you considered doing a project where the Nextion combines buttons and displays (text, gauges, page changes, etc) that receive information from Node-RED.

What I’m thinking is a wall panel which would display current temperature, humidity, weather forecast or whatever (to be determined by Node-RED, based on time of day), has a single button over the top three quarters of the display for room light on/off and a row of smaller buttons at the bottom for calling other display functions.

]]>