# SmartHome **Repository Path**: wangzhensuo/SmartHome ## Basic Information - **Project Name**: SmartHome - **Description**: 微信给树莓派发消息通知树莓派动作。图灵机器人回复。开灯关灯。爬虫。 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-05-19 - **Last Updated**: 2023-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SmartHome 这个程序是综合了很多网上其他开发者的程序修改而来。 微信控制树莓派参考自: 作者:陈思煜 http://www.jianshu.com/p/ef75e97146c2 (待学习) 图灵机器人参考自: 作者:崔斯特 https://zhuanlan.zhihu.com/p/28673632 树莓派控制led参考自: 作者:brightming http://blog.csdn.net/brightming/article/details/50490533 必应的照片信息爬虫复制自: 作者:专治高级喷子 https://www.zhihu.com/question/42081953 (待学习) 必应的照片爬虫: 我自己写的。 20171020更新: 增加12864并行显示, 参考:http://tieba.baidu.com/p/3263629619 注意事项: 1)一定要安装wiringPi。 2)管脚编号注意选择BCM还是BOARD。参考资料:http://shumeipai.nxez.com/2014/10/18/raspberry-pi-gpio-port-naming.html 3) 输入【./12864 中文】,就可以在12864上显示中文二字。中文和英文一起输会有乱码,待调试; 增加发邮件功能。 email.py ... 这个程序属于正在调试的程序。还需要完善。