25
2010 by storm Communications project lirc = Linux infrared remote control

Irlc computer controlling circuit

Embed Size (px)

DESCRIPTION

Linux infrared remote control

Citation preview

Page 1: Irlc computer controlling circuit

2010 by storm

Communications project

lirc = Linux infrared

remote control

Page 2: Irlc computer controlling circuit

Part of presentation

lirc

Introduction

to the project Component

and criteria

Faced

problems

Page 3: Irlc computer controlling circuit

INTRODUCTION TO THE PROJECT

lirc

Page 4: Irlc computer controlling circuit

lirc => Linux infrared remote control

Serial Port Receivers

reference http://www.lirc.org/receivers.html

Getting Started introduction

Page 5: Irlc computer controlling circuit

Use remote to send an IR signal and receive it in designed circuit and the control any thing in computer by a software .

Use remote !

Page 6: Irlc computer controlling circuit

COMPONENT AND CRITERIA

lirc

Page 7: Irlc computer controlling circuit

Components !

C1 - 4.7µF capacitor

Page 8: Irlc computer controlling circuit

Components !

D1 - 1N4148 diode

Page 9: Irlc computer controlling circuit

Components !

R1 - 4k7 resistor (4.7 kOhm)

Page 10: Irlc computer controlling circuit

Components !

IC2 - 78L05, 100mA, voltage regulator (TO-92 casing)

Page 11: Irlc computer controlling circuit

Components !

9-pin or 25-pin SUB-D socket

Page 13: Irlc computer controlling circuit

You should choose the 38 kHz carrier frequency types because most remote control standards use this frequency.

What happened if we use receiver with lower frequency ? The receiver won't stop working if your remote uses another frequency but the range will decrease.

Criteria

Page 14: Irlc computer controlling circuit

The pin-out of the voltage regulator usually looks like this (front view)

The pin-out of the tosp receiver usually looks like this (front view) 1,2,3 from left

Criteria

Page 15: Irlc computer controlling circuit

Serial port distribution looks like this

Criteria

Page 16: Irlc computer controlling circuit

The circuit of all receiver

Criteria

Page 17: Irlc computer controlling circuit

The power for the circuit comes from the RTS (request to send ) line of the serial port. D1 protects the circuit from the negative voltage that is usually on the RTS pin. The LIRC driver will change the serial port settings on initialization so that the circuit will get the necessary positive voltage. For most standard PC serial ports this will be approximately 10V. IC2 will convert the input voltage to exactly 5V.

Criteria

Page 18: Irlc computer controlling circuit

C1 is optional but for safety.

R1 is a pull-up that makes sure the DCD (Data carrier detect) line is on a

valid voltage level if the receiver does not receive anything.

Criteria

Page 19: Irlc computer controlling circuit

When an infrared signal is detected pulls DCD (Data carrier detect) down to ground, which should already be interpreted as a logical "1"

(DCD=0) by the serial port.

Criteria

Page 20: Irlc computer controlling circuit

Faced problems

lirc

Page 21: Irlc computer controlling circuit

1 * Due to low voltage in serial port that (6V or even less)

out from regulator 2v this circuit probably won't work on some notebooks

So you should make sure that your serial port delivers at least 8V of output voltage

Faced problems

Page 22: Irlc computer controlling circuit

Solution If your serial port provides less you can also try using a low-drop voltage regulator (e.g. LP 2950 CZ) instead of the regulator suggested here

Page 23: Irlc computer controlling circuit

2

* we can't use USB to serial converter the USB port or the internal 5V line to power the

circuit.

Faced problems

Page 24: Irlc computer controlling circuit

Then you won't need a voltage regulator at all.

Page 25: Irlc computer controlling circuit