Search found 11 matches

by qwerty_21
05 Sep 2023, 09:51
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1678656

Re: Connecting a TM1637 4-Digit Display

Hello, i think i solved my problem. This is rules i used: On DS#temperature do [7dgt2].7dt,%eventvalue1% // Uses the value available with the event endon On temp#temperature do [7dgt1].7dt,%eventvalue1% // Uses the value available with the event endon And I rename displays task. Only i need to test ...
by qwerty_21
04 Sep 2023, 14:03
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1678656

Re: Connecting a TM1637 4-Digit Display

Hello, last time i successful resolve my problem with help from forum people. I have another question for using two TM1637 7 segment displays if it is possible. I`d like to measure temperature with two DS18B20 and show it on displays. I connect first display CLK to D5 and DIO to D8 and second displa...
by qwerty_21
29 Aug 2023, 10:08
Forum: ESP Easy: General Discussion
Topic: Rule for led blink
Replies: 5
Views: 960

Re: Rule for led blink

Hello everyone,

i think i solve a problem. I upgrade on latest version of espeasy and import rule i attached and it works now.

Thanks for help.

Regards
Sam
by qwerty_21
27 Aug 2023, 10:56
Forum: ESP Easy: General Discussion
Topic: Rule for led blink
Replies: 5
Views: 960

Rule for led blink

Hello everyone, i`m newbie with esp modules. I made some "projects" such as temperature readings on cental heating and light switching from node red and mqtt. My new project is to make temeprature room reading. I use esp 07, lcd 16x2 i2c, logic converter txs0108e, bme 280 (5V)... Uploded v...
by qwerty_21
01 May 2021, 12:19
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 47830

Re: ILI9341 seems to work in new firmware

When i send command for example: control?cmd=tftcmd,clear,green or: tft,txtfull,0,0,2,BLACK,Utomhus temperatur [imp#t] C it shows on display: Utomhus temperatur [imp I`m trying rule found in topic: on Clock#Time=All,00:01 do //update every 1min control?cmd=tft,txtfull,2,5,2,RED,[display#dimnik] endo...
by qwerty_21
30 Apr 2021, 12:53
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 47830

Re: ILI9341 seems to work in new firmware

Hello,

I`m still looking for solution for my ili display. I`m getting my mqtt imports datas but from here i don`t know how to show it on display?
by qwerty_21
28 Apr 2021, 19:10
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 47830

Re: ILI9341 seems to work in new firmware

I`m first time doing with spi display.
I thought to do it with rules?
by qwerty_21
28 Apr 2021, 12:53
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 47830

Re: ILI9341 seems to work in new firmware

ATH thanks for suggestion... Yes, my mistake. When i checked it again i found eps8266 release with display :oops: But still have white screen without showing readings from mqtt. In MQTT import temperatures are shown on screen i only got in upper corner ESPEays text... Connections from wemos d1 mini ...
by qwerty_21
25 Apr 2021, 11:25
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 47830

Re: ILI9341 seems to work in new firmware

Hello, thanks for replay. Ok i flash last version of espeasy 20210223 and as you mentioned i need to compile new bin file with included ili9341 plugin. Because in custom version is not included. But from this point things get harder :D When i try to compile espeasy with arduino i got errors: ESPeasy...
by qwerty_21
24 Apr 2021, 12:33
Forum: ESP Easy: General Discussion
Topic: ILI9341 seems to work in new firmware
Replies: 66
Views: 47830

Re: ILI9341 seems to work in new firmware

Hello everyone, from new espeasy user. I made a few things with esp modules based on espeasy. But i have a little problem with ili9341 display because it doesen`t work, i got only white display. I have version without touchscreen and it is 2.8". I upload ESP_Easy_mega-20200426_custom_ESP8266_4M...