1
vote
1answer
302 views

What do I add to this code to make the audio play out of my PC speakers via Arduino?

I am running this code on an Arduino. Using the Arduino, is there a way to pass the audio to my PC speakers? //This imports the audio class #include <PCM.h> //This is the sound being played ...
1
vote
3answers
732 views

Problems with build.xml when using the Android ADK to communicate with an Arduino Mega ADK

So a few days ago I got my hands on an Arduino Mega ADK board, and the last couple of nights I have been setting up my development environment, getting to grips with the tools etc. The tools and ...
1
vote
2answers
261 views

Reconnect Serial Port on Processing

I'm using processing and I'm reading inputs from Arduino with a serial port but connection drop may occur, in this case how to I reopen this connection?