A friend of mine & I made an RGB Strip with the help of Arduino and Java. The apparatus is connected to the PC via USB & the code calculates the average RGB values on the PC screen & that glows the strip accordingly.
What I want to try is-
I have a Windows Phone. I want to use it instead of the RGB Strip so that the phone screen gives the average color o/p.
How do I start with it? how can I make my phone to communicate with my PC via USB so that it receives the input with a good refresh rate?
What namespaces should I use to program it in C# ?