https://github.com/nobonobo/rpicon
https://github.com/nobonobo/rpicon
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobonobo/rpicon
- Owner: nobonobo
- Created: 2022-01-28T12:25:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T04:20:53.000Z (about 3 years ago)
- Last Synced: 2025-01-31T15:46:54.532Z (3 months ago)
- Language: Svelte
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rpicon
## setup RasPi OS
- use RapberryPi Imager
- config hostname and Wi-Fi, ssh
- sudo apt update
- sudo apt install -y python3-pip
- sudo pip3 install nxbt## build and install
```
make generate build
scp {rpicon,procon.py} [email protected]:/home/pi/
```/etc/systemd/system/rpicon.service
```
[Unit]
Description=Rpi ProCon Emulator
After=bluetooth.target[Service]
ExecStart=/home/pi/rpicon -script=/home/pi/procon.py
Restart=always[Install]
WantedBy=multi-user.target
``````
sudo systemctl daemon-reload
sudo systemctl enable rpicon
sudo systemctl start rpicon
```## using
- open http://hostname.local in browser.
- connect usb or bluetooth for game controller.
- press button for game controller.
- choise game controller from top left select box.
- choice profile for game controller.
- Nintendo Switch standby for connect new controller.
- top-right toggle switch on.
- connect and few seconds later, you can see controller.
- you can use game controller as procon!