Closed Ezward closed 2 years ago
from https://www.roboticsbuildlog.com/hardware/xbox-one-controller-with-nvidia-jetson-nano
Adapted from: https://www.roboticsbuildlog.com/hardware/xbox-one-controller-with-nvidia-jetson-nano
sudo apt-get install nano sudo apt-get install evtest
evtest /dev/input/event<event no.>
Add Non-root access to your input folder:
sudo usermod -a -G dialout $USER sudo reboot
Install sysfsutils
sudo apt-get install sysfsutils
Edit the config to disable bluetooth ertm
sudo nano /etc/sysfs.conf
/module/bluetooth/parameters/disable_ertm=1
Reboot your computer
sudo reboot
Re-pair the Xbox One Bluetooth Controller
You should now have a solid light on the xbox button and a stable bluetooth connection.
Closing. I did a force push and it won't pick up the new commit. So I will reopen a new PR.
from https://www.roboticsbuildlog.com/hardware/xbox-one-controller-with-nvidia-jetson-nano
Jetson Nano
Adapted from: https://www.roboticsbuildlog.com/hardware/xbox-one-controller-with-nvidia-jetson-nano
Add Non-root access to your input folder:
Install sysfsutils
Edit the config to disable bluetooth ertm
Reboot your computer
Re-pair the Xbox One Bluetooth Controller
You should now have a solid light on the xbox button and a stable bluetooth connection.
RaspberryPi OS