×
模拟电路设计 > 详情

Wake up and hear the IR

发布时间:2020-07-02 发布时间:
|
Receiving infrared (IR) signals while conserving system power is difficult, and typically requires the inclusion of complex power-management routines in the firmware. You can avoid that problem by disconnecting power to the microcontroller when IR is not present. The resulting circuit draws less than 2µA of supply current while in standby mode, and approximately 40µA when active.

-- ======================================================================= -->-- CONTENT: DB HTML -->-- ======================================================================= -->A similar version of this article appeared online in the October 10, 2006 issue of EE Times.

Receiving infrared (IR) signals while conserving system power is difficult, and typically requires the inclusion of complex power-management routines in the firmware. You can avoid that problem by disconnecting power to the microcontroller when IR is not present (Figure 1). U1 holds the attached microcontroller in an ultra-low power-down state until the phototransistor (Q1) detects an IR signal.


Figure 1. This circuit withholds power from the attached microcontroller until it detects an IR transmission. While in standby mode, its quiescent current is less than 2µA.

Upon detecting an IR signal and after a suitable delay (300ms in this case), the circuit connects power to the microcontroller and applies a reset signal to it (Figure 2). After power-up, the microcontroller must assert its Hold line to prevent the circuit from returning to standby mode when the IR transmission ends. U2 buffers and inverts the IR transmissions. When the microcontroller has completed its tasks and no more IR transmissions are present, it returns the circuit to standby mode by deasserting the Hold line.


Figure 2. When the Figure 1 circuit detects an IR signal, it powers and resets the microcontroller. After the IR transmission ends, the microcontroller suspends itself by releasing the Hold line.

The circuit draws less than 2µA of supply current while in standby mode, and approximately 40µA when active. The combined battery monitor and microprocessor supervisor (MAX6848K) comes in several versions, offering multiple voltage thresholds for the microcontroller power, and multiple RESET delays. Thus, you should choose the part-number option according to your application. The maximum data rate (determined by Q1) exceeds 10kbps.


『本文转载自网络,版权归原作者所有,如有侵权请联系删除』

热门文章 更多
基于LM393的限压电路设计