forkineye / ESPixelStick

Firmware for the ESPixelStick
http://forkineye.com/
528 stars 169 forks source link

Erratic random flickering #669

Closed broomy111 closed 8 months ago

broomy111 commented 9 months ago

--------- Instructions -------- Please provide answers directly below each section. --------- Instructions ---------

ESPixelStick Firmware Version 4.0ci6236846991

Hardware Version ESP8266 ESPSV3

Binary release or compiled yourself? Binary

Operating System (and version) Windows 11

Web Browser (and version) Opera GX

Access Point

Describe the bug Im running a Fseq file on the pixel stick and after it repeats twice, I start to get rand flickering on my light string towards the beginning of the strand.. I am only running 79 pixels attached to the ESP. I've tried several versions of firmware and same results. Tried different pixels , different 3 core cables, created new sequence, and I see see the same result. Any help would be appreciated.

Thank you

MartinMueller2003 commented 9 months ago

please post a screen shot of the admin page

broomy111 commented 9 months ago

Thank you Martin, here you are

[image: image.png]

On Fri, Sep 29, 2023 at 2:10 AM Martin Mueller @.***> wrote:

please post a screen shot of the admin page

— Reply to this email directly, view it on GitHub https://github.com/forkineye/ESPixelStick/issues/669#issuecomment-1740563654, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2QQTID7A7L6FQFRLNHMWTX42GBVANCNFSM6AAAAAA5L5H6E4 . You are receiving this because you authored the thread.Message ID: @.***>

MartinMueller2003 commented 9 months ago

I cant seem to open the image

broomy111 commented 9 months ago

Let me attach the pic and lets see if this works.

image
MartinMueller2003 commented 9 months ago

It looks like some of the sync packets are being dropped. The output driver seems fairly clean when the data is reliable. I am seeing a loss of data on the input side. More digging.

MartinMueller2003 commented 9 months ago

The only place I am seeing anything odd is at sequence start using FPP 7. My FPP 5 is not showing the same issues. It looks like some of the start messages are just not arriving. Now I need to find out if they are being sent. Wireshark, here I come.

broomy111 commented 9 months ago

Thank you Martin for checking into it. I'm running the FSEQ local on the device for my neighbor's halloween display so there won't be any input coming into the device as it wont be on a LAN. For now I put a beaglebones running FPP attached to a Falcon F4 and its working for now, so its not a major rush to solve the espixel issue if you have other major issues you are looking at.

Thanks again for the assistance

Kevin

On Mon, Oct 2, 2023 at 6:43 AM Martin Mueller @.***> wrote:

The only place I am seeing anything odd is at sequence start using FPP 7. My FPP 5 is not showing the same issues. It looks like some of the start messages are just not arriving. Now I need to find out if they are being sent. Wireshark, here I come.

— Reply to this email directly, view it on GitHub https://github.com/forkineye/ESPixelStick/issues/669#issuecomment-1743043046, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2QQTKBKXZH6UXWZVTWHJDX5LAHDAVCNFSM6AAAAAA5L5H6E6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBTGA2DGMBUGY . You are receiving this because you authored the thread.Message ID: @.***>

MartinMueller2003 commented 9 months ago

It looks like the lates FPP only sends one sync message per second. That means a lost message at any point will cause a pretty hefty skip in time.

broomy111 commented 9 months ago

ahh Gotcha

Thanks for checking this

On Mon, Oct 2, 2023 at 8:25 AM Martin Mueller @.***> wrote:

It looks like the lates FPP only sends one sync message per second. That means a lost message at any point will cause a pretty hefty skip in time.

— Reply to this email directly, view it on GitHub https://github.com/forkineye/ESPixelStick/issues/669#issuecomment-1743229033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG2QQTIOIYEZPHT4UEULHOLX5LMHBAVCNFSM6AAAAAA5L5H6E6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBTGIZDSMBTGM . You are receiving this because you authored the thread.Message ID: @.***>

MartinMueller2003 commented 8 months ago

PR: Remote play updates #680