Arduino Audio Tools – Receiving Audio using VBAN
Quite some time ago, I demonstrated how you can send Audio to your mobile phone using the VBAN protocol. Recently I have added support for receiving data to your microcontroller as well. With this you can use this protocol to build some cool two way communictations applications (e.g. walkie-talkie). Arduino Sketch Here is a sketch that receives the data and just outputs the audio with I2S. Just replace the output class with whatever you want! Read more





