Search found 9 matches

by raceboy
21 Nov 2022, 22:54
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8186

Re: Adafruit_NeoMatrix

i tested in tasmota ...well some kind of w2812 led strip script and i can controled brightness, colour ,...so powered it ok (5v 2a)
by raceboy
21 Nov 2022, 22:46
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8186

Re: Adafruit_NeoMatrix

hmm...what i am doing wrong?... i tested just one 8x8 neopixel matrix and had nothing... not single led. i connected all on wright gpios...
by raceboy
07 Nov 2022, 11:39
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8186

Re: Adafruit_NeoMatrix

question. can i combine one neomatrix 8*8 and 32*8 in a row ? That'll only work if the 32*8 is in fact 4x 8*8 modules, if it is 32 pixels long and 8 wide you can't combine that with 1x 8*8 module, as explained in the documentation (it's just not supported by the used library, and would be quite har...
by raceboy
05 Nov 2022, 18:33
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8186

Re: Adafruit_NeoMatrix

well well :) thank you very much !!! my configuration with two esp modules works but this is what i needed ! :)

question. can i combine one neomatrix 8*8 and 32*8 in a row ?

thank you
by raceboy
29 Jul 2019, 10:23
Forum: ESP Easy: General Discussion
Topic: [FIXED] Problem with Rules - Clock#Time event
Replies: 22
Views: 22056

Re: [FIXED] Problem with Rules - Clock#Time event

how is code for days included Wed to Sun ?

I tried:

Code: Select all

If %sysweekday% >= 4 and %sysweekday% <= 8
but because Sun is int 1 ...can't work.

so i tried like this:

Code: Select all

If %sysweekday% >= 4 and %sysweekday_s% <= Sun
is this correct ? will it work like this ?

thanks (sorry for english)
by raceboy
28 Jul 2019, 00:00
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8186

Re: Adafruit_NeoMatrix

nevermind. i use one wemos d1 mini for espeasy and another for neomatrix code :)
by raceboy
18 Jul 2019, 22:44
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8186

Adafruit_NeoMatrix

Hello. I need help for NeoMatrix plugin for Matrix display "flexible led matrix Individually addressable LED Module RGB Digital Pixels Panel" from aliexpress. (https://www.aliexpress.com/item/32950648161.html?spm=a2g0s.9042311.0.0.35c04c4dRXR9Uq). I just need to scroll Open and Closed with...
by raceboy
18 Jul 2019, 19:40
Forum: ESP Easy: General Discussion
Topic: Sending a serial command from ESPeasy to Arduino
Replies: 16
Views: 19659

Re: Sending a serial command from ESPeasy to Arduino

did you figure it out ? i need also to send serial tx/rx from ESPEasy to another device without ESPEasy.
by raceboy
20 Jun 2017, 18:17
Forum: ESP Easy: Hardware
Topic: Lora sx1276 and ESP Easy?
Replies: 3
Views: 4269

Re: Lora sx1276 and ESP Easy?

...my friends are on project with lora and esp on hackaday ... https://hackaday.io/project/25336-slora ... griculture