Incomplete Readme, pip error, some buttons not working
First off, Thank you!!!
The read me leaves out these instructions that are in the script. Prerequisite: pip3 install python-uinput pygatt gatt more-itertools cmath --user
I needed to add numpy to the line, and I got this error:
Collecting cmath
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/cmath/
I assumed the mouse would move when i moved the remote, then realized you use the touchpad.
Also, the zoom out - button does nothing. Is there really only one click on the touch portion? It notice you have mapped that to scroll mode from move cursor mode.
lsb_release --all No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 19.10 Release: 19.10 Codename: eoan
Can we use the information from the orientation readings for gesture controls? Maybe for scrolling?
I had this problem as well until I found out that cmath is built-in although pip won't get to the install until it has downloaded everything. So just remove cmath (and maybe add numpy) from the pip command.