E&M with a Synaptics TouchPad.
1st Place Best Use of Touch Hardware at HackDavis 2016.
PHY9C requires
- A Synaptics TouchPad + the appropriate TouchPad drivers
- Python 2.7 or 3.X
- The FTDI D2XX USB Chip driver for your OS
- The PyWin32 module if using Windows
$ git clone https://github.com/leegabriel/PHY9C.git
- Open up your terminal/command prompt
cd
to the cloned directory (it should be called "em-simulator")- Type
$ python server.py
, or$ C:\Path\To\Python\Python\python.exe server.py
if you're on Windows and you haven't added Python to your path - Go to http://localhost:8080/
The Python HTTP server, TouchPad, and related drivers were provided to us by Synaptics. No copyright infringement intended.