Raspberry Pi GPIO Controller
This project was a collaboration with a friend to produce a Windows Phone application that interfaced with a Raspberry Pi in order to control its GPIO (General Purpose Input / Output) pins. The Raspberry Pi runs a server I wrote in Python, and the phone application, written in C#, sends commands to the server via TCP/IP. The sources for the server and application can be found on my GitHub page (pi-phone-server and windows-phone-gpio-controller repos, respectively). In my free time, I'm also working on an Android port (android-gpio-controller repo), and those pictures are shown in this project too.
View Website