Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active August 3, 2017 02:15
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 kjunichi/5485955 to your computer and use it in GitHub Desktop.
Save kjunichi/5485955 to your computer and use it in GitHub Desktop.
結構古くからBluetoothを注目して使っている。その割には、関連知識も少ないし、プログラムのノウハウも皆無という状況。。。

関連記事

Bleutooth全般知識

SPP 接続

SPP による通信をおこなう場合は、UUID に 00001101-0000-1000-8000-00805F9B34FB を指定

Linuxでの使用

hciconfig

hcitool

hcitool scan

bluetooth-agent

sdptool

sdptool browse

シリアル通信?関連

SPP 接続

rfcomm

minicom

minicom -s

待ち受けの設定

hciconfig hci0 piscan
rfcomm listen hci0

Link

関連Gist

アクセス解析タグ

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