Search found 12 matches

by SirWant
17 Apr 2023, 10:35
Forum: ESP Easy: Software
Topic: Cron P081 is looping (sometimes)
Replies: 31
Views: 5623

Re: Cron P081 is looping (sometimes)

Yes, cron doesn't work. Works only as a looptimer - "*/x".
For example:
Сurrent Time = 10:30, Cron = 0 0 10 * * * - Loop immediately. Cron = 0 40 10 * * * - Loop after 10:40.
by SirWant
23 Mar 2023, 07:43
Forum: ESP Easy: Software
Topic: 7-segment TM1637: 7dbin not work
Replies: 12
Views: 2032

Re: 7-segment TM1637: 7dbin not work

To display any bit pattern on the display.

The example shows each digit with a different segment on, including the dot/colon.
by SirWant
22 Mar 2023, 22:11
Forum: ESP Easy: Software
Topic: 7-segment TM1637: 7dbin not work
Replies: 12
Views: 2032

Re: 7-segment TM1637: 7dbin not work

Yes, code dated 02/16/23.
by SirWant
22 Mar 2023, 22:01
Forum: ESP Easy: Software
Topic: mqtt import disabled on reboot?
Replies: 14
Views: 6375

Re: mqtt import disabled on reboot?

And I turn on mqttimport that turned off after a reboot like this:

Code: Select all

On MQTT#Connected Do
  TaskEnable,mqttimportTaskName
Endon
by SirWant
22 Mar 2023, 21:50
Forum: ESP Easy: Software
Topic: 7-segment TM1637: 7dbin not work
Replies: 12
Views: 2032

Re: 7-segment TM1637: 7dbin not work

Yes, ESP_Easy_mega_20230308_custom_ESP32_4M316k Mar 8 2023.
by SirWant
22 Mar 2023, 21:44
Forum: ESP Easy: Software
Topic: 7-segment TM1637: 7dbin not work
Replies: 12
Views: 2032

Re: 7-segment TM1637: 7dbin not work

Custom ESP32.
by SirWant
22 Mar 2023, 20:47
Forum: ESP Easy: Software
Topic: 7-segment TM1637: 7dbin not work
Replies: 12
Views: 2032

7-segment TM1637: 7dbin not work

Hi! 7dtext, 7ddt, etc - work. But, for example, 7dbin,0x40,0x20,0x10,0x08,0x04,0x02 (or 0b:)
Буфер обмена-1.jpg
Буфер обмена-1.jpg (14.13 KiB) Viewed 2032 times
by SirWant
07 Feb 2023, 10:17
Forum: ESP Easy: Projects / Applications
Topic: ExecuteRules?
Replies: 1
Views: 1392

ExecuteRules?

How to use the ExecuteRules command?
by SirWant
04 Feb 2023, 22:56
Forum: ESP Easy: Hardware
Topic: MAX7219 dot matrix degree symbol
Replies: 9
Views: 2211

Re: MAX7219 dot matrix degree symbol

I try alt 0176 (and 0150 for ndash).
by SirWant
04 Feb 2023, 22:29
Forum: ESP Easy: Hardware
Topic: MAX7219 dot matrix degree symbol
Replies: 9
Views: 2211

Re: MAX7219 dot matrix degree symbol

Oh. Thanks, only through transcoding to ASCII in Notepad++ does it work. And if you then make any changes through the interface - it breaks again :)
by SirWant
04 Feb 2023, 21:02
Forum: ESP Easy: Hardware
Topic: MAX7219 dot matrix degree symbol
Replies: 9
Views: 2211

Re: MAX7219 dot matrix degree symbol

I use custom ESP32 4m316k with #define USES_P104
by SirWant
04 Feb 2023, 18:17
Forum: ESP Easy: Hardware
Topic: MAX7219 dot matrix degree symbol
Replies: 9
Views: 2211

MAX7219 dot matrix degree symbol

Hi!
Something is displayed before the degree symbol. I tried DotMatrix,txt,1,° DotMatrix,txt,1,° DotMatrix,txt,1,{D}
Font - Extended ASCII characters.
IMG_20230204_152115_copy_800x600.jpg
IMG_20230204_152115_copy_800x600.jpg (295.22 KiB) Viewed 2211 times