WO2013166973A1 - 基于Android系统实现红外遥控的方法以及装置 - Google Patents

基于Android系统实现红外遥控的方法以及装置 Download PDF

Info

Publication number
WO2013166973A1
WO2013166973A1 PCT/CN2013/075357 CN2013075357W WO2013166973A1 WO 2013166973 A1 WO2013166973 A1 WO 2013166973A1 CN 2013075357 W CN2013075357 W CN 2013075357W WO 2013166973 A1 WO2013166973 A1 WO 2013166973A1
Authority
WO
WIPO (PCT)
Prior art keywords
module
carrier
remote control
infrared
implementing
Prior art date
Application number
PCT/CN2013/075357
Other languages
English (en)
French (fr)
Inventor
李贺伟
Original Assignee
福兴达科技实业(深圳)有限公司
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 福兴达科技实业(深圳)有限公司 filed Critical 福兴达科技实业(深圳)有限公司
Publication of WO2013166973A1 publication Critical patent/WO2013166973A1/zh

Links

Classifications

    • GPHYSICS
    • G08SIGNALLING
    • G08CTRANSMISSION SYSTEMS FOR MEASURED VALUES, CONTROL OR SIMILAR SIGNALS
    • G08C23/00Non-electrical signal transmission systems, e.g. optical systems
    • G08C23/04Non-electrical signal transmission systems, e.g. optical systems using light waves, e.g. infrared

Definitions

  • the present invention relates to the field of remote control technologies, and in particular, to a method for implementing infrared remote control based on an Android system.
  • the transmission methods are roughly divided into two types, one is wired transmission, mainly using cable (CABLE), etc.
  • Transmission media connecting these devices for the purpose of transmitting and exchanging information, such as data lines in handheld devices, such transmissions have reliable properties, and the disadvantage is that a special cable is required;
  • the transmission mode is wireless transmission, such as common infrared remote control, mainly using infrared (IRDA) as a transmission medium for information transmission and exchange, and since the transmission protocol in wireless transmission has high reliability, it can be owned. Any handheld device of the protocol is wirelessly connected, and thus the transmission mode has high use value.
  • the popular Android system in recent years is a Linux-based open source operating system, Linux not only optimizes the operation interface, but also facilitates the ease of operation and improves efficiency. It is an excellent operating system kernel. It is mainly used in portable mobile devices such as mobile phones and tablet computers.
  • the Android operating system is actually a change and expansion of the Linux operating system.
  • the kernel is basically the Linux kernel, and the difference is in the user space. The main features of mobile phones and mobile phones have been greatly improved and enhanced.
  • Linux kernel Kernel is non-real-time, that is, real-time interrupt processing can not be realized.
  • the carrier of infrared protocol is generally 38K human frequency, that is, the fastest interval needs 26 microseconds to come to an interrupt, relatively speaking Linux Kernel It is not possible to deal with such a fast interruption, so mobile devices such as existing Android phones cannot basically implement infrared remote control functions.
  • the technical problem to be solved by the present invention is to provide a method capable of realizing an infrared remote control function on a mobile phone or the like using Android.
  • a method for implementing infrared remote control based on an Android system comprising the following steps:
  • the first step is to detect whether the Android system has a carrier, and record the time when the system download wave is at a high level and a low level in each state;
  • the infrared carrier is transmitted according to the result of the detection stored in the first step.
  • an infrared signal demodulation and decoding step is further included to convert the external analog infrared signal into a digital signal.
  • the status of the system includes:
  • the system In the Z1 state, the system has a carrier and is at a high level; in the Z2 state, the system has a carrier and is at a low level;
  • the system In the Z3 state, the system has no carrier and is at a high level; in the Z4 state, the system has no carrier and is at a low level.
  • the first step further comprises:
  • Step 3 The Android system detects whether there is a carrier, if yes, enters the fourth step, if not, performs the sixth step;
  • Step 4 The Android system detects whether the carrier is at a high level. If yes, the system is in the Z1 state, records the duration of the high level and returns to the first step, and if not, proceeds to the next step;
  • Step 5 The system enters the Z2 state to determine whether the low time is greater than 300us. If it continues, the duration is recorded and the system carrier flag is eliminated; otherwise, the system returns directly to the first step.
  • Step 6 The Android system detects whether the carrier is at a high level. If yes, the system is in the Z3 state, records the duration of the high level and returns to the first step, otherwise proceeds to the next step;
  • Step 7 The system enters the Z4 state and determines whether the low time is greater than 30 ms. If yes, the system's detection is directly ended, otherwise the low level duration is recorded and the first step is returned.
  • the second step specifically includes:
  • Another object of the present invention is to provide an apparatus for implementing the above-described method of implementing infrared remote control in an Android system.
  • An apparatus for implementing an infrared remote control method in an Android system comprising an infrared receiving learning module and an infrared transmitting module, wherein the infrared receiving learning module comprises: a hardware demodulating circuit, a decoding module, and a first encoding module, the hardware demodulating circuit Connected to the decoding module, where the decoding module is connected to the first encoding module;
  • the infrared transmitting module includes: a second encoding module, a hardware transmitting circuit, and the second encoding module is connected to the first encoding module and the hardware transmitting circuit.
  • the apparatus for implementing the method for implementing infrared remote control in the Android system of the present invention comprises a first determining module and a recording storage module.
  • the apparatus for implementing the method for implementing infrared remote control in the Android system of the present invention comprises a second determining module.
  • the invention has the following beneficial effects:
  • the method of the invention does not use the interrupt method, but uses the fast query, and the fuzzy recognition, solves the bottleneck problem of the Linux Kernel non-real time, so that the system can transmit up to the 455K frequency. Carrier.
  • FIG. 3 is a system architecture diagram of an implementation of the present invention.
  • FIG. 4 is a block diagram of a first encoding module of the present invention.
  • the device for implementing the infrared remote control method based on the Android system includes an infrared receiving learning module 1 and an infrared transmitting module 2, and the infrared receiving learning module 1 includes: a hardware demodulating circuit 3; a decoding module 4 and a first encoding module 5, the hardware demodulating circuit 3 is connected to the decoding module 4, the decoding module 4 is connected to the first encoding module 5, and the infrared transmitting module 2 includes: a second encoding module 6, a hardware transmitting circuit 7, the second encoding module 6 is connected to the first encoding module 5 and the hardware transmitting circuit 7; the first encoding module 5 includes a first determining module 51 and a recording storage module 52; 6 includes a second determination module 61.
  • the steps of the method for implementing the infrared remote control in the Android system include the following steps: First, the first determining module detects whether the Android system has a carrier, and records the storage system in the state by the recording storage module 52. High and low time;
  • the hardware demodulation circuit 3 and the decoding module 4 demodulate and decode the infrared signal, and convert the external analog infrared signal into a digital signal, wherein the hardware demodulation circuit 3 is a basic common circuit, and the decoding module 4 is Through general software methods All of them are implemented in the prior art, and are not described here.
  • the status of the system includes:
  • the system In the Z1 state, the system has a carrier and is at a high level; in the Z2 state, the system has a carrier and is at a low level;
  • the system In the Z3 state, the system has no carrier and is at a high level; in the Z4 state, the system has no carrier and is at the ⁇ level.
  • the record storage module 52 records the time when the system is at a high level and a low level in the four states Z1, Z2, Z3, and Z4.
  • the first step further includes:
  • the third step the first check judging module 51 detects whether there is a carrier, if yes, enters the fourth step, and if not, executes the sixth step;
  • the fourth step the first check determining module 51 detects whether the carrier wave is high level. If yes, the system is in the Z1 state, and the record storage module 52 records and stores the duration of the high level and returns to the first step. If not, proceed to the next step;
  • Step 5 The system enters the Z2 state, and the first check determining module 51 determines whether the low level time is greater than 300 us. If yes, the record storage module 52 records and stores the duration and eliminates the system carrier flag; otherwise, directly returns to the system. The first step.
  • the sixth step the first check determining module 51 detects whether the carrier is at a high level. If yes, the system is in the Z3 state, and the record storage module 52 records and stores the duration of the high level and returns to the first step. Otherwise go to the next step;
  • Step 7 The system enters the Z4 state, and the first check determining module 51 determines the low level Whether the time is greater than 30ms, if yes, the detection of the system is directly ended, otherwise the record storage module 52 records and stores the low level duration and returns to the first step.
  • the second determining module 61 detects whether there is a carrier frequency of 445K, and if so, transmits the 455K infrared signal through the hardware transmitting circuit 6 to perform data transmission; otherwise, the hardware transmitting circuit 6 transmits a 38K infrared signal to be docked.
  • the hardware transmitting circuit 7 belongs to an existing circuit.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Selective Calling Equipment (AREA)

Abstract

本发明涉及一种遥控技术领域,具体涉及一种基于Android系统实现红外遥控的方法,包括以下步骤S1、检测判断Android系统是否有载波,并记录系统在各个状态下载波处于高低电平的时间并存储;S2、根据S1中存储的检测的结果发射红外载波。本发明具有不采用中断的方式,而是采用快速查询,再加上模糊识别,解决了Linux Kernel非实时的这个瓶颈问题,使得系统发送最高可以达到455K频率的载波。

Description

基于 Android系统实现红外遥控的方法以 ^置
【技术领域】
本发明涉及遥控技术领域, 具体涉及一种基于 Android 系统实现 红外遥控的方法。
【背景技术】
随着手持移动 i 备的日益多样化, 信息的记录 /存储以及传输的 技术得到进一步的发展, 而传输的方式大致上分为二种, 一种为有线 传输, 主要是利用电缆(CABLE ) 等传输介质, 将这些设备予以连 接, 实现传输和交换信息的目的, 如手持设备中的数据线等, 这种传 输具有可靠的性质, 而不足之处在于需要提供一个专门的电缆线; 而 另一种传输方式为无线传输, 比如常见的红外遥控, 主要是用红外线 ( IrDA )作为传输介质进行信息的传递和交换, 而由于在无线传输中 的传输协议有较高的可靠性,可以将拥有此协议的任何手持设备进行 无线连接, 因而此种传输方式具有较高的使用价值,在近年无线传输 方式已经运用到各种的电子商品中, 如手机 /MP3 等, 如专利号为 200610112398.3的发明公开了一种手机红外遥控九路控制开关,以及 专利号为 201110082317.0 的发明公开了一种手机实现网络下载型红 外遥控功能的方法,这些专利技术均为使用红外方法进行数据的传输 和交换。 由于近年流行的 Android系统是一种以 Linux为基础的开放源码 操作系统, Linux不仅优化了操作界面, 简便了操作的简易性, 更加 提高了效率,是一个优秀的操作系统内核。其主要也是使用于如手机、 平板电脑等便携式的移动设备,而 Android操作系统实际上是对 Linux 操作系统的一种改变和扩充, 其内核基本上就是 Linux的内核, 不同 之处在用户空间上专门针对手机和移动" ^备的主要特点作了较大的 改进和增强。
由于 Linux的内核 Linux Kernel是非实时的, 亦即不能实现实时 的中断处理功能, 红外协议的载波一般都是 38K人频率, 也就是最 快间隔需要 26微妙就要来一个中断, 相对来说 Linux Kernel是处理 不了这么快的中断的, 所以现有的 Android手机等移动设备基本不能 实现红外遥控功能。
因此, 研发出基于 Android系统实现红外遥控的方法及装置是 本领域技术人员需要攻克的技术难题。
【发明内容】
本发明要解决的技术问题是提供一种能够在使用 Android的手机 等 i 备上实现红外遥控功能的方法。
本发明目的是通过以下技术方案来实现的: 一种基于 Android系 统实现红外遥控的方法, 包括以下步骤:
第一步、 检测判断 Android系统是否有载波, 并记录系统在各个 状态下载波处于高低电平的时间并存储; 第二步、 根据第一步中存储的检测的结果发射红外载波。
优选的, 在所述第一步之前还包括红外信号解调以及解码步骤, 将外界模拟红外信号转换为数字信号。
优选的, 其中, 所述系统的状态包括:
Z1 状态, 系统有载波并处于高电平; Z2 状态, 系统有载波并 处于低电平;
Z3状态, 系统无载波并处于高电平; Z4状态, 系统无载波并处 于低电平。
优选的, 所述第一步进一步包括:
第三步: Android系统检测是否有载波, 如有则进入第四步, 如 无则执行第六步;
第四步: Android系统检测所述载波是否为高电平, 如是则系统 处于 Z1状态, 记录所述高电平的持续时间并返回到第一步, 如不是 则继续执行下一步骤;
第五步:系统进入 Z2状态,判断所述低电平时间是否大于 300us , 如果持续则记录所述持续时间并消除系统载波标志;否则直接返回系 统第一步。
第六步: Android系统检测所述载波是否为高电平, 如是则系统 处于 Z3状态, 记录所述高电平的持续时间并返回到第一步, 否则进 入下一步骤;
第七步:系统进入 Z4状态,判断所述低电平时间是否大于 30ms, 如是则直接结束系统的检测,否则记录所述低电平持续时间并返回步 骤第一步。
优选的, 所述第二步具体包括:
检测是否有 445K的载波频率, 如有则发射 455K的红外信号对 接 进行数据传输; 否则发射 38K的红外信号对接。
本发明的另一目的在于提供一种用于实现上述的 Android系统实 现红外遥控的方法的装置。
一种实现 Android系统实现红外遥控的方法的装置, 包括红外接 受学习模块, 红外发射模块, 所述红外接受学习模块包括: 硬件解调 电路、 解码模块以及第一编码模块, 所述硬件解调电路与解码模块相 连, 所述解码模块与第一编码模块相连;
所述红外发射模块包括: 第二编码模块、 硬件发射电路, 所述第 二编码模块与第一编码模块以及硬件发射电路相连。
优选的,本发明的实现 Android系统实现红外遥控的方法的装置, 所述第一编码模块包括第一判断模块以及记录存储模块。
优选的,本发明的实现 Android系统实现红外遥控的方法的装置, 所述第二编码模块包括第二判断模块。
本发明具有如下的有益效果: 本发明的方法不采用中断的方式, 而是采用快速查询, 再加上模糊识别, 解决了 Linux Kernel非实时的 这个瓶颈问题, 使得系统发送最高可以达到 455K频率的载波。
【附图说明】 为了易于说明,本发明由下述的较佳实施例及附图作以详细描述。 图 1为本发明进行载波检测的流程图;
图 2为本发明进行红外发射的流程图;
图 3为本发明实现的系统架构图;
图 4为本发明的第一编码模块的架构图。
【具体实施方式】
参见图 1-3所示, 本发明的实现基于 Android系统实现红外遥控 的方法的装置, 包括红外接受学习模块 1, 红外发射模块 2, 所述红 外接受学习模块 1包括: 硬件解调电路 3、 解码模块 4以及第一编码 模块 5, 所述硬件解调电路 3与解码模块 4相连, 所述解码模块 4与 第一编码模块 5相连; 所述红外发射模块 2包括: 第二编码模块 6、 硬件发射电路 7, 所述第二编码模块 6与第一编码模块 5以及硬件发 射电路 7相连; 所述第一编码模块 5包括第一判断模块 51 以及记录 存储模块 52; 所述第二编码模块 6包括第二判断模块 61。
本发明在实现 Android系统实现红外遥控的方法的步骤, 包括以 下步骤:第一步、51第一判断模块检测判断 Android系统是否有载波, 并通过记录存储模块 52记录存储系统在各个状态下载波处于高低电 平的时间;
在系统之前首先,通过硬件解调电路 3以及解码模块 4将红外信 号解调以及解码步骤, 将外界模拟红外信号转换为数字信号, 其中硬 件解调电路 3为基本的常见电路、解码模块 4为通过一般的软件方法 来实现的, 均属于现有技术, 在此不在进行赘述。
其中, 所述系统的状态包括:
Z1 状态, 系统有载波并处于高电平; Z2状态, 系统有载波并 处于低电平;
Z3状态, 系统无载波并处于高电平; Z4状态, 系统无载波并处 于 ^氐电平。
记录存储模块 52分别记录系统在 Zl、 Z2、 Z3、 Z4四个状态下 处于高低电平的时间。
其中第一步进一步包括:
第三步: 第一检判断模块 51检测是否有载波, 如有则进入第四 步, 如无则执行第六步;
第四步: 第一检判断模块 51检测所述栽波是否为高电平, 如是 则系统处于 Z1状态,记录存储模块 52记录并存储所述高电平的持续 时间并返回到第一步骤, 如不是则继续执行下一步骤;
第五步: 系统进入 Z2状态, 第一检判断模块 51判断所述低电平 时间是否大于 300us,如果是则记录存储模块 52记录并存储所述持续 时间并消除系统载波标志; 否则直接返回系统第一步骤。
第六步: 第一检判断模块 51检测判断所述载波是否为高电平, 如是则系统处于 Z3状态,记录存储模块 52记录并存储所述高电平的 持续时间并返回到第一步骤, 否则进入下一步骤;
第七步: 系统进入 Z4状态, 第一检判断模块 51判断所述低电平 时间是否大于 30ms, 如是则直接结束系统的检测, 否则记录存储模 块 52记录并存储所述低电平持续时间并返回第一步。
进而, 第二判断模块 61检测判断是否有 445K的载波频率, 如 有则通过硬件发射电路 6发射 455K的红外信号对接进行数据传输; 否则通过硬件发射电路 6发射 38K的红外信号对接, 同样的, 本硬 件发射电路 7属于现有电路。
以上所述之具体实施方式为本发明的较佳实施方式,并非以此限 定本发明的具体实施范围,本发明的范围包括并不限于本具体实施方 式。 凡依照本发明之形状、 结构所作的等效变化均包含本发明的保护 范围内。

Claims

权利要 求
1. 基于 Android系统实现红外遥控的方法,其特征在于包括以下 步骤:
51、检测判断 Android系统是否有载波, 并记录系统在各个状态 下载波处于高低电平的时间并存储;
52、 根据 SI中存储的检测的结果发射红外载波。
2. 根据权利要求 1所述的基于 Android系统实现红外遥控的方法, 其特征在于,在所述步骤 S1之前还包括红外信号解调以及解码步骤, 将外界模拟红外信号转换为数字信号。
3.根据权利要求 1所述的基于 Android系统实现红外遥控的方法, 其特征在于, 所述系统的状态包括:
Z1 状态, 系统有载波并处于高电平; Z2 状态, 系统有载波并 处于低电平;
Z3状态, 系统无载波并处于高电平; Z4状态, 系统无载波并处 于氐电平。
4. 根据权利要求 1所述的基于 Android系统实现红外遥控的方 法, 其特征在于所述步骤 S1进一步包括:
S3: Android系统检测是否有载波, 如有则进入 S4, 如无则执行
S6;
S4: Android系统检测所述载波是否为高电平, 如是则系统处于 Zl状态, 记录所述高电平的持续时间并返回到 SI步骤, 如不是则继 续执行下一步骤;
S5: 系统进入 Z2状态, 判断所述低电平时间是否大于 300us, 如果持续则记录所述持续时间并消除系统栽波标志;否则直接返回系 统 S1步骤。
S6: Android系统检测所述载波是否为高电平, 如是则系统处于 Z3状态, 记录所述高电平的持续时间并返回到 S1步骤, 否则进入下 一步骤;
S7: 系统进入 Z4状态, 判断所述低电平时间是否大于 30ms, 如 是则直接结束系统的检测 ,否则记录所述低电平持续时间并返回步骤 Sl。
5. 根据权利要求 2所述的基于 Android系统实现红外遥控的方 法, 其特征在于所述步骤 S2具体包括:
检测是否有 445K的载波频率, 如有则发射 455K的红外信号对 接进行数据传输; 否则发射 38K的红外信号对接。
6.—种用于实现上述基于 Android系统实现红外遥控的方法的装 置, 包括红外接受学习模块 (1), 红外发射模块 (2), 其特征在于: 所述红外接受学习模块 (1)包括: 硬件解调电路 (3)、 解码模块 (4) 以及第一编码模块 (5),所述硬件解调电路 (3)与解码模块 (4)相连, 所述 解码模块 (4)与第一编码模块 (5)相连;
所述红外发射模块 (2)包括:第二编码模块 (6)、硬件发射电路 (7), 所述第二编码模块 (6)与第一编码模块 (5)以及硬件发射电路 (7)相连。
7.根据权利要求 6所述的实现基于 Android系统实现红外遥控的 方法的装置,其特征在于:所述第一编码模块 (5)包括第一判断模块 (51) 以及记录存储模块 (52)。
8.根据权利要求 7所述的实现基于 Android系统实现红外遥控的方法 的装置, 其特征在于: 所述第二编码模块 (6)包括第二判断模块 (61)。
PCT/CN2013/075357 2012-05-09 2013-05-08 基于Android系统实现红外遥控的方法以及装置 WO2013166973A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210141481.9A CN102693623B (zh) 2012-05-09 2012-05-09 基于Android系统实现红外遥控的方法以及装置
CNCN201210141481.9 2012-05-09

Publications (1)

Publication Number Publication Date
WO2013166973A1 true WO2013166973A1 (zh) 2013-11-14

Family

ID=46859017

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/075357 WO2013166973A1 (zh) 2012-05-09 2013-05-08 基于Android系统实现红外遥控的方法以及装置

Country Status (2)

Country Link
CN (1) CN102693623B (zh)
WO (1) WO2013166973A1 (zh)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102693623B (zh) * 2012-05-09 2014-09-24 福兴达科技实业(深圳)有限公司 基于Android系统实现红外遥控的方法以及装置
CN107564266B (zh) * 2017-08-25 2021-05-14 广东美的制冷设备有限公司 一种遥控器编码学习方法和遥控器学习装置
CN111462464A (zh) * 2020-02-21 2020-07-28 山东超越数控电子股份有限公司 一种基于Arduino的红外遥控装置,方法,终端

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN201716854U (zh) * 2010-07-19 2011-01-19 王志良 学习转发器及具有该学习转发器的遥控器及集成控制系统
CN101989379A (zh) * 2009-07-31 2011-03-23 宁波家天下智能系统有限公司 红外编码信号的学习方法、发射方法及遥控器
CN101990335A (zh) * 2009-07-31 2011-03-23 宁波家天下智能系统有限公司 一种智能家居控制系统中的万能遥控器
CN102254418A (zh) * 2011-07-28 2011-11-23 管湘芸 一种红外编码的学习方法
CN102693623A (zh) * 2012-05-09 2012-09-26 福兴达科技实业(深圳)有限公司 基于Android系统实现红外遥控的方法以及装置

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101291365B (zh) * 2008-05-14 2012-05-02 深圳创维-Rgb电子有限公司 手机以及该手机遥控设置的方法
CN102025854B (zh) * 2010-11-29 2013-12-11 惠州Tcl移动通信有限公司 一种学习型手机遥控器的实现方法和学习型手机遥控器

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101989379A (zh) * 2009-07-31 2011-03-23 宁波家天下智能系统有限公司 红外编码信号的学习方法、发射方法及遥控器
CN101990335A (zh) * 2009-07-31 2011-03-23 宁波家天下智能系统有限公司 一种智能家居控制系统中的万能遥控器
CN201716854U (zh) * 2010-07-19 2011-01-19 王志良 学习转发器及具有该学习转发器的遥控器及集成控制系统
CN102254418A (zh) * 2011-07-28 2011-11-23 管湘芸 一种红外编码的学习方法
CN102693623A (zh) * 2012-05-09 2012-09-26 福兴达科技实业(深圳)有限公司 基于Android系统实现红外遥控的方法以及装置

Also Published As

Publication number Publication date
CN102693623B (zh) 2014-09-24
CN102693623A (zh) 2012-09-26

Similar Documents

Publication Publication Date Title
KR101094506B1 (ko) 디바이스 충격을 이용한 무선 네트워크 연결 제어 방법 및 응용 프로그램 제어 방법과 그 디바이스
EP2820536B1 (en) Gesture detection based on information from multiple types of sensors
JP4969644B2 (ja) 第1の装置から第2の装置へアプリケーションデータを伝送する方法及びデータ伝送システム
CN103959201B (zh) 处于闲置模式的基于超声的移动接收器
KR100772525B1 (ko) 접촉 기반의 서비스 제공 방법, 장치 및 이를 이용하는시스템
CN102124454B (zh) 通用串行总线(usb)远程唤醒
EP2433380B1 (en) Terminal and method for executing function using human body communication
CN1756100B (zh) 无线电通信系统、无线电通信设备和无线电通信方法
CN107277754A (zh) 一种蓝牙连接的方法及蓝牙外围设备
WO2019133911A1 (en) Voice command processing in low power devices
CN103209030B (zh) 电子装置及其数据传输方法
US20210321179A1 (en) Wireless audio systems
CN101237479A (zh) 手持设备主动防丢系统及防丢方法
KR101539231B1 (ko) 터치 스크린 기반의 디바이스 인식 및 정보 제공 방법, 장치 및 그 방법을 기록한 컴퓨터로 읽을 수 있는 기록매체
WO2012037751A1 (zh) 控制通信范围的快速接入近距无线通信系统和方法
WO2017063283A1 (zh) 智能车载终端触发系统和方法
WO2013013608A1 (zh) 设备间通信处理方法及装置
WO2020182124A1 (zh) 传输方法、网络设备和终端
WO2018126457A1 (zh) 一种数据传输方法及设备
WO2013166973A1 (zh) 基于Android系统实现红外遥控的方法以及装置
EP3510753B1 (en) Acoustic-based communication between devices
TWI741265B (zh) 音樂標籤互動系統以及音樂標籤互動方法
CN110289919A (zh) 信号保障处理方法、装置、设备和存储介质
KR101212928B1 (ko) 디바이스 충격을 이용한 무선 네트워크 연결 제어 방법 및 응용 프로그램 제어 방법과 그 디바이스
CN106598218A (zh) 一种音频播放的控制方法和装置

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 13787878

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13787878

Country of ref document: EP

Kind code of ref document: A1