Skip to content

Instantly share code, notes, and snippets.

@marcust
Created March 14, 2016 19:40
Show Gist options
  • Select an option

  • Save marcust/af93ff47899583f5a52f to your computer and use it in GitHub Desktop.

Select an option

Save marcust/af93ff47899583f5a52f to your computer and use it in GitHub Desktop.
Power on a UE Boom via LE Blootooth commands using gatttool
#!/bin/sh
set -ue
HANDLE=0x0003
VALUE=4480ebedc17401
MAC=88:C6:26:1E:F5:38
gatttool -b $MAC --char-write-req --handle=$HANDLE --value=$VALUE
@Finkregh
Copy link

Has someone gotten party up to work? Aka speaker interconnect?

@cstan11
Copy link

cstan11 commented Mar 7, 2026

if anyone is still interested at this goddamn bluetooth speaker, https://github.com/cstan11/ue-boom-macos

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