Search found 6 matches

by cyclone
08 Dec 2020, 10:27
Forum: ESP Easy: General Discussion
Topic: ESPeasy and serial commands
Replies: 22
Views: 20111

Re: ESPeasy and serial commands

Hello all;

in fact, i found the right way to do it.... so simple.... I'm so stupid indeed...

instead of :
Serial.print("TaskValueSet,1,1,Value");

we must use :
Serial.println("TaskValueSet,1,1,Value");

and this is working properly

Many thanks to all for your help
by cyclone
01 Dec 2020, 17:27
Forum: ESP Easy: General Discussion
Topic: ESPeasy and serial commands
Replies: 22
Views: 20111

ESPeasy and serial commands

Dears; for my little project, I want my arduino to send data from a sensor to an ESP running ESPeasy (btw a wonderful stuff). I checked the forum and found this way to do it, using serial communication : - create a dummy device on the devices tab; https://www.letscontrolit.com/forum/download/file.ph...
by cyclone
10 Mar 2020, 23:42
Forum: ESP Easy: Hardware
Topic: problem displaying on a Nextion screen
Replies: 17
Views: 17803

Re: problem displaying on a Nextion screen

OK, now it's possible to send the temperature on the main screen, this part is OK, but a new problem occurs, it's impossible to receive the Idx - identification number - when a button is pressed on the display. This was working with R148 but with the new version, using the same pins (D2 & D4), I...
by cyclone
08 Mar 2020, 23:41
Forum: ESP Easy: Hardware
Topic: problem displaying on a Nextion screen
Replies: 17
Views: 17803

Re: problem displaying on a Nextion screen

many thanks ! now I've to setup the ESP !
by cyclone
08 Mar 2020, 22:10
Forum: ESP Easy: Hardware
Topic: problem displaying on a Nextion screen
Replies: 17
Views: 17803

Re: problem displaying on a Nextion screen

Dears ;

many thanks for your answer, I'm trying to installa this version 20191208, and it's OK right now, but the "display Nextion" is not in the device list... so

my stupid question is now how to install this ' device' into the ESP ?

Many thanks
by cyclone
06 Mar 2020, 13:47
Forum: ESP Easy: Hardware
Topic: problem displaying on a Nextion screen
Replies: 17
Views: 17803

problem displaying on a Nextion screen

Dear all; I'm developing a small system control used to 'control' my garden shelter, this system is based on an ESP with Esp Easy R148 and a Nextion display screen (in fact the chinese version of the Nextion). Two DS18B20 probes are connected to the ESP, and temperature is monitored without any prob...