文件名称:STM32nrf24l01
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-04-13
- 文件大小:
- 97kb
- 下载次数:
- 0次
- 提 供 者:
- gao***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
开机的时候先检测NRF24L01模块是否存在,在检测到NRF24L01模块之后,根据KEY0和KEY1的设置来决定模块的工作模式,在设定好工作模式之后,就会不停的发送/接收数据,同样用DS0来指示程序正在运行。注意,这里要用2个NRF24L01模块同时工作,才能实现。我们测试时基于两套开发板的。-The boot time first to detect NRF24L01 module exists, in after detection to NRF24L01 module to determine the operating mode of the module, the KEY0 and KEY1 set after set mode, it will stop sending/receiving data, the same with the DS0 to indicate that the program is run. Note that here takes two NRF24L01 modules simultaneously, can be achieved. We tested based on two sets of development board.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
STM32下nrf24l01程序\HARDWARE\24CXX\24cxx.c
...................\........\.....\24cxx.h
...................\........\.....\myiic.c
...................\........\.....\myiic.h
...................\........\ADC\adc.c
...................\........\...\adc.h
...................\........\DMA\dma.c
...................\........\...\dma.h
...................\........\EXTI\exti.c
...................\........\....\exti.h
...................\........\FLASH\flash.c
...................\........\.....\flash.h
...................\........\KEY\key.c
...................\........\...\key.h
...................\........\LCD\FONT.H
...................\........\...\ILI93xx.c
...................\........\...\LCD.h
...................\........\.ED\led.c
...................\........\...\led.h
...................\........\NRF24L01\24l01.c
...................\........\........\24l01.h
...................\........\OLED\FONT.H
...................\........\....\oled.c
...................\........\....\oled.h
...................\........\RTC\rtc.c
...................\........\...\rtc.h
...................\........\SPI\spi.c
...................\........\...\spi.h
...................\........\TIMER\timer.c
...................\........\.....\timer.h
...................\........\.OUCH\touch.c
...................\........\.....\touch.h
...................\........\WDG\wdg.c
...................\........\...\wdg.h
...................\........\.KUP\wkup.c
...................\........\....\wkup.h
...................\README.TXT
...................\README.TXT.bak
...................\SYSTEM\delay\delay.c
...................\......\.....\delay.h
...................\......\sys\sys.c
...................\......\...\sys.h
...................\......\usart\usart.c
...................\......\.....\usart.h
...................\USER\STM32F10x.s
...................\....\test.c
...................\....\TEST.hex
...................\....\TEST.Opt
...................\....\TEST.Uv2
...................\HARDWARE\24CXX
...................\........\ADC
...................\........\DMA
...................\........\EXTI
...................\........\FLASH
...................\........\KEY
...................\........\LCD
...................\........\LED
...................\........\NRF24L01
...................\........\OLED
...................\........\RTC
...................\........\SPI
...................\........\TIMER
...................\........\TOUCH
...................\........\WDG
...................\........\WKUP
...................\SYSTEM\delay
...................\......\sys
...................\......\usart
...................\HARDWARE
...................\SYSTEM
...................\USER
STM32下nrf24l01程序