1.把树莓派容量扩展至最大
https://blog.csdn.net/guanmaoning/article/details/78760246
2.打开树莓派3自带的wifi模块
https://jingyan.baidu.com/article/ab69b2709b090a2ca7189f9b.html
3.更改软件源
sudo nano /etc/apt/sources.list
#注释掉原来的
阿里云镜像源:
deb http://mirrors.aliyun.com/raspbian/raspbian/ jessie main non-free contrib
deb-src http://mirrors.aliyun.com/raspbian/raspbian/ jessie main non-free contrib
最后输入
sudo apt-get update && apt-get upgrade -y 更新,可以看到此时连接的速度已经快到飞起了,待更新完毕,继续下面的教程。
pip源更改
vim ~/.pip/.pip.config
baidu
4.ssh连接
在电脑上在烧完系统的sd卡中新建文件ssh,注意没有后缀
5.使用wifi进行通信
树莓派通信
http://www.eefocus.com/nightseas/blog/15-03/310847_48fe6.html
使用arduino+8266接收
https://blog.csdn.net/jackhuang2015/article/details/45015691
6.树莓派与arduino串口通信
https://blog.csdn.net/u011577439/article/details/51762076
持续更新中...