https://github.com/figadore/blueswitch
https://github.com/figadore/blueswitch
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/figadore/blueswitch
- Owner: figadore
- Created: 2021-01-07T22:13:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-18T21:36:11.000Z (over 5 years ago)
- Last Synced: 2025-04-10T05:12:26.458Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run
```
bluetoothctl
scan on
devices
pair
connect
trust
```
```
sudo apt install lsinput
ls /dev/input
# new device in output of ^ goes into detect.py
```
```
pip3 install requirements.txt
python3 detect.py
```