Hi Jetson community,
Could you please help me to find out how to correctly pair my Nvidia Jetson NX with Apple Air Pods(can be any bluetooth audio/microphone device as well)?
Whenever I try to connect it, “Failed to add device” message appears.
Thanks a lot in advance!
Best regards,
Shakhizat
kayccc
August 2, 2022, 12:17am
#2
Please check below thread to see if can help:
Alright, so I managed to solve this issue on my own. The following are the steps I, as an absolute beginner, used to connect my Airpods via Bluetooth:
Step 1: Open terminal and type: sudo apt install nano
Step 2: Now, on a new terminal line, type:
sudo nano /lib/systemd/system/bluetooth.service.d/nv-bluetooth-service.conf
Step 3:
Replace this line:
ExecStart=/usr/lib/bluetooth/bluetoothd -d --noplugin=audio,a2dp,avrcp
With this line:
ExecStart=/usr/lib/bluetooth/bluetoothd -d
Step 4:
P…
1 Like
thanks a lot for your reply. I was able to fix it.
system
Closed
August 17, 2022, 5:20pm
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.