树莓派系统安装
开启 SSH
1 | 插入SD卡 |
SSH 登录
1 | ssh pi@192.168.1.19 |
安装接口库
1 | sudo apt-get install -y python-smbus |
安装和配置蓝牙
1 | sudo apt-get remove -y vim-common |
安装辅助库
1 | sudo apt-get install libbluetooth-dev |
配置蓝牙
1 | sudo systemctl status bluetooth |
树莓派系统安装
1 | 插入SD卡 |
1 | ssh pi@192.168.1.19 |
1 | sudo apt-get install -y python-smbus |
1 | sudo apt-get remove -y vim-common |
1 | sudo apt-get install libbluetooth-dev |
1 | sudo systemctl status bluetooth |