12 2015 档案

ubuntu下使用quick2wire控制RespberryPi2的I2C
摘要:首先,开启树莓派的I2C驱动: 查看I2C驱动是否已经被加载:ls /dev -l | grep i2c,如果有形如i2c-x 的显示结果表明驱动已经加载,否则驱动没有加载,需要进行如下操作: 修改配置文件:/etc/modprobe.d/raspi-blacklist.conf(如果存在的... 阅读全文

posted @ 2015-12-31 15:02 闻冥 阅读(1260) 评论(0) 推荐(0)

在安卓下使用python连接蓝牙串口模块(HC-06)
摘要:在安卓上安装Python: 请参考:https://github.com/kuri65536/python-for-android/blob/master/README.md下载程序文件需要访问https://github-cloud.s3.amazonaws.com ,一般需要FQ下载如下文件:s... 阅读全文

posted @ 2015-12-18 15:22 闻冥 阅读(4110) 评论(2) 推荐(0)

导航