Skip to content

Instantly share code, notes, and snippets.

@C0nw0nk
Last active November 5, 2022 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save C0nw0nk/8020360c6d8d8773755d58e79689688f to your computer and use it in GitHub Desktop.
Save C0nw0nk/8020360c6d8d8773755d58e79689688f to your computer and use it in GitHub Desktop.
RaspberryPi bluetooth dongle setup TP-link TP-Link Nano USB Bluetooth 5.0 Adapter for Multiple Devices, Long Range Bluetooth Dongle/Receiver for Windows 11/10/8.1/8/7, Plug and Play (UB5A) ASIN B09S15RLH5
#!/usr/bin/env bash
#https://www.amazon.co.uk/gp/product/B09S15RLH5/
#Created this post as a refrence for anyone struggling to get it to work
sudo apt update
sudo apt upgrade
sudo apt install bluetooth pi-bluetooth bluez blueman
cd /lib/firmware/rtl_bt
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8761bu_config.bin
sudo wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/rtl_bt/rtl8761bu_fw.bin
@C0nw0nk
Copy link
Author

C0nw0nk commented Oct 31, 2022

Usage :

Putty Command Line SSH shell access

bluetoothctl
scan on

Enjoy console output displaying available bluetooth devices

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment