File tree 4 files changed +38
-3
lines changed
4 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 基于毫米波雷达的车内乘员检测系统设计
1
+ ## 基于毫米波雷达的车内乘员检测系统设计
2
+
3
+ ### 加特兰毫米波雷达芯片开发指南
4
+
5
+ 请参考[ 文件] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications/tree/master/arc_design_contest/2022/Calterah/加特兰毫米波雷达芯片使用说明-快速上手.docx )
Original file line number Diff line number Diff line change 1
- ## 第十七届研电赛“新思科技”企业专项奖
1
+ ## [ 第十七届研电赛“新思科技”企业专项奖] ( https://cpipc.acge.org.cn//cw/detail/6/2c9080127e6c5dc5017e7a74d62100e0 )
2
2
3
3
### 赛题
4
4
5
5
- [ 基于ARC EM9D处理器的AIoT电子系统设计] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications/tree/master/arc_design_contest/2022/Synopsys/README.md ) .
6
6
- [ 基于毫米波雷达的车内乘员检测系统设计] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications/tree/master/arc_design_contest/2022/Calterah/README.md ) .
7
7
- [ 基于ARC HS车规处理器的RTOS移植] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications/tree/master/arc_design_contest/2022/Tongxin/README.md ) .
8
+
9
+ ### 开发板申请步骤
10
+
11
+ 1 . 将参赛队信息与邮寄地址发送至邮箱
[email protected] ,参赛队信息包括:
12
+ - 参赛单位,(学校+学院)
13
+ - 队伍名称
14
+ - 参赛队员及指导老师
15
+ - 开发板收件人
16
+ - 联系电话
17
+ - 邮寄地址
18
+ - 电子邮箱
19
+ 2 . 加入技术支持与交流QQ群:927784221
20
+ 3.请参考计划书[ 模板] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications/tree/master/arc_design_contest/2022/研电赛-新思科技命题-项目计划书-模板.doc ) ,于两天内提交一份简要的项目计划书,并以此格式命名:研电赛-新思科技命题X-项目计划书-XXX(大学)-XXX(队伍名称)
21
+
22
+ > ** 注意事项**
23
+ >
24
+ > 新思科技命题开发板发放采用“借用”原则,仅限于第17届研电赛参赛使用,不得用于其他项目;参赛者成功收到开发板后需在比赛规定截止日期前提交作品(并将开发板归还至新思科技)。针对优秀参赛作品,新思科技可酌情批准参赛者保留开发板作为奖励。
Original file line number Diff line number Diff line change @@ -33,5 +33,19 @@ IoTDK的介绍和主要特性,请参考[这里](https://github.com/foss-for-sy
33
33
- 应用实例,请参考[ 这里] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_mli/tree/mli_dev/examples/tutorial_emnist_tensorflow )
34
34
- 说明文档,请参考[ 这里] ( https://foss-for-synopsys-dwc-arc-processors.github.io/embarc_mli/doc/build/html/index.html )
35
35
- [ 集成MLI链接库的embARC OSP软件平台] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/tree/embarc_mli ) ,支持GUN工具链。
36
+
37
+ #### ARC IoT DK平台学习视频
38
+ - Synopsys ARC处理器嵌入式编程基础, [ 2019] ( https://www.moore8.com/courses/2730 ) , [ 2020] ( https://www.moore8.com/courses/3018 )
39
+ - [ 基于Synopsys ARC 处理器嵌入式人工智能软硬件入门] ( https://www.moore8.com/courses/2732 )
40
+ - [ 新思科技 ARC处理器Zephyr编程基础] ( https://www.moore8.com/courses/3019 )
41
+ - [ 第四届中国研究生创“芯”大赛企业宣讲会 | 新思专场] ( https://www.moore8.com/courses/3247 )
42
+ - [ 第四届中国研究生创“芯”大赛 |新思企业命题宣讲专场] ( https://www.moore8.com/courses/3260 )
43
+
36
44
### ARC AIoT DK开发指南
37
- ![ ARC AIoT Development Kit] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications/tree/master/arc_design_contest/2022/Synopsys/img/AIoT.PNG )
45
+ ![ ARC AIoT Development Kit] ( https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_applications/blob/master/arc_design_contest/2022/Synopsys/img/AIoT.PNG )
46
+
47
+ #### ARC AIoT DK平台学习视频
48
+ - [ 新思科技新一代 ARC EM9D AIoT DK 相关开发环境安装] ( https://www.bilibili.com/video/BV1yB4y1U7TE?p=2 )
49
+ - [ ARC EM9D AIoT DK的基本接口实操介绍] ( https://www.bilibili.com/video/BV1yB4y1U7TE?p=3 )
50
+ - [ ARC EM9D AIoT DK的TensorFlow相关开发流程] ( https://www.bilibili.com/video/BV1yB4y1U7TE?p=4 )
51
+ - [ 基于ARC EM9D AIoT DK的智能人员侦测监视器] ( https://www.bilibili.com/video/BV1yB4y1U7TE?p=1 )
You can’t perform that action at this time.
0 commit comments