# AliOS_Things_Developer_Kit_demo **Repository Path**: kevinzu/ali-os_-things_-developer_-kit_demo ## Basic Information - **Project Name**: AliOS_Things_Developer_Kit_demo - **Description**: 存放AliOS Things Developer Kit开发板自己编写的学习例程 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 31 - **Created**: 2021-12-06 - **Last Updated**: 2021-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AliOS_Things_Developer_Kit_demo #### 介绍 存放AliOS Things Developer Kit开发板自己编写的STM32CubeMX+Keil MDK学习例程 ![在这里插入图片描述](https://img-blog.csdnimg.cn/20191007201952517.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly95YW5neXVhbnhpbi5ibG9nLmNzZG4ubmV0,size_16,color_FFFFFF,t_70) ![img](https://img-blog.csdnimg.cn/20191007202002468.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly95YW5neXVhbnhpbi5ibG9nLmNzZG4ubmV0,size_16,color_FFFFFF,t_70) #### 目录说明 1. debug_printf 将开发板通过USB线插入到PC端,打开串口调试助手即可观察。 2. debug_led_blink 开发板三个可控制的LED闪烁例程 3. debug_keyboard 开发板三个按键分别控制三个LED灯亮灭的例程 4. debug_lcd_st7789 开发板控制LCD显示色块 5. debug_tf_card_play_video 开发板通过fatfs加载SD卡中的bin文件,让LCD显示全屏图片数据流(视频播放的原理) 6. debug_tf_card_usb_msc 开发板通过USB线与OTG接口与PC端相连接以后,会在PC端将开发板上的SD卡虚拟成U盘 7. debug_camera_display 开发板将板载摄像头GC0329实时将数据显示到LCD显示屏上 8. FreeRTOS_CMSIS_OS_V1 编写基于FreeRTOS CMSIS_OS V1入门综合例程,包括线程、信号量、互斥量、队列、定时器 9. FreeRTOS_CMSIS_OS_V2 编写基于FreeRTOS CMSIS_OS V2入门综合例程,包括线程、信号量、互斥量、队列、定时器 - AliOS Things Developer Kit技术文档资料 存放官方提供的技术资料 - AliOS Things Developer Kit局部电路原理图解析 个人阅读电路原理图的笔记 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)