2018-01-21 14:39:58 +08:00
|
|
|
# raspberrypi
|
|
|
|
|
2018-01-29 19:28:58 +08:00
|
|
|
raspberrypi zero w GPIO 实现的智能家居
|
|
|
|
- 参考:http://shumeipai.nxez.com/2016/06/26/raspberry-pi-diy-with-a-smart-home-server.html
|
|
|
|
|
|
|
|
- 我发现传感器的数据是实时的,传感器的工作必须是实时的
|
|
|
|
- 有时做不到数据的准确
|
2018-01-29 19:33:24 +08:00
|
|
|
- 就做了多进程的shell(不同pid)来满足传感器数据现状,一个进程收集传感器数据,另一个进程处理数据.
|
2018-09-11 22:51:39 +08:00
|
|
|
- 谢谢@威威君帮写的app
|
2018-01-29 19:33:24 +08:00
|
|
|
|
2018-09-11 22:51:39 +08:00
|
|
|
|
2020-09-10 13:23:23 +08:00
|
|
|
app配合socket服务器设置
|
|
|
|
<img src="https://github.com/niuyuling/raspberrypi/blob/master/app/Screenshot_LightControl_20180906-120133.png" height="1000px" width="500px" >
|
2018-09-11 22:51:39 +08:00
|
|
|
|
2020-09-10 13:23:23 +08:00
|
|
|
app主界面
|
|
|
|
<img src="https://github.com/niuyuling/raspberrypi/blob/master/app/Screenshot_LightControl_20180906-120216.png" height="1000px" width="500px" >
|