(22) NRF24L01无线通信实验

所属分类:单片机开发
开发工具:C/C++
文件大小:4968KB
下载次数:3
上传日期:2020-03-06 15:03:39
上 传 者Moustacha
说明:  stm32 无线发送与接收 无线通信实验 简单方便的样例
(A simple and convenient example of STM32 wireless communication experiment)

文件列表:
(22) NRF24L01无线通信实验 (0, 2014-11-01)
(22) NRF24L01无线通信实验\CORE (0, 2014-10-05)
(22) NRF24L01无线通信实验\CORE\core_cm4.h (109142, 2014-07-17)
(22) NRF24L01无线通信实验\CORE\core_cm4_simd.h (22735, 2014-07-17)
(22) NRF24L01无线通信实验\CORE\startup_stm32f40_41xxx.s (29605, 2014-08-02)
(22) NRF24L01无线通信实验\FWLIB (0, 2014-10-05)
(22) NRF24L01无线通信实验\FWLIB\inc (0, 2014-10-05)
(22) NRF24L01无线通信实验\FWLIB\inc\misc.h (6924, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_adc.h (32880, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_can.h (27318, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_crc.h (2416, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_cryp.h (14481, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_dac.h (14946, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_dbgmcu.h (4296, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_dcmi.h (12977, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_dma.h (28882, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_dma2d.h (19692, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_exti.h (8012, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_flash.h (24467, 2014-08-04)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_flash_ramfunc.h (3275, 2014-08-04)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_fmc.h (44924, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_fsmc.h (27181, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_gpio.h (23548, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_hash.h (10084, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_i2c.h (31939, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_iwdg.h (4323, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_ltdc.h (21191, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_pwr.h (7728, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_rcc.h (30063, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_rng.h (3958, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_rtc.h (40546, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_sai.h (25470, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_sdio.h (22777, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_spi.h (21178, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_syscfg.h (8974, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_tim.h (51689, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_usart.h (17935, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\inc\stm32f4xx_wwdg.h (3542, 2014-08-01)
(22) NRF24L01无线通信实验\FWLIB\src (0, 2014-10-05)
(22) NRF24L01无线通信实验\FWLIB\src\misc.c (11443, 2014-08-01)
... ...

本实验将实现如下功能:开机的时候先检测NRF24L01模块是否存在,在检测到NRF24L01模块之后,根据KEY0和KEY1的设置来决定模块的工作模式,在设定好工作模式之后,就会不停的发送/接收数据,同样用DS0来指示程序正在运行。 注意:本实验要2套开发板+2个无线模块,才能正常测试!!!一个开发板和一个模块,例程是无法自发自收的,故无法测试。 嵌入式开发网 mcudev.taobao.com

近期下载者

相关文件


收藏者