# TF WiFi的硬件安装
TF WiFi可以使用插卡形式或者堆叠形式。
## 插卡形式安装
直接在Zero上插卡形式安装,会占用SDC0接口,所以只能从SPI Flash启动。
此时,仅能使用WiFi功能,BT由于未接线而无法使用。
![](https://box.kancloud.cn/7fbc4fa97325397229005658b7ff5822_1116x854.png)
## 堆叠形式安装
对于小体积应用,推荐使用堆叠形式安装,有多种安装方式:
### 前置步骤
注意,初版Zero有一个阻值错误,导致WiFi无法启用,为下图红圈处电阻。
修复方法为:**去除该电阻**(推荐),或者更换成510欧电阻。
![](https://box.kancloud.cn/337af04ad7b806e06cf6aaf906d1af41_654x427.png)
### 堆叠焊接于顶部
此为默认的安装形式如图所示,焊接上方SDIO WiFi的8个引脚,下方BT的4个引脚。
![](https://box.kancloud.cn/12bd3ae7fa89edd264ff5e19109076ee_1024x768.jpg)
TF WiFi 2.54间距的焊盘,可以直接插入插针焊接。
BT有2个1.27偏移的焊盘,建议焊接方法如下所示:
取2Pin 排针,插入焊盘,接于半孔上,焊接上下两侧,最后用剪刀或者钳子去除多余部分。
![](https://box.kancloud.cn/b75f78d370c6938e3923442b267407c1_1024x768.jpg)
此焊接方式,可使得板子最为紧凑,但缺点是发热大户CPU和WiFi直接贴合在一起,可导致温度达到60度以上。
### 堆叠焊接于底部
堆叠焊于底部,可使散热情况优于前者,但需要注意两点:
1. 下图红圈处需要剪断,否则无法插屏幕
2. 天线要弯过来,或者重新焊接到背面。
![](https://box.kancloud.cn/7eac090889135ebbfd7c749252f57e86_584x968.png)
### 堆叠插拔形式
如果不想把TF WiFi焊死上去,可以使用排座焊接到TF WiFi上,插拔使用:
![](https://box.kancloud.cn/2930b42d1bb14685b34e7aab276e0629_1163x757.png)
# WiFi使用方法
网盘中提供的镜像的root目录下提供了r8723bs.ko, 开机后,执行
~~~
insmod r8723bs.ko
ifconfig wlan0 up
~~~
来启动无线接口
编辑好/etc/wpa_supplicant.conf后,执行connect_wx.sh来连接网络。
# 蓝牙使用方法
下载或clone下面的源码,编译
https://github.com/NextThingCo/rtl8723bs_bt
首先在dts里使能UART:
sun8i-v3s.dtsi:
uart0_pins_a: uart0@0 { pins = "PB8", "PB9";function = "uart0";bias-pull-up; };
uart1_pins_a: uart1@0 { pins = "PE21", "PE22";function = "uart1";bias-pull-up; };
uart2_pins_a: uart2@0 { pins = "PB0", "PB1";function = "uart2";bias-pull-up; };
sun8i-v3s-licheepi-zero.dts:
&uart0 { pinctrl-0 = <&uart0_pins_a>;pinctrl-names = "default";status = "okay"; };
&uart1 { pinctrl-0 = <&uart1_pins_a>;pinctrl-names = "default";status = "okay"; };
&uart2 { pinctrl-0 = <&uart2_pins_a>;pinctrl-names = "default";status = "okay"; };
再在内核里使能蓝牙功能:
[*]Networking support->Bluetooth subsystem support
[*]Networking support->Bluetooth subsystem support->Bluetooth device->
HC UART driver->Three-wire UART (H5) protocol support
最后就可以在终端里开启蓝牙,扫描使用设备了:
./start_bt.sh ttyS2
hciconfig -a
hciconfig hci0 up
hcitool scan
# 常见WiFi错误排查
1. wifi驱动加载成功,但是ifconfig -a没有wlan0
~~~
root@LicheePi:~# insmod r8723bs.ko
[ 37.054004] r8723bs: loading out-of-tree module taints kernel.
[ 37.090084] RTL8723BS: module init start
[ 37.094173] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
[ 37.101496] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
[ 37.108377] RTL8723BS: module init ret =0
root@LicheePi:~# ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
usb0 Link encap:Ethernet HWaddr 96:c0:f5:f1:ab:22
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
~~~
检查第一分区中的boot.scr是否正确:
~~~
root@LicheePi:~# mount /dev/mmcblk0p1 /mnt/
root@LicheePi:~# ls /mnt/
boot.scr sun8i-v3s-licheepi-zero-dock.dtb zImage
sun8i-v3s-licheepi-zero-ctc.dtb sun8i-v3s-licheepi-zero.dtb
root@LicheePi:~# cat /mnt/boot.scr
'V·z?Xցܣ]Mڳetenv bootargs console=ttyS0,115200 panic=5 console=tty0 rootwait root=/dev/mmcblk0p2 earlyprintk rw
load mmc 0:1 0x41000000 zImage
load mmc 0:1 0x41800000 sun8i-v3s-licheepi-zero-ctc.dtb <--这里使用了错误的dtb
bootz 0x41000000 - 0x41800000
~~~
从网盘中获取正确的dtb来覆盖,具有wifi功能的dtb是sun8i-v3s-licheepi-zero-dock.dtb
2. wifi驱动加载失败
~~~
root@LicheePi:~# insmod r8723bs.ko
insmod: ERROR: could not insert module r8723bs.ko: Invalid module format
~~~
使用了错误内核的wifi模块,请到网盘或者qq群文件里重新下载最新的ko文件加载。
3. 间隔1s左右打印sdio RTO 0x52之类的信息
wifi模块焊接不良,或者没有去除之前提到的电阻。
- 前言
- 荔枝派TODO任务领取
- linux使用小贴士
- 入门篇
- 板卡介绍
- 开箱指南
- 烧录启动系统
- 联网方法
- 镜像使用
- 镜像说明
- buildroot系统使用
- debian系统使用
- 外设操作
- 外设操作概览
- 低速外设
- GPIO
- GPIO模拟低速接口
- UART
- PWM
- I2C
- SPI
- 高速接口
- SDIO
- USB
- EtherNet
- DVP CSI
- MIPI CSI
- 模拟外设
- CODEC
- LRADC
- 常见设备驱动
- USB摄像头
- USB 3G/4G 网卡
- 舵机
- 开发篇
- UBOOT适配
- UBOOT编译
- UBOOT配置
- UBOOT配置屏幕分辨率
- UBOOT配置SPI启动
- Linux内核开发
- Linux内核编译
- BSP Linux内核编译.md
- Linux内核选项
- 外设驱动与设备树
- RTL8723BS驱动
- 根文件系统定制
- buildroot定制系统
- buildroot添加软件包
- openwrt定制系统
- emdebian定制系统
- camdriod开发
- camdriod编译
- 主线Uboot引导Camdriod
- 系统镜像打包
- XBOOT适配
- 荔枝运行XBOOT
- 应用篇
- 游戏机-基于EmulationStation
- 游戏机-gnuboy
- 语音识别-科大讯飞云
- GUI-QT5
- 语音识别-离线关键词识别
- 路由器-Lichee Zero
- 投稿文章
- 荔枝派Zero开箱指南
- Zero i2c oled使用指南
- zero SPI LCD使用指南
- Zero u-boot编译和使用指南
- TF WiFi使用方法
- Zero Ethernet使用指南
- Zero 移植Qt5.4.1
- ZeroSpiNorFlash启动系统制作指南
- Visio-uboot-sunxi流程
- lichee 编译踩坑记录(ilichee ZERO)
- lichee_zero_外设GPIO接口
- TF WIFI 小白编
- 从零开始LicheePi Zero的开发
- 认识Zero的硬件
- 搭建Zero的开发环境
- 主线Uboot
- 主线kernel
- BSP kernel
- BSP内核启动
- bsp内核的摄像头使用
- BSP内核中的保留内存
- uboot启动BSP内核常见错误
- BSP内核 FBTFT移植
- BSP内核启动错误及警告解决
- buildroot 根文件系统
- emdebian 根文件系统
- SPI Flash 系统编译
- sunxi-fel增加对16M 以上flash的支持
- overlayfs的使用
- jffs2系统挂载不上的常见原因
- JFFS2 文件系统简介
- uboot对spi flash的识别
- bsp内核的SPI flash启动
- Docker开发环境
- Docker 命令速查
- 基础ubuntu系统配置
- docker离线镜像
- Zero系统烧录
- dd镜像烧录
- 分区镜像烧录
- SPI Flash系统烧录
- 一键镜像烧录
- Zero外设把玩
- I2C操作
- PWM输出
- CODEC的使用
- 以太网使用指南
- GPIO操作
- 文件IO方式
- C语言接口(mmap)
- Python操作GPIO
- pinctrl-sunxi介绍
- UART操作
- 点屏
- 点屏之RGB屏
- 点屏之SPI屏 ili9341
- 点屏之SPI OLED
- 点屏之I2C OLED
- 点屏之SPI屏 ili9488
- 点屏之MCU屏
- 点屏之触摸屏驱动
- 点屏之simple-framebuffer
- 点屏之屏幕时序
- 时钟控制器CCM
- 摄像头
- BSP DVP摄像头
- BSP MIPI 摄像头
- 主线DVP摄像头
- 主线 MIPI摄像头
- SPI 操作
- 应用层开发
- 开机自启动
- Segment Fault调试
- Zero通过OTG共享PC网络
- USB摄像头使用
- 基于QT的GUI开发
- 移植tslib
- 移植QT5.9.1
- 移植QT4.8.7
- QtCreator使用
- Qt5.x移植到Qt4.8
- Qt字体相关
- Qt移植总结
- Qt裁剪
- Qt去除鼠标指针显示
- zero_imager使用
- 驱动开发
- 设备树简介
- GPU/DRM 显示驱动
- sys下设备树查看
- atmel触摸屏驱动分析
- atmel触摸屏中断改轮询
- uboot下gpio操作
- helloworld驱动编译演示
- FBTFT分析
- 内核模块静态加载的顺序
- SPI驱动分析
- SPI 驱动编写
- Uboot开发
- 开机logo
- 看门狗的使用
- 关于系统reboot
- 内核printk等级设置