Raspberry pi3 入门一

网络

TTL USB转串口 登录服务器

  • 串口线
    微雪 PL2303 USB转TTL USB转串口 PL2303模块 刷机线 4PIN 杜邦线
    USB type A 公口,4PIN 2.54mm接口
    内置PL2303芯片,兼容WIN8系统
    红色:VCC;黑色:GND;绿色:TXD(接外部设备RXD);白色:RXD(接外部设备TXD)
    内置PL2303芯片,兼容WIN8系统

  • 连线
    黑.线:GND 连 引脚6
    白线:RXD 连 引脚8
    绿线:TXD 连 引脚10

  • 解决与蓝牙模块的冲突
    在Raspberry Pi3由于蓝牙模块和串口都使用 UART0, 会造成TTL USB转串口 登录服务器出现乱码,不能正常工作。具体参考:https://openenergymonitor.org/emon/node/12311
    解决办法:禁用蓝牙,把UART0/ttyAMA0 再设定给 GPIOs 14 & 15,具体步骤如下:

1)在/boot/config.txt最后添加如下一行:

dtoverlay=pi3-disable-bt

另外禁掉蓝牙驱动开机自启动

sudo systemctl disable hciuart

2)重启Raspberry Pi3生效。

  • Linux 登录
sudo apt-get install putty

运行putty, 在配置界面选择”Serial”, Serial line ->”/dev/ttyUSS0”, Seepd->”115200”

其他参考

https://www.raspberrypi.com.tw/

http://workshop.raspberrypiaustralia.com/usb/ttl/connecting/2014/08/31/01-connecting-to-raspberry-pi-via-usb/

WiFi

扫描网络, 列出所有的WIFI 的ESSID。

iwlist wlan0 scan |grep ESSID

在如下文件/etc/wpa_supplicant/wpa_supplicant.conf 添加WIFI的ESSID和密码。

ctrl_interface=DIR=/var/run/wpa_suppli
cant GROUP=netdev
update_config=1
country=GB

network={
    ssid=""
    psk=""
    key_mgmt=WPA-PSK
}

重启系统使配置生效。

Bluetooth

待整理

更新操作

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo rpi-update

开机启动

sudo apt-get install daemontools-run
setuidgid turtlebot roslaunch /etc/ros/electric/turtlebot.launch

systemd

GPIO

Pi3的GPIO引脚如下:
Pi3的GPIO引脚图


有用链接

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值