Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miss synchronizing #29

Open
Nikitok122 opened this issue Jun 19, 2020 · 3 comments
Open

Miss synchronizing #29

Nikitok122 opened this issue Jun 19, 2020 · 3 comments

Comments

@Nikitok122
Copy link

Nikitok122 commented Jun 19, 2020

hello!!! having this problem in jinx software. that lag going between universes.
https://www.youtube.com/watch?v=pDtPCQQSfgs

@rstephan
Copy link
Owner

I need more info! Jinx doesn't work is not a good start. Is it a problem with my library or is it a fault from your software?

  • What Arduino hardware are you using?
  • What is the green device in the video? It's not an Arduino!
  • What code is running? Some of my examples?
  • How "good" is your WiFi?

But one guess:
16x16 RGB LEDs are 768 Byte in one stripe?
One Universe with 170 LEDs per Art-Net UDP-Frame?
Update-Order:

  1. Universe 1 -> Update -> Universe 2 -> Update ...
  2. or. Universe 1 -> Universe 2 -> Update ??

In case 1. maybe one frame is dropped, if the Arduino is busy writing to the LED strip.
Try buffering both frames and make one update after.

@Nikitok122
Copy link
Author

Nikitok122 commented Jun 19, 2020

Thanks for response!! I'm using esp32, that green device just a wifi router, which is between PC and esp32. Yes, that martix display contain 2 universes. Yesterday I tried gladiator software and seems no problem like this, but there is another problem with synchronization but in the whole screen, looks like dropped frames. Tonight I'll check sending packets and will see how packets serve universs: one packet to one universe or one packet to all universes

@Nikitok122
Copy link
Author

I found the reason of that behavior, there were my router. so weird. but framedrops still present in any softwere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants