Skip to content
Discussion options

You must be logged in to vote

Please note that the networking speed and thruput of the ESP32 is quite limited: you might need to minimize the amout of data that is distributed. I see the following alternatives

  • Using UDP broadcast
  • Using ESP-Now
  • Using SnapCast (e.g. on a RasperryPI) and snapclient on the ESP32 receiver

You can find the examples in examples-communication directory!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants