3 Star 37 Fork 41

fyp / cpu_v3s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

硬件说明

渲染图

v3s

实物图

v3s_real

  • SPI显示屏:ILI9341
  • 音频放大:PAM8403
  • 触摸:NS2009
  • wifi:rtl8723
  • 摄像头:ov2640

系统版本说明

内核版本5.10.0

文件系统使用buildroot2017.08构建

功能测试

root目录下有5个文件夹,用于测试功能,如下:

# ls -hl
total 20
drwxr-xr-x    2 root     root        4.0K Mar  5  2021 audio
drwxr-xr-x    2 root     root        4.0K Jan  1 00:01 camrea
drwxr-xr-x    2 root     root        4.0K Mar  5  2021 nes
drwxr-xr-x    2 root     root        4.0K Mar  5  2021 video
drwxr-xr-x    4 root     root        4.0K Mar  5  2021 wifi

测试前进入对应的目录

audio测试

播放mp3

mpg123 6993161CY71.mp3

录音

./recording.sh 3

播放

aplay tmp.wav

camrea测试

照相

./take_picture.sh

查看图片,f适合屏幕,m旋转

fbv test.jpg

录像

./take_video.sh

播放录像

mplayer test.avi

nes测试

nes键位对应键盘qwas方向键,由于输入程序我没改对,键盘可用但按键不灵。

./InfoNes "hdl.nes"

video测试

mplayer bad_apple_30.mp4

wifi测试

注意!

测试wifi时要拔掉摄像头,信号很强的wifi才连的上

在buildroot2017下编译wpa_supplicant报错,在buildroot2020下编译无错。所以wpa_supplicant是buildroot2020下的复制过来的。

执行以下命令,把wpa_supplicant、依赖库、firmware复制到正确目录下

./config_wifi_env.sh

自行修改wpa_supplicant.conf后连接wifi

./connect_wifi.sh

触摸屏测试

ts_calibrate
ts_test
MIT License Copyright (c) 2021 fyp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

全志v3s板 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/ycsfyp/v3s-board.git
git@gitee.com:ycsfyp/v3s-board.git
ycsfyp
v3s-board
cpu_v3s
master

搜索帮助