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

Latency / delay #139

Open
clrmsc opened this issue Feb 5, 2022 · 1 comment
Open

Latency / delay #139

clrmsc opened this issue Feb 5, 2022 · 1 comment

Comments

@clrmsc
Copy link

clrmsc commented Feb 5, 2022

there is a delay of 1-2 seconds when you use all 1024 channels, the signal is not lost, there is some kind of buffer that fills up and plays it in the future. but it's very hard to do that live. give me some advice?

@LoneWalkerWolf
Copy link

Feel free to email me at alexander@expanseelectronics.com. I have unofficially taken over this project, as Matt seems to be offline / not contributing to this project anymore. We sell a version of this project on our website: expanseelectronics.com, and you are free to send us an email at any time with any further questions.

In response to your question: The delay is caused by the ESP8266 being a slow processor for receiving a lot of UDP streams. The way WiFi works on the ESP is that all incoming data is sent to a buffer (as you suspect), and then it is passed to the CPU when it has time to process them. I wouldn't suggest processing more than 512 channels over WiFi.

If you really do need 1024 channels, may I suggest looking at our Ethernet version of this project? It is available on our website, and a basic description is available here.

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