Skip to content

Instantly share code, notes, and snippets.

View JoshuaBeighton's full-sized avatar

Joshua Beighton JoshuaBeighton

View GitHub Profile
@marcust
marcust / start-ueboom.sh
Created March 14, 2016 19:40
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