文件名称:STM32-NRF24L01
- 所属分类:
- 微处理器(ARM/PowerPC等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2016-02-05
- 文件大小:
- 572kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
发送端:
只需修改发送模式中的接收通道号即可(此处的接收通道号指的是接收端的通道号,发送端只使用P0通道发送数据)。
接收端:
无需修改。
接收端接收数据的通道号调试的时候又时会大于5,我认为由于接收端在接收到数据之后,会发送应答信号,这个过程用户是看不到的,由模块自己执行。而当模块处于发送状态时,STATUS寄存器的值为0X1E,由本函数计算得到会出现显示通道号大于5的情况。
-The sender:
Simply modify the transmission mode to the reception channel number (channel number received here refers to the receiving end of the channel number, the sender uses only P0 channel to send data).
Receiving end:
Without modification.
When the receiver receives the channel number and the time of debug data will be greater than 5, I believe that since the receiving end after receiving the data, it sends a response signal, the process is invisible to the user, performed by the module itself. When the module is in sending state, STATUS register is 0X1E, calculated by the function obtained will appear Show channel number greater than five.
只需修改发送模式中的接收通道号即可(此处的接收通道号指的是接收端的通道号,发送端只使用P0通道发送数据)。
接收端:
无需修改。
接收端接收数据的通道号调试的时候又时会大于5,我认为由于接收端在接收到数据之后,会发送应答信号,这个过程用户是看不到的,由模块自己执行。而当模块处于发送状态时,STATUS寄存器的值为0X1E,由本函数计算得到会出现显示通道号大于5的情况。
-The sender:
Simply modify the transmission mode to the reception channel number (channel number received here refers to the receiving end of the channel number, the sender uses only P0 channel to send data).
Receiving end:
Without modification.
When the receiver receives the channel number and the time of debug data will be greater than 5, I believe that since the receiving end after receiving the data, it sends a response signal, the process is invisible to the user, performed by the module itself. When the module is in sending state, STATUS register is 0X1E, calculated by the function obtained will appear Show channel number greater than five.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
1收6发,可获取通道号(15.4.8)
..............................\readme.txt
..............................\zigbee_rxH
..............................\..........\Debug
..............................\..........\.....\Exe
..............................\..........\.....\...\zigbee_rx.out
..............................\..........\.....\List
..............................\..........\.....\Obj
..............................\..........\.....\...\SPI_NRF.o
..............................\..........\.....\...\core_cm3.o
..............................\..........\.....\...\lcd.o
..............................\..........\.....\...\main.o
..............................\..........\.....\...\misc.o
..............................\..........\.....\...\startup_stm32f10x_md.o
..............................\..........\.....\...\stm32f10x_exti.o
..............................\..........\.....\...\stm32f10x_gpio.o
..............................\..........\.....\...\stm32f10x_it.o
..............................\..........\.....\...\stm32f10x_rcc.o
..............................\..........\.....\...\stm32f10x_spi.o
..............................\..........\.....\...\stm32f10x_usart.o
..............................\..........\.....\...\synapp.o
..............................\..........\.....\...\system_stm32f10x.o
..............................\..........\.....\...\testapi.o
..............................\..........\.....\...\uart.o
..............................\..........\.....\...\zigbee_rxH.pbd
..............................\..........\Release
..............................\..........\.......\Exe
..............................\..........\.......\...\zigbee_rx.hex
..............................\..........\.......\...\zigbee_rx.out
..............................\..........\.......\List
..............................\..........\.......\Obj
..............................\..........\.......\...\SPI_NRF.o
..............................\..........\.......\...\core_cm3.o
..............................\..........\.......\...\lcd.o
..............................\..........\.......\...\main.o
..............................\..........\.......\...\misc.o
..............................\..........\.......\...\startup_stm32f10x_md.o
..............................\..........\.......\...\stm32f10x_exti.o
..............................\..........\.......\...\stm32f10x_gpio.o
..............................\..........\.......\...\stm32f10x_it.o
..............................\..........\.......\...\stm32f10x_rcc.o
..............................\..........\.......\...\stm32f10x_spi.o
..............................\..........\.......\...\stm32f10x_usart.o
..............................\..........\.......\...\synapp.o
..............................\..........\.......\...\system_stm32f10x.o
..............................\..........\.......\...\testapi.o
..............................\..........\.......\...\uart.o
..............................\..........\.......\...\zigbee_rxH.pbd
..............................\..........\SPI_NRF.c
..............................\..........\SPI_NRF.h
..............................\..........\lcd.c
..............................\..........\lcd.h
..............................\..........\main.c
..............................\..........\readme.txt
..............................\..........\settings
..............................\..........\........\zigbee_rxH.cspy.bat
..............................\..........\........\zigbee_rxH.dbgdt
..............................\..........\........\zigbee_rxH.dni
..............................\..........\........\zigbee_rxH.wsdt
..............................\..........\........\zigbee_rxH_Debug.jlink
..............................\..........\........\zigbee_rxH_Release.jlink
..............................\..........\stm32f10x_it.c
..............................\..........\stm32f10x_it.h
..............................\..........\synapp.c
..............................\..........\synapp.h
..............................\..........\system.h
..............................\..........\testapi.c
...............