[go: up one dir, main page]

CN104917619A - Wakeup control method and terminal - Google Patents

Wakeup control method and terminal Download PDF

Info

Publication number
CN104917619A
CN104917619A CN201410093392.0A CN201410093392A CN104917619A CN 104917619 A CN104917619 A CN 104917619A CN 201410093392 A CN201410093392 A CN 201410093392A CN 104917619 A CN104917619 A CN 104917619A
Authority
CN
China
Prior art keywords
wake
terminal
frame
receiving
function
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410093392.0A
Other languages
Chinese (zh)
Inventor
马成东
陈景峰
马聪敏
李巍巍
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Haier Group Corp
Qingdao Haier Intelligent Home Appliance Technology Co Ltd
Beijing Haier Guangke Digital Technology Co Ltd
Original Assignee
Haier Group Corp
Qingdao Haier Intelligent Home Appliance Technology Co Ltd
Beijing Haier Guangke Digital Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Haier Group Corp, Qingdao Haier Intelligent Home Appliance Technology Co Ltd, Beijing Haier Guangke Digital Technology Co Ltd filed Critical Haier Group Corp
Priority to CN201410093392.0A priority Critical patent/CN104917619A/en
Publication of CN104917619A publication Critical patent/CN104917619A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W52/00Power management, e.g. Transmission Power Control [TPC] or power classes
    • H04W52/02Power saving arrangements
    • H04W52/0209Power saving arrangements in terminal devices
    • H04W52/0225Power saving arrangements in terminal devices using monitoring of external events, e.g. the presence of a signal
    • H04W52/0229Power saving arrangements in terminal devices using monitoring of external events, e.g. the presence of a signal where the received signal is a wanted signal
    • H04W52/0235Power saving arrangements in terminal devices using monitoring of external events, e.g. the presence of a signal where the received signal is a wanted signal where the received signal is a power saving command
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Telephone Function (AREA)

Abstract

一种唤醒控制方法及终端,包括根据待唤醒终端在休眠模式下可识别的唤醒信号和在工作模式下可识别的握手信号生成唤醒帧,所述唤醒帧用于唤醒所述待唤醒终端并触发与所述待唤醒终端建立握手;周期地向所述待唤醒终端发送所述唤醒帧。本发明唤醒信号和握手信号通过同一唤醒帧进行传输,简化唤醒控制中复杂的过程;此外本发明中无需增加新的用于与外部中断连接的硬件端口,节省硬件资源和空间。

A wake-up control method and terminal, including generating a wake-up frame according to a wake-up signal identifiable by a terminal to be woken up in a sleep mode and a handshake signal identifiable in a working mode, and the wake-up frame is used to wake up the terminal to be woken up and trigger Establishing a handshake with the terminal to be awakened; periodically sending the wakeup frame to the terminal to be awakened. The wake-up signal and the handshake signal of the present invention are transmitted through the same wake-up frame, which simplifies the complex process of wake-up control; in addition, the present invention does not need to add new hardware ports for connecting with external interrupts, saving hardware resources and space.

Description

一种唤醒控制方法及终端A wake-up control method and terminal

技术领域technical field

本发明属于通信领域,尤其涉及一种唤醒控制方法及终端。The invention belongs to the communication field, and in particular relates to a wake-up control method and a terminal.

背景技术Background technique

通用异步接收/发送终端(UART,Universal Asynchronous Receiver andTransmitter)串口是常用的一种异步串行接口,很多终端,例如家电,为节省空间和管脚资源,在使用串口通信时采用四线制通信线路。在这样的系统中,如果通信双方中一方想进入深度休眠,则需要关闭串口功能,则当通信的一方需要将数据发送到对方时,因对方有可能进入休眠模式,从而导致数据无法按时正确的传达到对方。或者,双方都不进入休眠,虽然数据可以实时到达对方,但功耗较大,不符合低功耗环保要求。Universal Asynchronous Receiver and Transmitter (UART, Universal Asynchronous Receiver and Transmitter) serial port is a commonly used asynchronous serial interface. Many terminals, such as home appliances, use four-wire communication lines to save space and pin resources when using serial port communication. . In such a system, if one of the communication parties wants to enter deep sleep, the serial port function needs to be turned off. When the communication party needs to send data to the other party, the other party may enter the sleep mode, which will cause the data to fail to be correct on time. communicated to the other party. Alternatively, both parties do not go to sleep. Although the data can reach the other party in real time, the power consumption is relatively large, which does not meet the requirements of low power consumption and environmental protection.

在现有的系统唤醒的方法中,终端A先通过发送唤醒信号到待唤醒的终端B,终端B识别唤醒信号并从休眠模式切换到工作模式,然后终端A向终端B发送握手信号,终端B识别该握手信号后才能与终端A进行数据交互;上述方法中,终端A唤醒终端B的过程复杂,此外,一般唤醒信号和握手信号是在不同的线路进行传输,并且终端B还需要专门设置用于与外部中断连接的新硬件端口,以上方法显然会占用更多的硬件资源和空间,同时,为实现唤醒功能,需要在软件上针对这些自定义信号控制流程编写代码,进一步增加软件的复杂性。In the existing system wake-up method, terminal A first sends a wake-up signal to terminal B to be woken up, terminal B recognizes the wake-up signal and switches from sleep mode to working mode, then terminal A sends a handshake signal to terminal B, terminal B Data interaction with terminal A can only be performed after identifying the handshake signal; in the above method, the process for terminal A to wake up terminal B is complicated. In addition, the general wake-up signal and handshake signal are transmitted on different lines, and terminal B also needs to be specially set. For new hardware ports connected to external interrupts, the above method will obviously occupy more hardware resources and space. At the same time, in order to realize the wake-up function, it is necessary to write codes for these custom signal control processes on the software, which further increases the complexity of the software. .

发明内容Contents of the invention

有鉴于此,为解决现有技术中的唤醒控制方法过程复杂,占用硬件资源和空间的问题,本发明的一个目的是提出一种唤醒控制方法。为对披露的实施例的一些方面有一个基本的理解,下面给出了简单的概括。该概括部分不是泛泛评述,也不是要确定关键/重要组成元素或描绘这些实施例的保护范围。其唯一目的是用简单的形式呈现一些概念,以此作为后面的详细说明的序言。In view of this, in order to solve the problem that the wake-up control method in the prior art has a complex process and occupies hardware resources and space, an object of the present invention is to propose a wake-up control method. In order to provide a basic understanding of some aspects of the disclosed embodiments, a brief summary is given below. This summary is not an overview, nor is it intended to identify key/critical elements or delineate the scope of these embodiments. Its sole purpose is to present some concepts in a simplified form as a prelude to the more detailed description that is presented later.

在一些可选的实施例中,所述唤醒控制方法包括:In some optional embodiments, the wake-up control method includes:

根据待唤醒终端在休眠模式下可识别的唤醒信号和在工作模式下可识别的握手信号生成唤醒帧;所述唤醒帧用于唤醒所述待唤醒终端并触发与所述待唤醒终端建立握手;Generate a wake-up frame according to a wake-up signal identifiable by the terminal to be woken up in sleep mode and a handshake signal identifiable in work mode; the wake-up frame is used to wake up the terminal to be woken up and trigger establishment of a handshake with the terminal to be woken up;

周期地向所述待唤醒终端发送所述唤醒帧。periodically sending the wake-up frame to the terminal to be woken up.

在一些可选的实施例中,所述唤醒控制方法包括:In some optional embodiments, the wake-up control method includes:

接收其它终端发来的唤醒帧;Receive wake-up frames from other terminals;

根据当前的模式解析所述唤醒帧,触发执行相应的操作。The wake-up frame is parsed according to the current mode, and corresponding operations are triggered to be executed.

本发明另一个目的是提出一种唤醒控制终端。Another object of the present invention is to provide a wake-up control terminal.

在一些可选的实施例中,所述唤醒控制终端包括:In some optional embodiments, the wake-up control terminal includes:

生成单元,用于根据待唤醒终端在休眠模式下可识别的唤醒信号和在工作模式下可识别的握手信号生成唤醒帧;所述唤醒帧用于唤醒所述待唤醒终端并触发与所述待唤醒终端建立握手;A generating unit, configured to generate a wake-up frame according to a wake-up signal identifiable by the terminal to be woken up in sleep mode and a handshake signal identifiable in work mode; the wake-up frame is used to wake up the terminal to be woken up and trigger communication with the terminal Wake up the terminal to establish a handshake;

发送单元,用于周期地向所述待唤醒终端发送所述唤醒帧。A sending unit, configured to periodically send the wake-up frame to the terminal to be woken up.

在一些可选的实施例中,所述唤醒控制终端包括:In some optional embodiments, the wake-up control terminal includes:

接收单元,用于接收其它终端发来的唤醒帧;a receiving unit, configured to receive wake-up frames sent by other terminals;

触发单元,用于根据当前的模式解析所述唤醒帧,触发执行相应的操作。The triggering unit is configured to parse the wake-up frame according to the current mode, and trigger corresponding operations to be executed.

采用上述实施例,能达到以下技术效果:Adopt above-mentioned embodiment, can reach following technical effect:

简化唤醒控制中的复杂过程,唤醒信号和握手信号通过同一唤醒帧进行传输;Simplify the complex process in wake-up control, the wake-up signal and handshake signal are transmitted through the same wake-up frame;

无需增加新的用于与外部中断连接的新硬件端口;No need to add new hardware ports for connecting with external interrupts;

节省更多的硬件资源和空间;Save more hardware resources and space;

降低为了实现唤醒功能在软件上针对这些自定义信号控制流程编写代码的复杂性。Reduces the complexity of writing code in software for these custom signal control flows for wake-up functionality.

为了上述以及相关的目的,一个或多个实施例包括后面将详细说明并在权利要求中特别指出的特征。下面的说明以及附图详细说明某些示例性方面,并且其指示的仅仅是各个实施例的原则可以利用的各种方式中的一些方式。其它的益处和新颖性特征将随着下面的详细说明结合附图考虑而变得明显,所公开的实施例是要包括所有这些方面以及它们的等同。To the above and related ends, one or more embodiments comprise the features hereinafter specified and particularly pointed out in the claims. The following description and drawings detail certain exemplary aspects and are indicative of but a few of the various ways in which the principles of various embodiments may be employed. Other benefits and novel features will become apparent upon consideration of the following detailed description in conjunction with the accompanying drawings, and the disclosed embodiments are intended to include all such aspects and their equivalents.

附图说明Description of drawings

此处所说明的附图用来提供对本发明的进一步理解,构成本申请的一部分,本发明的示意性实施例及其说明用于解释本发明,并不构成对本发明的不当限定。在附图中:The accompanying drawings described here are used to provide a further understanding of the present invention and constitute a part of the application. The schematic embodiments of the present invention and their descriptions are used to explain the present invention and do not constitute improper limitations to the present invention. In the attached picture:

图1示出了实施例中的唤醒控制方法的示意图;FIG. 1 shows a schematic diagram of a wake-up control method in an embodiment;

图2示出了实施例中的唤醒控制方法的示意图;FIG. 2 shows a schematic diagram of a wake-up control method in an embodiment;

图3示出了实施例中的唤醒控制终端的示意图;FIG. 3 shows a schematic diagram of a wake-up control terminal in an embodiment;

图4示出了实施例中的唤醒控制终端的示意图。Fig. 4 shows a schematic diagram of a wake-up control terminal in an embodiment.

具体实施方式Detailed ways

以下描述和附图充分地示出本发明的具体实施方案,以使本领域的技术人员能够实践它们。其他实施方案可以包括结构的、逻辑的、电气的、过程的以及其他的改变。实施例仅代表可能的变化。除非明确要求,否则单独的部件和功能是可选的,并且操作的顺序可以变化。一些实施方案的部分和特征可以被包括在或替换其他实施方案的部分和特征。本发明的实施方案的范围包括权利要求书的整个范围,以及权利要求书的所有可获得的等同物。在本文中,本发明的这些实施方案可以被单独地或总地用术语“发明”来表示,这仅仅是为了方便,并且如果事实上公开了超过一个的发明,不是要自动地限制该应用的范围为任何单个发明或发明构思。The following description and drawings illustrate specific embodiments of the invention sufficiently to enable those skilled in the art to practice them. Other embodiments may incorporate structural, logical, electrical, process, and other changes. The examples merely represent possible variations. Individual components and functions are optional unless explicitly required, and the order of operations may vary. Portions and features of some embodiments may be included in or substituted for those of other embodiments. The scope of embodiments of the present invention includes the full scope of the claims, and all available equivalents of the claims. These embodiments of the present invention may be referred to herein, individually or collectively, by the term "invention", which is for convenience only and is not intended to automatically limit the application if in fact more than one invention is disclosed The scope is any individual invention or inventive concept.

本文所使用的“终端”定义为具有微控制器或微处理器或处理器的电子设备,例如台式计算机、移动计算机、膝上型计算机、笔记本计算机、平板计算机、服务器计算机、手持计算机、手持装置、掌上电脑(PDA,PersonalDigital Assistant)、手持PDA装置、板载装置、板外装置、混合装置(例如将蜂窝电话功能性与PDA装置功能性组合)、消费装置、车载装置、非车载装置、移动或便携式装置、非移动或非便携式装置、蜂窝电话、个人通信服务(PCS,Personal Communications Service)装置、结合无线通信装置的PDA装置、移动或便携式全球定位系统(GPS,Global PositioningSystem)装置、数字电视广播(DVB,Digital Video Broadcasting)装置、较小计算装置、非台式计算机、“尺寸更小性能更高”装置、超移动装置、超移动个人电脑、移动因特网装置、“Origami”装置或计算装置、支持可动态组成计(DCC,Dynamically Composable Computing)的装置或其它设备。或者具有wifi功能的智能电器,例如:wifi空调、wifi冰箱、wifi电视、wifi洗衣机、wifi影碟机、wifi灯具、或其它设备。As used herein, a "terminal" is defined as an electronic device having a microcontroller or microprocessor or processor, such as a desktop computer, mobile computer, laptop computer, notebook computer, tablet computer, server computer, handheld computer, handheld device , Pocket Computer (PDA, PersonalDigital Assistant), handheld PDA device, on-board device, off-board device, hybrid device (such as combining the functionality of a cellular phone with the functionality of a PDA device), consumer device, vehicle-mounted device, off-board device, mobile Or portable devices, non-mobile or non-portable devices, cellular phones, personal communications services (PCS, Personal Communications Service) devices, PDA devices combined with wireless communication devices, mobile or portable Global Positioning System (GPS, Global Positioning System) devices, digital televisions Broadcast (DVB, Digital Video Broadcasting) devices, smaller computing devices, non-desktop computers, "smaller performance" devices, ultra-mobile devices, ultra-mobile PCs, mobile Internet devices, "Origami" devices or computing devices, A device or other device that supports Dynamically Composable Computing (DCC). Or smart appliances with wifi functions, such as: wifi air conditioners, wifi refrigerators, wifi TVs, wifi washing machines, wifi DVD players, wifi lamps, or other devices.

图1是本发明示范实施例的方法示意图。FIG. 1 is a schematic diagram of a method of an exemplary embodiment of the present invention.

如图1所示,在一些说明性的实施例中,所述唤醒控制方法,包括以下几个步骤:As shown in Figure 1, in some illustrative embodiments, the wake-up control method includes the following steps:

步骤S1,假设终端A处于工作模式,终端B处于休眠模式。当终端A需要与终端B进行通信,终端A会根据终端B在休眠模式下可识别的唤醒信号和在工作模式下可识别的握手信号生成相应数据格式的唤醒帧“请醒来”;In step S1, it is assumed that terminal A is in working mode and terminal B is in sleep mode. When terminal A needs to communicate with terminal B, terminal A will generate a wake-up frame "please wake up" in the corresponding data format according to the recognizable wake-up signal of terminal B in sleep mode and the recognizable handshake signal in working mode;

所述唤醒帧用于唤醒所述终端B并触发与所述终端B建立握手,终端A会不断发送唤醒帧“请醒来”,并等待终端B应答,终端B在休眠模式下可识别唤醒帧中的唤醒信号,但无法接收握手信号,当终端B进入工作模式时,可解析唤醒帧中的所有数据,并识别对应于握手信号的数据;The wake-up frame is used to wake up the terminal B and trigger the establishment of a handshake with the terminal B. Terminal A will continuously send a wake-up frame "please wake up" and wait for terminal B to respond. Terminal B can recognize the wake-up frame in sleep mode The wake-up signal in , but cannot receive the handshake signal. When terminal B enters the working mode, it can parse all the data in the wake-up frame and identify the data corresponding to the handshake signal;

优选地,唤醒帧可以为一个正常的通信数据包,符合A与B的通信协议,即包含:包头、包长、包体、校验等部分;Preferably, the wake-up frame can be a normal communication data packet, conforming to the communication protocol between A and B, that is, including: packet header, packet length, packet body, checksum and other parts;

优选地,该数据包为特定数据,可以是一串“0”;可以是一串“1”;或先是一串“0”紧跟着是一串“1”;或先是一串“1”紧跟着一串“0”。Preferably, the data packet is specific data, which can be a string of "0"; it can be a string of "1"; or first a string of "0" followed by a string of "1"; or first a string of "1" followed by a string of "0".

优选地,该数据包中的数据,例如“1”和“0”,的数量有特定要求;Preferably, the number of data in the data packet, such as "1" and "0", has specific requirements;

优选地,唤醒帧的内容与终端B所使用的微处理器有关,终端A根据终端B所使用的微处理器的休眠唤醒方式(唤醒信号)是高电平唤醒或低电平唤醒或上升沿唤醒或下降沿唤醒,将该唤醒帧设定为相应的数据格式;Preferably, the content of the wake-up frame is related to the microprocessor used by terminal B, and terminal A is based on the sleep wake-up mode (wake-up signal) of the microprocessor used by terminal B, which is high-level wake-up or low-level wake-up or rising edge Wake-up or falling edge wake-up, set the wake-up frame as the corresponding data format;

步骤S2,处于休眠模式的终端B被唤醒帧唤醒,即终端B通过识别唤醒信号被唤醒,被唤醒后终端B进入工作模式;Step S2, the terminal B in the sleep mode is awakened by the wake-up frame, that is, the terminal B is awakened by recognizing the wake-up signal, and the terminal B enters the working mode after being awakened;

步骤S3,由于终端A在未收到终端B回复的表示“准备就绪”的确认信息时会不断地向终端B发送唤醒帧,因此终端B进入工作模式后会再次收到终端A发来的唤醒帧,解析所述唤醒帧并识别唤醒帧中对应握手信号的数据,然后向终端A回复确认信息“准备就绪”;Step S3, because terminal A will continuously send wake-up frames to terminal B when it does not receive the confirmation message indicating "ready" from terminal B, so terminal B will receive the wake-up message from terminal A again after entering the working mode frame, parsing the wake-up frame and identifying data corresponding to the handshake signal in the wake-up frame, and then replying to terminal A with a confirmation message "ready";

优选地,终端B的接收端口除了具有接收信号的功能,还具备外部中断功能;Preferably, the receiving port of terminal B not only has the function of receiving signals, but also has an external interrupt function;

优选地,终端B在休眠模式下,终端B的接收端口被设置为外部中断功能;Preferably, when terminal B is in sleep mode, the receiving port of terminal B is set as an external interrupt function;

优选地,终端B在工作模式下,终端B的接收端口会被设置为信号接收功能;Preferably, when terminal B is in working mode, the receiving port of terminal B will be set as a signal receiving function;

优选地,当终端B被唤醒后,进入工作模式的过程包括:将终端B的接收端口从外部中断功能设置为信号接收功能;Preferably, when the terminal B is woken up, the process of entering the working mode includes: setting the receiving port of the terminal B from the external interrupt function to the signal receiving function;

优选地,终端A和终端B的通讯过程可以是串口通信;Preferably, the communication process between terminal A and terminal B can be serial port communication;

优选地,终端A与终端B之间的命令或数据的传输过程涉及4个端口,分别是终端A的接收端口(RxD,Receive Data)与发送端口(TxD,TransmitData)终端B的接收端口RxD与发送端口TxD;即,终端A发送唤醒帧的端口可以是TxD端口;终端B接收所述握手信号的端口是RxD端口,并由终端B的TxD端口向终端A发送确认信息,终端A的RxD端口接收该确认信息;Preferably, the command or data transmission process between terminal A and terminal B involves 4 ports, which are respectively the receiving port (RxD, Receive Data) and the transmitting port (TxD, TransmitData) of terminal A and the receiving port RxD and The sending port TxD; that is, the port through which terminal A sends the wake-up frame may be the TxD port; the port through which terminal B receives the handshake signal is the RxD port, and the TxD port of terminal B sends confirmation information to terminal A, and the RxD port of terminal A receive the acknowledgment;

步骤S4,终端A收到确认信息“准备就绪”后,完成与终端B的握手过程,终端A停止发送唤醒帧,并开始与终端B之间进行正常交互,即进行数据通信;Step S4, after terminal A receives the confirmation message "ready", it completes the handshake process with terminal B, terminal A stops sending wake-up frames, and starts normal interaction with terminal B, that is, data communication;

优选地,终端A向终端B发送数据或命令,终端B收到终端A发送的数据或命令后,进行相应的操作;Preferably, terminal A sends data or commands to terminal B, and terminal B performs corresponding operations after receiving the data or commands sent by terminal A;

优选地,终端B根据终端A发送的数据或命令完成相应的操作后,向终端A发送用以表示完成操作的确认消息;Preferably, after completing the corresponding operation according to the data or command sent by terminal A, terminal B sends a confirmation message to terminal A to indicate the completion of the operation;

优选地,上述发送数据或命令的发起方也可以是终端B,相应的,终端A收到终端B发送的数据或命令后,可以向终端B发送用以表示完成操作的确认消息;Preferably, the above-mentioned initiator of sending data or commands may also be terminal B. Correspondingly, after receiving the data or commands sent by terminal B, terminal A may send a confirmation message to terminal B to indicate the completion of the operation;

优选地,终端A与终端B之间的命令或数据传输的次数为至少一次;Preferably, the number of command or data transmissions between terminal A and terminal B is at least one;

优选地,终端A的RxD端口接收该确认信息后,终端A的TxD端口停止向终端B发送唤醒帧;Preferably, after the RxD port of terminal A receives the confirmation information, the TxD port of terminal A stops sending wake-up frames to terminal B;

步骤S5,完成数据通信后,终端A或终端B设置对方进入休眠模式,或者由于双方长时间无数据通信而自动进入休眠模式;Step S5, after the data communication is completed, terminal A or terminal B sets the other party to enter the sleep mode, or automatically enters the sleep mode because the two parties have no data communication for a long time;

优选地,终端A或B向对方终端发送休眠通知,通知对方进入休眠模式;Preferably, the terminal A or B sends a dormancy notification to the other terminal, notifying the other party to enter the dormancy mode;

优选地,终端A或B收到对方发送的休眠通知后,调整本终端进入休眠模式;Preferably, the terminal A or B adjusts the terminal to enter the sleep mode after receiving the sleep notification sent by the other party;

优选地,终端A或B调整本终端进入休眠模式的过程包括将处于接收信号功能的接收端口的功能调整为外部中断功能;Preferably, the process of terminal A or B adjusting the terminal to enter the sleep mode includes adjusting the function of the receiving port in the function of receiving signals to an external interrupt function;

优选地,所述接收端口是RxD端口;Preferably, the receiving port is an RxD port;

步骤S6,处于休眠模式的终端A或B需要与对方通信时,可以由内部时钟自动唤醒,使本终端进入工作模式;Step S6, when the terminal A or B in the sleep mode needs to communicate with the other party, it can be automatically woken up by the internal clock, so that the terminal enters the working mode;

优选地,终端A或B由内部时钟自动唤醒后,将本终端上的具有外部中断功能的端口的功能调整为信号接收功能;Preferably, after the terminal A or B is automatically awakened by the internal clock, the function of the port with the external interrupt function on the terminal is adjusted to the signal receiving function;

优选地,终端A或B的具有外部中断功能的端口是接收端口,则本终端在被唤醒后,将处于外部中断功能的接收端口的功能调整为信号接收功能;Preferably, the port with the external interrupt function of the terminal A or B is a receiving port, then after the terminal is awakened, the function of the receiving port with the external interrupt function is adjusted to a signal receiving function;

步骤S7,进入下一个应用循环,即如果终端A需要与B进行通信,自动进入工作模式,重复步骤S1;Step S7, enter the next application cycle, that is, if terminal A needs to communicate with B, it automatically enters the working mode, and repeats step S1;

优选地,如果终端A正处于休眠模式,则所述自动进入工作模式的过程包括内部时钟自动唤醒,使得终端A进入工作模式;Preferably, if the terminal A is in the sleep mode, the process of automatically entering the working mode includes automatically waking up the internal clock, so that the terminal A enters the working mode;

优选地,终端A进入工作模式的过程包括调整接收端口的功能,即将处于外部中断功能的接收端口的功能调整为信号接收功能;Preferably, the process of terminal A entering the working mode includes adjusting the function of the receiving port, that is, adjusting the function of the receiving port in the external interrupt function to the signal receiving function;

优选地,所述接收端口为RxD端口。Preferably, the receiving port is an RxD port.

优选地,系统启动后,终端A和终端B均进行初始化,这个过程可以是自动完成的或者是由人为控制的;如果不需要通信,则终端A通知终端B进入休眠模式;Preferably, after the system is started, both terminal A and terminal B are initialized, and this process can be completed automatically or by human control; if no communication is required, terminal A notifies terminal B to enter sleep mode;

优选地,终端A向终端B发送休眠通知,通知终端B进入休眠模式,终端B收到所述休眠通知后,将RxD设置为外部中断功能,终端B进入休眠模式。Preferably, terminal A sends a sleep notification to terminal B, notifying terminal B to enter sleep mode, after terminal B receives the sleep notice, sets RxD as an external interrupt function, and terminal B enters sleep mode.

如图2所示,在一些说明性的实施例中,所述用于唤醒控制的方法,在步骤S1前还包括:As shown in Figure 2, in some illustrative embodiments, the method for wake-up control further includes before step S1:

步骤S0,系统启动后,终端A和终端B同时初始化,如果不需要通信,则终端A设置终端B进入休眠模式;Step S0, after the system is started, terminal A and terminal B are initialized at the same time, if no communication is required, terminal A sets terminal B to enter sleep mode;

优选地,终端A向终端B发送休眠通知,通知终端B进入休眠模式;Preferably, terminal A sends a sleep notification to terminal B, notifying terminal B to enter the sleep mode;

优选地,终端B收到上述休眠通知,将处于接收信息功能的RxD端口的功能,设置为外部中断功能,然后再运行相应的步骤,使得本机进入休眠模式。Preferably, terminal B receives the above-mentioned dormancy notification, sets the function of the RxD port in the function of receiving information as an external interrupt function, and then executes corresponding steps to make the machine enter the dormancy mode.

如图3所示,一种用于唤醒控制的终端10包括:As shown in FIG. 3, a terminal 10 for wake-up control includes:

生成单元101,用于根据待唤醒终端在休眠模式下可识别的唤醒信号和在工作模式下可识别的握手信号生成唤醒帧;所述唤醒帧用于唤醒所述待唤醒终端并触发与所述待唤醒终端建立握手;The generating unit 101 is configured to generate a wake-up frame according to a wake-up signal identifiable by the terminal to be woken up in the sleep mode and a handshake signal identifiable in the working mode; the wake-up frame is used to wake up the terminal to be woken up and trigger the communication with the The terminal to be woken up establishes a handshake;

发送单元102,用于周期地向所述待唤醒终端发送所述唤醒帧。The sending unit 102 is configured to periodically send the wake-up frame to the terminal to be woken up.

在一些说明性的实施例中,所述终端10还包括:In some illustrative embodiments, the terminal 10 further includes:

接收单元103,用于接收所述待唤醒终端用于响应所述唤醒帧所回复的表示准备就绪的确认信息。The receiving unit 103 is configured to receive the acknowledgment information indicating readiness sent back by the terminal to be awakened in response to the wake-up frame.

在一些说明性的实施例中,所述终端10还包括:In some illustrative embodiments, the terminal 10 further includes:

停止单元104,用于所述接收单元103收到所述确认信息后,停止向所述待唤醒终端发送所述唤醒帧。The stopping unit 104 is configured to stop sending the wake-up frame to the terminal to be woken up after the receiving unit 103 receives the confirmation information.

在一些说明性的实施例中,所述终端10还包括:In some illustrative embodiments, the terminal 10 further includes:

休眠单元105,用于在需要进入休眠模式时,将本端用于接收信号的接收端口的功能从信号接收功能调整为外部中断功能。The sleep unit 105 is configured to adjust the function of the receiving port of the local terminal for receiving signals from the signal receiving function to the external interrupt function when entering the sleep mode.

如图4所示,一种唤醒控制终端20包括:As shown in Figure 4, a wake-up control terminal 20 includes:

接收单元201,用于接收其它终端发来的唤醒帧;a receiving unit 201, configured to receive wake-up frames sent by other terminals;

触发单元202,用于根据当前的模式解析所述唤醒帧,触发执行相应的操作。The triggering unit 202 is configured to parse the wake-up frame according to the current mode, and trigger corresponding operations to be executed.

在一些说明性的实施例中,所述触发单元202还包括:In some illustrative embodiments, the triggering unit 202 further includes:

第一触发子单元2021,用于处于休眠模式下时,解析所述唤醒帧,触发进入工作模式;The first trigger subunit 2021 is configured to analyze the wake-up frame and trigger entry into the working mode when in the dormant mode;

第二触发子单元2022,用于处于工作模式下时,解析所述唤醒帧,触发握手过程。The second triggering subunit 2022 is configured to analyze the wake-up frame and trigger the handshake process when it is in the working mode.

在一些说明性的实施例中,所述唤醒帧的数量为多个,处于休眠模式下,所述触发单元202接收至少一个用于触发进入工作模式的唤醒帧,解析所述唤醒帧并触发进入工作模式;In some demonstrative embodiments, the number of wake-up frames is multiple, and in sleep mode, the trigger unit 202 receives at least one wake-up frame for triggering entry into the working mode, parses the wake-up frame and triggers entry into Operating mode;

当进入工作模式后,所述触发单元202接收至少一个用于触发握手过程的所述唤醒帧,解析所述唤醒帧并触发握手过程。After entering the working mode, the triggering unit 202 receives at least one wake-up frame for triggering a handshake process, parses the wake-up frame and triggers a handshake process.

在一些说明性的实施例中,所述终端20包括:In some illustrative embodiments, the terminal 20 includes:

回复单元203,用于所述第二触发子单元2022或所述触发单元202接收到触发握手过程的所述唤醒帧后,向所述终端回复用以表示准备就绪的确认信息。The replying unit 203 is configured to, after the second triggering subunit 2022 or the triggering unit 202 receives the wake-up frame triggering the handshake process, reply to the terminal with confirmation information indicating readiness.

在一些说明性的实施例中,所述接收单元201还包括:In some illustrative embodiments, the receiving unit 201 further includes:

接收子单元2011,用于通过本端的接收端口接收所述唤醒帧;其中,所述接收端口具有外部中断功能;在本端处于休眠模式下时,所述接收子单元2011接收到用于触发进入工作模式的所述唤醒帧之后,所述第一触发子单元2021或所述触发单元202将处于外部中断功能的接收端口的功能调整为接收信号功能。The receiving subunit 2011 is configured to receive the wake-up frame through the receiving port of the local end; wherein, the receiving port has an external interrupt function; when the local end is in the dormant mode, the receiving subunit 2011 receives a After the wake-up frame in the working mode, the first triggering subunit 2021 or the triggering unit 202 adjusts the function of the receiving port in the external interrupt function to the function of receiving signals.

在一些说明性的实施例中,所述终端20还包括:In some illustrative embodiments, the terminal 20 further includes:

休眠单元204,用于在需要从工作模式切换到休眠模式时,将处于接收信号功能的所述接收端口的功能调整为所述外部中断功能。The sleep unit 204 is configured to adjust the function of the receiving port, which is in the function of receiving signals, to the function of the external interrupt when it needs to switch from the working mode to the sleeping mode.

采用上述实施例,能达到以下技术效果:Adopt above-mentioned embodiment, can reach following technical effect:

简化了休眠控制中的复杂过程,唤醒信号和握手信号通过同一唤醒帧进行传输;Simplifies the complex process in sleep control, the wake-up signal and handshake signal are transmitted through the same wake-up frame;

无需增加新的用于与外部中断连接的硬件端口;No need to add new hardware ports for connecting with external interrupts;

降低硬件资源和空间的占用;Reduce the occupation of hardware resources and space;

降低为了实现唤醒功能在软件上针对这些自定义信号控制流程编写代码而增加软件的复杂性。Reduce the complexity of adding software to write codes for these custom signal control flow in software to realize the wake-up function.

本领域技术人员还应当理解,结合本文的实施例描述的各种说明性的逻辑框、模块、电路和算法步骤均可以实现成电子硬件、计算机软件或其组合。为了清楚地说明硬件和软件之间的可交换性,上面对各种说明性的部件、框、模块、电路和步骤均围绕其功能进行了一般地描述。至于这种功能是实现成硬件还是实现成软件,取决于特定的应用和对整个系统所施加的设计约束条件。熟练的技术人员可以针对每个特定应用,以变通的方式实现所描述的功能,但是,这种实现决策不应解释为背离本公开的保护范围。Those skilled in the art should also understand that various illustrative logical blocks, modules, circuits and algorithm steps described in conjunction with the embodiments herein may be implemented as electronic hardware, computer software or a combination thereof. To clearly illustrate this interchangeability of hardware and software, various illustrative components, blocks, modules, circuits, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.

以上所述仅为本发明的优选实施例而已,并不用于限制本发明,对于本领域的技术人员来说,本发明可以有各种更改和变化。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。The above descriptions are only preferred embodiments of the present invention, and are not intended to limit the present invention. For those skilled in the art, the present invention may have various modifications and changes. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included within the protection scope of the present invention.

Claims (20)

1.一种唤醒控制方法,其特征在于,包括:1. A wake-up control method, characterized in that, comprising: 根据待唤醒终端在休眠模式下可识别的唤醒信号和在工作模式下可识别的握手信号生成唤醒帧;所述唤醒帧用于唤醒所述待唤醒终端并触发与所述待唤醒终端建立握手;Generate a wake-up frame according to a wake-up signal identifiable by the terminal to be woken up in sleep mode and a handshake signal identifiable in work mode; the wake-up frame is used to wake up the terminal to be woken up and trigger establishment of a handshake with the terminal to be woken up; 周期地向所述待唤醒终端发送所述唤醒帧。periodically sending the wake-up frame to the terminal to be woken up. 2.如权利要求1所述的方法,其特征在于,还包括:2. The method of claim 1, further comprising: 接收所述待唤醒终端用于响应所述唤醒帧所回复的表示准备就绪的确认信息。receiving the ready confirmation information replied by the terminal to be woken up in response to the wakeup frame. 3.如权利要求2所述的方法,其特征在于,还包括:3. The method of claim 2, further comprising: 在收到所述确认信息后,停止向所述待唤醒终端发送所述唤醒帧。After receiving the confirmation information, stop sending the wake-up frame to the terminal to be woken up. 4.如权利要求1至3任意一项所述的方法,其特征在于,还包括:4. The method according to any one of claims 1 to 3, further comprising: 在需要进入休眠模式时,将本端用于接收信号的接收端口的功能从信号接收功能调整为外部中断功能。When it is necessary to enter the sleep mode, the function of the receiving port for receiving signals at the local end is adjusted from the signal receiving function to the external interrupt function. 5.一种唤醒控制方法,其特征在于,包括:5. A wake-up control method, characterized in that, comprising: 接收其它终端发来的唤醒帧;Receive wake-up frames from other terminals; 根据当前的模式解析所述唤醒帧,触发执行相应的操作。The wake-up frame is parsed according to the current mode, and corresponding operations are triggered to be executed. 6.如权利要求5所述的方法,其特征在于,所述根据当前的模式解析所述唤醒帧,触发执行相应的操作的过程,包括:处于休眠模式下时,解析所述唤醒帧,触发进入工作模式;6. The method according to claim 5, wherein the process of parsing the wake-up frame according to the current mode and triggering the corresponding operation comprises: when in sleep mode, parsing the wake-up frame and triggering Enter working mode; 处于工作模式下时,解析所述唤醒帧,触发握手过程。When in the working mode, analyze the wake-up frame and trigger the handshake process. 7.如权利要求5所述的方法,其特征在于,所述唤醒帧的数量为多个,处于休眠模式下,接收至少一个用于触发进入工作模式的唤醒帧,解析所述唤醒帧并触发进入工作模式;7. The method according to claim 5, wherein the number of the wake-up frames is multiple, and in the dormant mode, at least one wake-up frame for triggering entry into the work mode is received, the wake-up frame is parsed and triggered Enter working mode; 当进入工作模式后,再次接收至少一个用于触发握手过程的所述唤醒帧,解析所述唤醒帧并触发握手过程。After entering the working mode, at least one wake-up frame for triggering the handshake process is received again, the wake-up frame is parsed, and the handshake process is triggered. 8.如权利要求6或7所述的方法,其特征在于,还包括:8. The method according to claim 6 or 7, further comprising: 接收到触发握手过程的所述唤醒帧后,After receiving the wake-up frame that triggers the handshake process, 向所述终端回复用以表示准备就绪的确认信息。Reply to the terminal with acknowledgment information indicating readiness. 9.如权利要求6或7所述的方法,其特征在于,所述接收其它终端发来的唤醒帧的过程,包括:通过本端的接收端口接收所述唤醒帧;其中,所述接收端口具有外部中断功能;在本端处于休眠模式下时,接收到用于触发进入工作模式的所述唤醒帧之后,将处于外部中断功能的接收端口的功能调整为接收信号功能。9. The method according to claim 6 or 7, wherein the process of receiving wake-up frames from other terminals comprises: receiving the wake-up frames through a receiving port of the local end; wherein the receiving port has External interrupt function: when the local end is in sleep mode, after receiving the wake-up frame used to trigger entry into the working mode, adjust the function of the receiving port in the external interrupt function to the function of receiving signals. 10.如权利要求9所述的方法,其特征在于,还包括:10. The method of claim 9, further comprising: 在需要从工作模式切换到休眠模式时,将处于接收信号功能的所述接收端口的功能调整为所述外部中断功能。When it is necessary to switch from the working mode to the sleep mode, the function of the receiving port in the function of receiving signals is adjusted to the function of the external interrupt. 11.一种唤醒控制终端,其特征在于,包括:11. A wake-up control terminal, characterized in that, comprising: 生成单元,用于根据待唤醒终端在休眠模式下可识别的唤醒信号和在工作模式下可识别的握手信号生成唤醒帧;所述唤醒帧用于唤醒所述待唤醒终端并触发与所述待唤醒终端建立握手;A generating unit, configured to generate a wake-up frame according to a wake-up signal identifiable by the terminal to be woken up in sleep mode and a handshake signal identifiable in work mode; the wake-up frame is used to wake up the terminal to be woken up and trigger communication with the terminal Wake up the terminal to establish a handshake; 发送单元,用于周期地向所述待唤醒终端发送所述唤醒帧。A sending unit, configured to periodically send the wake-up frame to the terminal to be woken up. 12.如权利要求11所述的终端,其特征在于,还包括:12. The terminal according to claim 11, further comprising: 接收单元,用于接收所述待唤醒终端用于响应所述唤醒帧所回复的表示准备就绪的确认信息。The receiving unit is configured to receive confirmation information indicating readiness sent back by the terminal to be awakened in response to the wake-up frame. 13.如权利要求12所述的终端,其特征在于,还包括:13. The terminal according to claim 12, further comprising: 停止单元,用于所述接收单元收到所述确认信息后,停止向所述待唤醒终端发送所述唤醒帧。a stopping unit, configured for the receiving unit to stop sending the wake-up frame to the terminal to be woken up after receiving the confirmation information. 14.如权利要求11至13任意一项所述的终端,其特征在于,还包括:14. The terminal according to any one of claims 11 to 13, further comprising: 休眠单元,用于在需要进入休眠模式时,将本端用于接收信号的接收端口的功能从信号接收功能调整为外部中断功能。The sleep unit is configured to adjust the function of the receiving port at the local end for receiving signals from the signal receiving function to the external interrupt function when entering the sleep mode. 15.一种唤醒控制终端,其特征在于,包括:15. A wake-up control terminal, characterized in that, comprising: 接收单元,用于接收其它终端发来的唤醒帧;a receiving unit, configured to receive wake-up frames sent by other terminals; 触发单元,用于根据当前的模式解析所述唤醒帧,触发执行相应的操作。The triggering unit is configured to parse the wake-up frame according to the current mode, and trigger corresponding operations to be executed. 16.如权利要求15所述的终端,其特征在于,所述触发单元包括:16. The terminal according to claim 15, wherein the trigger unit comprises: 第一触发子单元,用于处于休眠模式下时,解析所述唤醒帧,触发进入工作模式;The first triggering subunit is configured to analyze the wake-up frame and trigger entry into the working mode when in the dormant mode; 第二触发子单元,用于处于工作模式下时,解析所述唤醒帧,触发握手过程。The second triggering subunit is configured to analyze the wake-up frame and trigger a handshake process when in the working mode. 17.如权利要求15所述的终端,其特征在于,所述唤醒帧的数量为多个,处于休眠模式下,所述触发单元接收至少一个用于触发进入工作模式的唤醒帧,解析所述唤醒帧并触发进入工作模式;17. The terminal according to claim 15, wherein the number of the wake-up frames is multiple, and in the dormant mode, the trigger unit receives at least one wake-up frame for triggering entry into the working mode, and analyzes the Wake up the frame and trigger to enter working mode; 当进入工作模式后,所述触发单元接收至少一个用于触发握手过程的所述唤醒帧,解析所述唤醒帧并触发握手过程。After entering the working mode, the triggering unit receives at least one wake-up frame for triggering the handshake process, parses the wake-up frame and triggers the handshake process. 18.如权利要求16或17所述的终端,其特征在于,还包括:18. The terminal according to claim 16 or 17, further comprising: 回复单元,用于所述第二触发子单元或所述触发单元接收到触发握手过程的所述唤醒帧后,向所述终端回复用以表示准备就绪的确认信息。The replying unit is configured to, after the second triggering subunit or the triggering unit receives the wake-up frame triggering a handshake process, reply to the terminal with confirmation information indicating readiness. 19.如权利要求16或17所述的终端,其特征在于,所述接收单元包括:19. The terminal according to claim 16 or 17, wherein the receiving unit comprises: 接收子单元,用于通过本端的接收端口接收所述唤醒帧;其中,所述接收端口具有外部中断功能;在本端处于休眠模式下时,所述接收子单元接收到用于触发进入工作模式的所述唤醒帧之后,所述第一触发子单元或所述触发单元将处于外部中断功能的接收端口的功能调整为接收信号功能。The receiving subunit is configured to receive the wake-up frame through the receiving port of the local end; wherein the receiving port has an external interrupt function; when the local end is in sleep mode, the receiving subunit receives After the wake-up frame, the first triggering subunit or the triggering unit adjusts the function of the receiving port in the external interrupt function to the function of receiving signals. 20.如权利要求19所述的终端,其特征在于,还包括:20. The terminal according to claim 19, further comprising: 休眠单元,用于在需要从工作模式切换到休眠模式时,将处于接收信号功能的所述接收端口的功能调整为所述外部中断功能。The sleep unit is configured to adjust the function of the receiving port, which is in the function of receiving signals, to the function of the external interrupt when it needs to switch from the working mode to the sleeping mode.
CN201410093392.0A 2014-03-14 2014-03-14 Wakeup control method and terminal Pending CN104917619A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410093392.0A CN104917619A (en) 2014-03-14 2014-03-14 Wakeup control method and terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410093392.0A CN104917619A (en) 2014-03-14 2014-03-14 Wakeup control method and terminal

Publications (1)

Publication Number Publication Date
CN104917619A true CN104917619A (en) 2015-09-16

Family

ID=54086351

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410093392.0A Pending CN104917619A (en) 2014-03-14 2014-03-14 Wakeup control method and terminal

Country Status (1)

Country Link
CN (1) CN104917619A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106937367A (en) * 2015-12-31 2017-07-07 深圳友讯达科技股份有限公司 Low power loss communication node response awakening method and node
WO2018032877A1 (en) * 2016-08-15 2018-02-22 华为技术有限公司 Method and device for transmitting wake-up packet in communication system
WO2018077007A1 (en) * 2016-10-31 2018-05-03 华为技术有限公司 Frame transmission method, apparatus, and system
CN108064057A (en) * 2016-11-08 2018-05-22 华为技术有限公司 Communication means, the network equipment and terminal
CN108574974A (en) * 2017-03-17 2018-09-25 珠海市魅族科技有限公司 A kind of radio switch-in method, relevant device and system
CN109922514A (en) * 2017-12-13 2019-06-21 珠海市魅族科技有限公司 Communication means and communication device, access point apparatus and site apparatus
TWI782013B (en) * 2017-05-02 2022-11-01 美商內數位專利控股公司 Waveform coding with modulation for single-user and multiple-user transmissions

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004015647A2 (en) * 2002-08-02 2004-02-19 C-Labs S.R.L. Architecture and method for the centralised control of remote peripheral electronic devices
CN101193016A (en) * 2006-12-01 2008-06-04 中国科学院沈阳自动化研究所 A kind of energy-saving method of medium access control layer of wireless mesh network
CN101242607A (en) * 2008-03-14 2008-08-13 上海闻泰电子科技有限公司 An intelligent mobile phone based on dual-CPU architecture and communication control method
CN102222258A (en) * 2011-05-18 2011-10-19 复旦大学无锡研究院 Ultra-low-power-consumption intelligent wireless sensor tag for intelligent package
CN102402272A (en) * 2010-09-16 2012-04-04 瑞昱半导体股份有限公司 Electronic device with network connecting function and method applied to same

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004015647A2 (en) * 2002-08-02 2004-02-19 C-Labs S.R.L. Architecture and method for the centralised control of remote peripheral electronic devices
CN101193016A (en) * 2006-12-01 2008-06-04 中国科学院沈阳自动化研究所 A kind of energy-saving method of medium access control layer of wireless mesh network
CN101242607A (en) * 2008-03-14 2008-08-13 上海闻泰电子科技有限公司 An intelligent mobile phone based on dual-CPU architecture and communication control method
CN102402272A (en) * 2010-09-16 2012-04-04 瑞昱半导体股份有限公司 Electronic device with network connecting function and method applied to same
CN102222258A (en) * 2011-05-18 2011-10-19 复旦大学无锡研究院 Ultra-low-power-consumption intelligent wireless sensor tag for intelligent package

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106937367A (en) * 2015-12-31 2017-07-07 深圳友讯达科技股份有限公司 Low power loss communication node response awakening method and node
WO2018032877A1 (en) * 2016-08-15 2018-02-22 华为技术有限公司 Method and device for transmitting wake-up packet in communication system
CN107770848A (en) * 2016-08-15 2018-03-06 华为技术有限公司 The method and apparatus that wake-up packet is transmitted in communication system
US11452042B2 (en) 2016-08-15 2022-09-20 Huawei Technologies Co., Ltd. Method for transmitting wake-up packet in communications system, and device
CN107770848B (en) * 2016-08-15 2020-09-11 华为技术有限公司 Method and apparatus for transmitting wake-up packet in communication system
WO2018077007A1 (en) * 2016-10-31 2018-05-03 华为技术有限公司 Frame transmission method, apparatus, and system
US10986572B2 (en) 2016-10-31 2021-04-20 Huawei Technologies Co., Ltd. Device and method of transmitting wake-up frames
CN108064057A (en) * 2016-11-08 2018-05-22 华为技术有限公司 Communication means, the network equipment and terminal
CN108064057B (en) * 2016-11-08 2020-05-08 华为技术有限公司 Communication method, network equipment and terminal
CN108574974B (en) * 2017-03-17 2020-12-29 珠海市魅族科技有限公司 Wireless access method, related equipment and system
CN108574974A (en) * 2017-03-17 2018-09-25 珠海市魅族科技有限公司 A kind of radio switch-in method, relevant device and system
TWI782013B (en) * 2017-05-02 2022-11-01 美商內數位專利控股公司 Waveform coding with modulation for single-user and multiple-user transmissions
US11637728B2 (en) 2017-05-02 2023-04-25 Interdigital Patent Holdings, Inc. Waveform coding with modulation for single-user and multiple-user transmissions
CN109922514A (en) * 2017-12-13 2019-06-21 珠海市魅族科技有限公司 Communication means and communication device, access point apparatus and site apparatus
CN109922514B (en) * 2017-12-13 2021-11-30 珠海市魅族科技有限公司 Communication method and communication device, access point equipment and station equipment

Similar Documents

Publication Publication Date Title
CN104917619A (en) Wakeup control method and terminal
EP3000217B1 (en) Electronic device using logical channels for communication
CN104281247B (en) Method and device for performing wake-up control
JP5100854B2 (en) Communication apparatus and communication method
CN112637013B (en) Method and device, device, and storage medium for abnormal detection of CAN bus message
CN101291348B (en) Prompt method for wireless channel awaking
CN101893926A (en) Method, device and terminal for controlling switching of dual processor
WO2012027991A1 (en) Method, device and system for bidirectional wake-up based on universal serial bus
KR101359031B1 (en) Apparatus and method for email polling in portable terminal
CN104904309A (en) Method for sending heartbeat message and mobile terminal
CN101242447A (en) A dual-CPU architecture smart phone and its communication control method
US20140334364A1 (en) Remote wake-up system and method
WO2018126409A1 (en) Signaling transmission method and device
CN106254043A (en) Method, base station and the target terminal of a kind of data transmission
WO2011116610A1 (en) Method, system and device for initializing internet device
CN103634885B (en) A kind of identification card and operation method thereof
CN102131304B (en) A kind of method for connecting network and communicating terminal
CN106888431A (en) The method and system of good friend are added on a kind of intelligent watch
US7707441B2 (en) Method and system for reducing power consumption of handsets through UART auto flow control
WO2018126407A1 (en) Data transmission method and device
CN113347691B (en) Data transmission method and device
WO2024152570A1 (en) Smart terminal wake-up method and smart terminal
WO2020133564A1 (en) Mobile terminal casing, mobile terminal and smart home network system
CN116669158A (en) PSM dormancy method and related device
WO2023088198A1 (en) Network connection method and apparatus, and electronic device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20150916

RJ01 Rejection of invention patent application after publication