Hi ,
I have a transmitter board which accepts I2S input , so my plan is like this , i will have to send some data through USB of PC1 then convert it to I2S and give it to the transmitter module..
At the PC2 , i have a receiver module , so the wireless data is received and then the I2S should be converted back to USB and should be displayed in the PC2...
So can i know how this conversion can be done and how to send data and to display it in PC...
Thank you
I have a transmitter board which accepts I2S input , so my plan is like this , i will have to send some data through USB of PC1 then convert it to I2S and give it to the transmitter module..
At the PC2 , i have a receiver module , so the wireless data is received and then the I2S should be converted back to USB and should be displayed in the PC2...
So can i know how this conversion can be done and how to send data and to display it in PC...
Thank you
I mean a real time data is to be sent rather than an audio to the USB , so is that possible ??? meant to say , can Data from USB converted to audio data in I2S???
I2S is for streaming audio, master to slave. Use it or lose it, no handshake...
I2C is preferred for passing data. Any chip can pull the bus low to interrupt.
http://www.diyaudio.com/forums/digital-source/65903-i2s-bus-vs-i2c-bus.html
I2C is preferred for passing data. Any chip can pull the bus low to interrupt.
http://www.diyaudio.com/forums/digital-source/65903-i2s-bus-vs-i2c-bus.html
Thanks Ken , but thing is i have just the I2S input and other are all specific audio related inputs like SPDIF , analog etc.... So is there a way i could convert my PC real time data to I2S???
- Status
- Not open for further replies.