martinayotte wrote:BTW, I forgot to ask :
What is that stream content ? In which direction is it going (in or out going from you Java server) ?
If it MP3 Radio streaming, you should look about VS1053 on ESP solution (no need for Arduino UNO).
Some already ported ReadyToUse firmware for that :
viewtopic.php?p=48287#p48287
Well, its not mp3, its raw pcm bytes. I understand that other shields can be used, but just wondering if the existing module can be used to achieve the functionality.
The raw pcm bytes are sent from java program via a server socket, that is being received by esp, that in turn send the data to arduino via serial. Arduino has a timer to control the frequency of the output.
Thanks,
Debojit