对nRF24L01无线发送和接收模块而言,它采用两种方式对数据包进行处理,一种是ShockBurstTM模式,另一种是增强型ShockBur的英语翻译

对nRF24L01无线发送和接收模块而言,它采用两种方式对数据包进行处

对nRF24L01无线发送和接收模块而言,它采用两种方式对数据包进行处理,一种是ShockBurstTM模式,另一种是增强型ShockBurstTM模式,这两种数据包的处理方式都是将微控制单元MCU与nRF24L01无线发送和接收模块通过串行外围接口SPI相互连接起来。 ① ShockBurstTM模式当运用ShockBurstTM模式对信号进行接收时,如果接收端收到准确的地址和数据,那么这时接收端通过中断请求IRQ告知微控制单元MCU信息已准确收到,接着微控制单元通过RXFIFO寄存器读取接收到的地址和数据。运用这一模式进行数据和地址发送时,可以自动生成循环冗余校验码,当数据完全发送完毕后,接收端的中断请求IRQ告知微控制单元MCU信息已发出,这样就能大大减少了微控制单元MCU对信息确定性的查询时间,从而提高了工作效率。另外,在nRF24L01无线通信模块的内部含有两类寄存器,一类是RXFIFO寄存器,另一类是TXFIFO寄存器,无论是在收发模式,关机模式还是在空闲模式下,微控制单元MCU都可以对FIFO寄存器进行访问。②增强型ShockBurstTM模式对于增强型ShockBurstTM模式而言,它在保持微控制单元MCU工作量的基础上,又同时拥有自动应答功能和自动重发功能。它的主要流程为:首先由发送端发出信号,当接收端接收所发出的地址和数据,则通过自动应答功能对发送端进行回复,然后发送端对反馈信息进行检测。若信息检测无误,那么发送端继续发送下一条信息,如果信息检测有误,那么就执行自动重发功能,直到信息传输无误为止。另外对于增强型ShockBurstTM模式下的应答和重发功能都是自动运行的,无需人工操作。由此可以看出采用增强型ShockBurstTM模式对数据包进行处理具有功率损耗低、成本低、抗干扰性强等优点。 经过综合考虑,因此本设计我们采用增强型ShockBurstTM模式对数据包进行处理。(2)自动应答功能自动应答功能主要是为信息接收端服务的。自动应答功能指的是当接收端接收到信号时,那么接收端便自动对发送端进行信息反馈,以便很好的对信息的准确性进行检测。当信息确认无误后,系统便进入正常工作状态。这个功能在很大程度上降低了微控制单元MCU的工作量,减少了电流损耗,大大提高了工作效率。(3)自动重发功能 自动重发功能主要是为信息发送端服务的。当发送端检测到接收端反馈信息无误时,那么随后系统将进入正常工作模式,若发送端没有要发送的数据时,这时发送端则进入空闲模式下。一旦检测到反馈信息出现错误时,这时系统自动返回到发送模式对错误数据进行重新发送,直到数据准确无误为止。
0/5000
源语言: -
目标语言: -
结果 (英语) 1: [复制]
复制成功!
For the nRF24L01 wireless sending and receiving module, it uses two ways to process data packets, one is the ShockBurstTM mode, and the other is the enhanced ShockBurstTM mode. Both of these data packet processing methods use the micro control unit. The MCU and nRF24L01 wireless transmit and receive modules are connected to each other through a serial peripheral interface SPI. <br>① ShockBurstTM mode <br>When the ShockBurstTM mode is used to receive the signal, if the receiving end receives the accurate address and data, then the receiving end informs the micro control unit through interrupt request IRQ that the MCU information has been accurately received, and then the micro control unit passes the RXFIFO The register reads the received address and data. When using this mode for data and address transmission, a cyclic redundancy check code can be automatically generated. When the data is completely sent, the interrupt request IRQ at the receiving end informs the micro control unit that the MCU information has been sent, which can greatly reduce the micro control. The unit MCU queries the information deterministically, thereby improving work efficiency. In addition, the nRF24L01 wireless communication module contains two types of registers, one is the RXFIFO register, and the other is the TXFIFO register. Whether in transceiver mode, shutdown mode, or idle mode, the MCU can control the FIFO register. Conduct an interview. <br>② Enhanced ShockBurstTM mode <br>For the enhanced ShockBurstTM mode, it maintains the workload of the MCU of the micro-control unit, and has both an automatic answer function and an automatic retransmission function. Its main process is as follows: First, the sending end sends out a signal, and when the receiving end receives the address and data sent out, it will reply to the sending end through the automatic answer function, and then the sending end will detect the feedback information. If the information detection is correct, the sending end continues to send the next message. If the information detection is incorrect, the automatic retransmission function is executed until the information is transmitted correctly. In addition, the response and retransmission functions in the enhanced ShockBurstTM mode are automatically run without manual operation. It can be seen from this that using the enhanced ShockBurstTM mode to process data packets has the advantages of low power loss, low cost, and strong anti-interference.<br>After comprehensive consideration, so in this design we use the enhanced ShockBurstTM mode to process the data packet. <br>(2) Automatic answering function The <br>automatic answering function mainly serves the information receiving end. The automatic answering function means that when the receiving end receives the signal, the receiving end will automatically feed back information to the sending end, so as to detect the accuracy of the information well. When the information is confirmed to be correct, the system will enter the normal working state. This function greatly reduces the workload of the micro control unit MCU, reduces current consumption, and greatly improves work efficiency. <br>(3) Automatic retransmission function The <br>automatic retransmission function mainly serves the information sending end. When the sending end detects that the feedback information of the receiving end is correct, then the system will enter the normal working mode, if the sending end has no data to be sent, then the sending end enters the idle mode. Once an error in the feedback information is detected, the system automatically returns to the sending mode to retransmit the erroneous data until the data is accurate.
正在翻译中..
结果 (英语) 2:[复制]
复制成功!
For the nRF24L01 wireless transmission and reception module, it processes packets in two ways, one in shockTM mode and the other in the enhanced ShockBurstBurstTM mode, both of which are handled by connecting the microcontrol unit MCU and nRF24L01 wireless transmission and receiving modules to each other via the serial peripheral interface SPI.<br> (1) ShockBurstTM mode<br>When the signal is received using the ShockBurstTM mode, if the receiving end receives the exact address and data, then the receiving end notifies the micro-control unit MCU information by interrupt requesting IRQ that the received address and data are received accurately, and then the microcontrol unit reads the received address and data through the RXFIFO register. When using this mode to send data and addresses, the circular redundant check code can be automatically generated, and when the data is fully sent, the interrupt request IRQ at the receiving end tells the micro-control unit MCU information has been sent, which can greatly reduce the query time of the micro-control unit MCU to the information certainty, thus improving the work efficiency. In addition, the inside of the nRF24L01 wireless communication module contains two types of registers, one is RXFIFO register, the other is the TXFIFO register, whether in transceiver mode, shutdown mode or idle mode, the micro-control unit MCU can access the FIFO register.<br>(2) Enhanced ShockBurstTM mode<br>For the enhanced ShockBurstTM mode, it maintains the microcontrol unit MCU workload while maintaining both automatic response and auto-re-issue function. Its main process is: first by the sender signal, when the receiving side receives the emitted address and data, through the automatic answer function to reply to the sender, and then the sender to detect the feedback information. If the information is detected correctly, then the sender continues to send the next message, if the information detection is wrong, then perform the automatic resend function until the information transmission is correct. In addition, the response and re-issue functions in enhanced ShockBurstTM mode are automatic and do not require manual operation. It can be seen that the processing of packets using the enhanced ShockBurstTM mode has the advantages of low power loss, low cost and strong anti-jamming.<br> After all consideration, we processed the packets using the enhanced ShockBurstTM model.<br>(2) Auto-response function<br>The auto-answer function is mainly for the information receiving end of the service. The auto-answer function refers to when the receiving end receives a signal, then the receiver automatically provides information feedback to the sender in order to detect the accuracy of the information very well. When the information is confirmed, the system goes into a normal state. This function greatly reduces the workload of the micro-control unit MCU, reduces the current loss, and greatly improves the efficiency of work.<br>(3) Auto-re-issue function<br> The automatic reissue function is mainly for the sender of information service. When the sender detects that the receiving feedback is correct, the system then enters normal operation mode, and if the sender does not have the data to send, the sender enters idle mode. Once an error is detected in the feedback, the system automatically returns to the send mode to resend the error data until it is accurate.
正在翻译中..
结果 (英语) 3:[复制]
复制成功!
For nRF24L01 wireless sending and receiving module, it uses two ways to process data packets, one is shockbursttm mode, the other is enhanced shockbursttm mode. The two ways of processing data packets are to connect MCU and nRF24L01 wireless sending and receiving module through serial peripheral interface SPI.<br>① ShockBurst TM mode<br>When the shockbursttm mode is used to receive the signal, if the receiver receives the accurate address and data, then the receiver informs the MCU that the information has been received accurately through the interrupt request IRQ, and then the MCU reads the received address and data through the rxfifo register. When the first mock exam is used to send data and address, it can automatically generate CRC. When the data is sent to the end, the interrupt request IRQ of the receiving terminal tells the MCU to send the micro control unit MCU, which greatly reduces the time of querying information for the microcontrol unit, and improves the work efficiency. In addition, there are two kinds of registers in nRF24L01 wireless communication module, one is rxfifo register, and the other is txfifo register. Whether in transceiver mode, shutdown mode or idle mode, MCU can access FIFO register.<br>② Enhanced ShockBurst TM mode<br>For the enhanced ShockBurst TM mode, it not only keeps the workload of MCU, but also has the function of automatic response and automatic retransmission. Its main flow is as follows: first, the sender sends out a signal. When the receiver receives the address and data, it replies to the sender through the automatic response function, and then the sender detects the feedback information. If there is no error in the information detection, the sender will continue to send the next message. If there is an error in the information detection, the automatic resend function will be executed until the information transmission is correct. In addition, the response and resend functions in the enhanced ShockBurst TM mode are all automatic and do not need manual operation. It can be seen that the enhanced ShockBurst TM mode has the advantages of low power loss, low cost and strong anti-interference.<br>After comprehensive consideration, we use the enhanced ShockBurst TM mode to process the data package in this design.<br>(2) Auto answer function<br>The automatic response function is mainly for the information receiver. The automatic response function refers to that when the receiving end receives the signal, the receiving end will automatically feed back the information to the sending end, so as to detect the accuracy of the information. When the information is confirmed to be correct, the system will enter the normal working state. This function greatly reduces the workload of MCU, reduces the current loss, and greatly improves the work efficiency.<br>(3) Automatic resend function<br>The function of automatic resend is mainly for the information sender. When the sender detects that the feedback information of the receiver is correct, then the system will enter the normal working mode. If the sender has no data to send, then the sender will enter the idle mode. Once an error is detected in the feedback information, the system will automatically return to the sending mode to resend the error data until the data is accurate.
正在翻译中..
 
其它语言
本翻译工具支持: 世界语, 丹麦语, 乌克兰语, 乌兹别克语, 乌尔都语, 亚美尼亚语, 伊博语, 俄语, 保加利亚语, 信德语, 修纳语, 僧伽罗语, 克林贡语, 克罗地亚语, 冰岛语, 加利西亚语, 加泰罗尼亚语, 匈牙利语, 南非祖鲁语, 南非科萨语, 卡纳达语, 卢旺达语, 卢森堡语, 印地语, 印尼巽他语, 印尼爪哇语, 印尼语, 古吉拉特语, 吉尔吉斯语, 哈萨克语, 土库曼语, 土耳其语, 塔吉克语, 塞尔维亚语, 塞索托语, 夏威夷语, 奥利亚语, 威尔士语, 孟加拉语, 宿务语, 尼泊尔语, 巴斯克语, 布尔语(南非荷兰语), 希伯来语, 希腊语, 库尔德语, 弗里西语, 德语, 意大利语, 意第绪语, 拉丁语, 拉脱维亚语, 挪威语, 捷克语, 斯洛伐克语, 斯洛文尼亚语, 斯瓦希里语, 旁遮普语, 日语, 普什图语, 格鲁吉亚语, 毛利语, 法语, 波兰语, 波斯尼亚语, 波斯语, 泰卢固语, 泰米尔语, 泰语, 海地克里奥尔语, 爱尔兰语, 爱沙尼亚语, 瑞典语, 白俄罗斯语, 科西嘉语, 立陶宛语, 简体中文, 索马里语, 繁体中文, 约鲁巴语, 维吾尔语, 缅甸语, 罗马尼亚语, 老挝语, 自动识别, 芬兰语, 苏格兰盖尔语, 苗语, 英语, 荷兰语, 菲律宾语, 萨摩亚语, 葡萄牙语, 蒙古语, 西班牙语, 豪萨语, 越南语, 阿塞拜疆语, 阿姆哈拉语, 阿尔巴尼亚语, 阿拉伯语, 鞑靼语, 韩语, 马其顿语, 马尔加什语, 马拉地语, 马拉雅拉姆语, 马来语, 马耳他语, 高棉语, 齐切瓦语, 等语言的翻译.

Copyright ©2024 I Love Translation. All reserved.

E-mail: