Stef Weicks hello Apparently we exceed th elenght of you discussion thread :) How

ok i will try than!

today i found some very cheap led panels on aliexpress if you are interested:

with the mobile app you get additional 14$ discount with coupons … i think i will buy some than …
so one panel will cost only about 13€

@Stef_Weicks thx for the tip

hey! at the moment i tried something … i put the delay at the end of
the line 223 in checkWifiTask from 1000 to delay(1); and now it connects to blynk after disconnecting the wifi :wink:

but now i am searching for the failure why the artnet didnt send to the controller anymore . i can switch to artnetwifi with blynk … but there is no animation.

@Stef_Weicks great
Instead of if(artnet.read()) try
if(artnet.read()==1)

makes no difference…
screen is black

@Stef_Weicks strange
Then just write
artnet.read(); instead

screen turns white.
i can adjust the brightness … and switch the clock on and off… but no transmission from . jinx… i tired now the old program from you … artnetwifi works there.

@Stef_Weicks can you update the code on gist with your latest change I have just asked you to do ?

@Stef_Weicks what does the serial output

serial out says … i am on artnet wifi… i can switch on the clock on and off and adjust the brightness of the display… output says
RTC is older than compile time! (Updating DateTime)
16:07:16Artnet-Wifi

@Stef_Weicks hello maybe it’s because I launch the Artnet before any wifi exists.
take the new version of the artnet

copy the new function checkwitasks

in the setup function comment the line Artnet.begin( …)

the new checkWifitask willstart Artnet once th ewifi is there

but you need to put back the test if((WiFi.status() == WL_CONNECTED))
before calling the Artnet.read()

ok now the artnetwifi works … but if i switch from sd to artnetwifi … it disconnects from blynk
also if i start the controller and after about a minute it disconnects blynk and start artnetwifi…
and after some time the sd-card programm is starting again without doing something… blynk starts also for a few seconds … and disconnects again … than its switching back to artnet … and so on

and if i disconnect it takes very long to connect again (i think 5 minutes or longer) to blynk… its although little bit tricky with connecting if the connection wifi to jinx is switched on.

i did the changes also in gist

@Stef_Weicks Oki i need to see I will have a look at it.
Can you show me the serial output
Even if it’s long.
Put It on a gist or something

jinx and wifi where switched on

@Stef_Weicks Oki I am gonna look

try this codehttps://http://gist.github.com/hpwit/ea132157a373b4a4e53cbb2e12af2c98
i have moved the Blank to the main loop I think it does not like to be on the second core

hey good morning!
thanks for the code i tried the code now.! artnet.running was not declared, so i put artnet.read() in there with a core 1 panic result :stuck_out_tongue:

and than i deleted it in line 372 and in 340. it works than… also after disconnecting and connecting i got a connection!!!

if jinx is connected (with sending data in the network) after some time it disconnects from blynk… and want to connect again with no result … first of all i wave to disconnect all and connect the controller first with the networ… is this because i deleted line 372 ?

@Stef_Weicks sorry you need to download the new version of artnet.
I have made a modification within the library