文件名称:CODE
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-11-24
- 文件大小:
- 1.05mb
- 下载次数:
- 0次
- 提 供 者:
- Al***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本实验将实现如下功能:
1,通过STM32的USART2(PA2,PA3)连接ATK-HC05蓝牙模块,检测并显示蓝牙模块的状态.
2,通过KEY0按键可以开启/关闭定时向ATK-HC05蓝牙模块发送数据(ALIENTEK HC05 xx)测试蓝牙模块的数据发送.
3,可以通过WK_UP按键设置ATK-HC05蓝牙模块的主从工作模式.
4,可以通过LCD显示ATK-HC05蓝牙模块接收到的数据.
5,可以通过USMART对ATK-HC05蓝牙模块进行AT指令查询和设置.
6,结合手机端蓝牙软件(蓝牙串口助手v1.97.apk),可以实现手机无线控制开发板(点亮和关闭LED1).-The experiment will achieve the following functions: 1, through the STM32 USART2 (PA2, PA3) connection ATK-HC05 Bluetooth module, to detect and display the Bluetooth module state 2, by KEY0 keys to turn on/off timer sends ATK-HC05 Bluetooth module data (ALIENTEK HC05 xx) data test Bluetooth module is sent. 3, you can set the main ATK-HC05 Bluetooth module by WK_UP keys. 4, can display ATK-HC05 bluetooth module receives data the operating mode LCD. 5, can by USMART of ATK-HC05 Bluetooth module AT commands and settings. 6, combined with the Bluetooth mobile client software (Bluetooth serial assistant v1.97.apk), mobile wireless control can be realized development board (lights on and off LED1).
1,通过STM32的USART2(PA2,PA3)连接ATK-HC05蓝牙模块,检测并显示蓝牙模块的状态.
2,通过KEY0按键可以开启/关闭定时向ATK-HC05蓝牙模块发送数据(ALIENTEK HC05 xx)测试蓝牙模块的数据发送.
3,可以通过WK_UP按键设置ATK-HC05蓝牙模块的主从工作模式.
4,可以通过LCD显示ATK-HC05蓝牙模块接收到的数据.
5,可以通过USMART对ATK-HC05蓝牙模块进行AT指令查询和设置.
6,结合手机端蓝牙软件(蓝牙串口助手v1.97.apk),可以实现手机无线控制开发板(点亮和关闭LED1).-The experiment will achieve the following functions: 1, through the STM32 USART2 (PA2, PA3) connection ATK-HC05 Bluetooth module, to detect and display the Bluetooth module state 2, by KEY0 keys to turn on/off timer sends ATK-HC05 Bluetooth module data (ALIENTEK HC05 xx) data test Bluetooth module is sent. 3, you can set the main ATK-HC05 Bluetooth module by WK_UP keys. 4, can display ATK-HC05 bluetooth module receives data the operating mode LCD. 5, can by USMART of ATK-HC05 Bluetooth module AT commands and settings. 6, combined with the Bluetooth mobile client software (Bluetooth serial assistant v1.97.apk), mobile wireless control can be realized development board (lights on and off LED1).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CODE
....\keilkill.bat
....\USMART\usmart_str.h
....\......\usmart_str.c
....\......\usmart_config.c
....\......\usmart.h
....\......\usmart.c
....\......\readme.txt
....\USMART
....\..ER\test.uvproj
....\....\test.uvopt
....\....\test.uvgui.Administrator
....\....\test.c
....\....\startup_stm32f10x_hd.s
....\....\JLinkSettings.ini
....\USER
....\SYSTEM\usart\usart.h
....\......\.....\usart.c
....\......\usart
....\......\sys\system_stm32f10x.h
....\......\...\sys.h
....\......\...\sys.c
....\......\...\stm32f10x.h
....\......\sys
....\......\readme.txt
....\......\delay\delay.h
....\......\.....\delay.c
....\......\delay
....\SYSTEM
....\README.TXT
....\OBJ\test.hex
....\OBJ
....\HARDWARE\WDG\wdg.h
....\........\...\wdg.c
....\........\WDG
....\........\USART2\usart2.h
....\........\......\usart2.c
....\........\USART2
....\........\EXTI\exti.c
....\........\TIMER\timer.h
....\........\.....\timer.c
....\........\TIMER
....\........\OLED\oledfont.h
....\........\....\oled.h
....\........\....\oled.c
....\........\OLED
....\........\LED\led.h
....\........\...\led.c
....\........\LED
....\........\.CD\LCD.h
....\........\...\ILI93xx.c
....\........\...\FONT.H
....\........\LCD
....\........\KEY\key.h
....\HARDWARE
....\........\KEY\key.c
....\........\KEY
....\........\HC05\hc05.h
....\........\....\hc05.c
....\........\HC05
....\........\EXTI\exti.h
....\........\EXTI
code\keilkill.bat
....\USMART\usmart_str.h
....\......\usmart_str.c
....\......\usmart_config.c
....\......\usmart.h
....\......\usmart.c
....\......\readme.txt
....\USMART
....\..ER\test.uvproj
....\....\test.uvopt
....\....\test.uvgui.Administrator
....\....\test.c
....\....\startup_stm32f10x_hd.s
....\....\JLinkSettings.ini
....\USER
....\SYSTEM\usart\usart.h
....\......\.....\usart.c
....\......\usart
....\......\sys\system_stm32f10x.h
....\......\...\sys.h
....\......\...\sys.c
....\......\...\stm32f10x.h
....\......\sys
....\......\readme.txt
....\......\delay\delay.h
....\......\.....\delay.c
....\......\delay
....\SYSTEM
....\README.TXT
....\OBJ\test.hex
....\OBJ
....\HARDWARE\WDG\wdg.h
....\........\...\wdg.c
....\........\WDG
....\........\TIMER\timer.h
....\........\.....\timer.c
....\........\TIMER
....\........\OV7670\sccb.h