在 RPi3 上用Python寫 Bluetooth 程式

Raspberry Pi 3 開始加入 bluetooth 藍芽功能,就讓我們好好發揮這藍芽的功能吧!

以下為 ShengYu 的藍芽系列教學 (陸續更新中…):

在寫 Python 藍芽程式之前需要安裝一些套件,
安裝必需套件 bluez

1
sudo apt-get install python-bluez

如果要查看藍芽裝置資訊的指令可以看這篇

第一次用 Python 寫藍芽傳輸程式,請看這
Python 的第一支藍芽程式

怎麼用 Python 寫 Bluetooth socket 來通訊傳輸,請看這
Python 寫藍芽 RFCOMM 通訊程式
Python 寫藍芽 L2CAP 通訊程式

進階篇
Python 寫藍芽 Service Discovery Protocol 通訊程式

參考
https://people.csail.mit.edu/albert/bluez-intro/

相關主題
Python 第一支 Python 程式