Skip to content

Instantly share code, notes, and snippets.

View davisngl's full-sized avatar

Dāvis Naglis davisngl

  • Riga, Latvia
View GitHub Profile
@mikerr
mikerr / btSignal.sh
Last active April 5, 2025 20:24
Bluetooth RSSI signal strength
# install bluetooth tools
sudo apt-get install --no-install-recommends bluetooth
# find MAC address (needs to be discoverable)
hcitool scan
# ping it
sudo l2ping -c 1 12:34:56:78:90
# Connect by MAC