Search found 18 matches

by pawell32
22 Sep 2020, 11:38
Forum: ESP Easy: Hardware
Topic: wemos + two led
Replies: 3
Views: 8074

Re: wemos + two led

thanks,

also did not find
by pawell32
22 Sep 2020, 08:50
Forum: ESP Easy: Hardware
Topic: wemos + two led
Replies: 3
Views: 8074

wemos + two led

Hello, i have a wemos d1 + two display 7-segment led. I want to show the outside temperature on the first display and the inside temperature on the second display. on BM280#Temperature do 7dt,[BM280#Temperature] endon on DHT11#Temperature do 7dt,[DHT11#Temperature] endon it can be divided into two d...
by pawell32
03 Sep 2020, 12:46
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

ESP_Easy_mega_20200801_normal_ESP8266_4M1M
by pawell32
03 Sep 2020, 12:40
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

:(
not working
by pawell32
03 Sep 2020, 11:36
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

on System#Boot do
timerSet,1,1
endon
On Rules#LoopTimerset=1 Do
timerset,1,1
7dn,%syssec_0%
endon


I don't know how to use it
by pawell32
03 Sep 2020, 10:25
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

it shows me every 2 seconds, not every one
by pawell32
02 Sep 2020, 15:38
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

thank you

timerSet=1,10 -> timerSet,1,1
by pawell32
02 Sep 2020, 15:24
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

i want to refresh my screen every second
by pawell32
02 Sep 2020, 15:21
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

i dont`t know how to initiate it
by pawell32
02 Sep 2020, 15:14
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

Re: timer

i want to start the timer on startup.
by pawell32
02 Sep 2020, 15:07
Forum: ESP Easy: General Discussion
Topic: timer
Replies: 20
Views: 11202

timer

hello,

timer is not working, what am doing wrong ?


On Rules#Timer=1 Do
TimerSet,1,2
LCD,1,1,%systime%
endon
by pawell32
18 Aug 2020, 22:45
Forum: ESP Easy: Software
Topic: temperature on 7 segment led
Replies: 16
Views: 11621

Re: temperature on 7 segment led

great :) it works !
I changed the unit 0 by to 2 and restart.

thank you very much
by pawell32
18 Aug 2020, 15:18
Forum: ESP Easy: Software
Topic: temperature on 7 segment led
Replies: 16
Views: 11621

Re: temperature on 7 segment led

screens
by pawell32
18 Aug 2020, 15:14
Forum: ESP Easy: Software
Topic: temperature on 7 segment led
Replies: 16
Views: 11621

Re: temperature on 7 segment led

what device should i set?
by pawell32
18 Aug 2020, 14:49
Forum: ESP Easy: Software
Topic: temperature on 7 segment led
Replies: 16
Views: 11621

Re: temperature on 7 segment led

- Check to see if all nodes can see eachother. This will be visible on the main page showing a list of all nodes. - yes - Enable p2p networking controller on receiving node - yes - Make sure the receiving node has the spot free which is being used on the ‘sending’ node (For example slot 12) - yes - ...
by pawell32
18 Aug 2020, 13:37
Forum: ESP Easy: Software
Topic: temperature on 7 segment led
Replies: 16
Views: 11621

Re: temperature on 7 segment led

i read the manual.
i have p2p connection.
i don`t now how connect the sensor from esp1 to esp2.
by pawell32
14 Aug 2020, 07:46
Forum: ESP Easy: Software
Topic: temperature on 7 segment led
Replies: 16
Views: 11621

Re: temperature on 7 segment led

it works!
Thank you.

you can import temperature from another esp ?
by pawell32
13 Aug 2020, 08:07
Forum: ESP Easy: Software
Topic: temperature on 7 segment led
Replies: 16
Views: 11621

temperature on 7 segment led

Hello,

i have wemos d1 + DHT11 + 7sement led + esp easy.
i don`t now how to display temperature from my sensor.
In software i set display output -> manual.
What command to run temperature ?
7dt, ??