Loading...
Logo
Processing Forum

Android Communication

in Android Processing  •  2 years ago  
Hey I'm wondering if there is an easy way to use the bluetooth on my android evo 3d to communicate with my mac. I want to write programs for my phone that can control the lighting system in my room that is run with an arduino through processing.

Replies(2)

It's possible I think, as there are some Android to Arduino projects out there, but it might be easier to use OSC ?
If the Arduino is run thru Processing, it's connected to your computer?
It's pretty trivial to get OSC communication from your phone to a Processing sketch... lot's of topics on that here.
Android provide lot of features that might be very useful to connect with Bluetooth and help you to communicate with mac. As per the your Android communication concern i would like to say there is OSC communication available that help you to communicate easily with mac.