Skip to content

Advice needed for wireless I2C streaming #786

Answered by pschatzmann
leelx78 asked this question in Q&A
Discussion options

You must be logged in to vote

I suggest to keep with the philosophy and just and just use a StreamCopy to copy an I2SStream to a standard WiFiUDP object (which is also Stream). You can also use by UDPStream class which simplifies the processing a bit.

You will find examples how to use encoders and decoders and they should work with this scenario as well.

However be careful, using UDP you might loose data, which leads to some hickups when you use PCM data, but which is a major disaster when you use encoded data.

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@leelx78
Comment options

@pschatzmann
Comment options

@leelx78
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
1 reply
@leelx78
Comment options

Comment options

You must be logged in to vote
3 replies
@leelx78
Comment options

@pschatzmann
Comment options

@leelx78
Comment options

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