2021-12-17 重新安装了系统
2021-12-18
1、安装了airplay 参考文档 https://shumeipai.nxez.com/2014/12/10/raspberry-pi-using-airplay-wireless-audio-playback-achieve-even-putting-wifi.html?replytocom=55338
2、用的这个代码 https://github.com/juhovh/shairplay
2021-12-20
1、LED的代码拿回来了,在 ~/Desktop/root/pythonLED 里面;
2、需要开启设备的 spi ,
3、操作步骤:
sudo raspi-config
选择Interfacing Options -> SPI -> Yes
4、安装了python的qrcode
5、安装了微信 https://blog.csdn.net/qq_41676577/article/details/112974817(安装失败了)
6、下载了字体库 http://www.tuyiyi.com/v/56117.html
7、设置了一个开机启动 https://shumeipai.nxez.com/2017/05/17/raspberry-pi-service-python-script-start-on-boot.html
开机启动的文件 /etc/init.d/ledinit
(上面的方式没有成功)
https://www.embbnux.com/2015/04/12/raspberry_pi_setting_python_script_start_on_boot/
在 /etc/systemd/system
里面加了 ledinit.service
文件来实现 ·
开机启动:sudo systemctl enable ledblink.service
开机启动关 sudo systemctl disable ledblink.service