This is a Windows Phone app to control the Raspberry Pi GPIO.
Phone Application
- Windows Phone 8+
Raspberry Pi Server
- Download from https://github.com/petermuller/pi-phone-server
- Python 2.7.x
- Raspberry Pi GPIO v0.5.3a+
Phone Application
- Enter the IP or URL of the Raspberry Pi you want to connect to
- Enter the Port Number of the PiServer (by default, it is 9001)
- Hit the Connect button
- Use the buttons and sliders on the app to adjust the input and output options for the Pi
- Enjoy!
Raspberry Pi Server
- Copy the Python files (.py) to your Raspberry Pi
- Ensure your Raspberry Pi distribution is up to date (# yum/apt-get upgrade)
- As root, run the command "python PiServer.py"
- Use the phone application to interact with your Pi!
Definite
- Finish cleaning up the app
- Add more error handling
- Port to Android
Potential
- Bluetooth in additon to TCP/IP
- Graphs to show input activity over time
- Port to IOS