文件名称:NRF905_1
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-08-22
- 文件大小:
- 32kb
- 下载次数:
- 0次
- 提 供 者:
- 化**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于STM32的NRF905通信模块调试。
功能:里面有8个按键,每次按下不同的按键,按键值都会被保存在同一个地址,
即0X29,很显然,上一个数据被下一个所替代,但是符合想要的功能。
数据在发送时,会有T_led指示灯闪烁,与之对应,当接收机接收到数据
后,R_led指示灯也会闪烁。自此,收发成功!-Based on the STM32 NRF905 communication module debugging. Function: There are eight buttons, each time you press a different key, the key value will be saved in the same address, 0X29, it is clear that on a data replaced by the next one, but the line with the desired function. Data transmission, there T_led flashes, corresponding, when the receiver receives the data, R_led indicator will blink. Since then, the transceiver success!
功能:里面有8个按键,每次按下不同的按键,按键值都会被保存在同一个地址,
即0X29,很显然,上一个数据被下一个所替代,但是符合想要的功能。
数据在发送时,会有T_led指示灯闪烁,与之对应,当接收机接收到数据
后,R_led指示灯也会闪烁。自此,收发成功!-Based on the STM32 NRF905 communication module debugging. Function: There are eight buttons, each time you press a different key, the key value will be saved in the same address, 0X29, it is clear that on a data replaced by the next one, but the line with the desired function. Data transmission, there T_led flashes, corresponding, when the receiver receives the data, R_led indicator will blink. Since then, the transceiver success!
(系统自动生成,下载前可以参看下载内容)
下载文件列表
NRF905_1\HARDWARE\KEY\key.c
........\........\...\key.h
........\........\LED\led.c
........\........\...\led.h
........\........\nrf905_1\nrf905.c
........\........\........\nrf905.h
........\SYSTEM\delay\delay.c
........\......\.....\delay.h
........\......\sys\sys.c
........\......\...\sys.h
........\......\usart\usart.c
........\......\.....\usart.h
........\USER\JLink Regs CM3.txt
........\....\JLinkSettings.ini
........\....\STM32F10x.s
........\....\ZK_nrf905_1.c
........\....\ZK_nrf905_1.hex
........\....\ZK_nrf905_1.uvopt
........\....\ZK_nrf905_1.uvproj
........\....\程序说明.txt
........\程序说明.txt
........\HARDWARE\KEY
........\........\LED
........\........\nrf905_1
........\SYSTEM\delay
........\......\sys
........\......\usart
........\HARDWARE
........\SYSTEM
........\USER
NRF905_1