Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Using RCMM IR protocol with Nexus possible?



> The README does not only refer to DVBs cards, but also to the Siemens
> Activy
> - and there is also a driver for Galaxis. I wonder, if those systems
> really
> use the Nexus IR or another system that is e.g. connected to J2 that does
> not
> exist on the revisions >1.6 anymore.
> 
> Jörg 
> 
> > Jörg Knitter wrote:
> > 
> > > So my idea is to use the RCMM protocol on the nexus (as I like the
> > > little IR receiver of the Nexus, I want avoid to build an LIRC
> receiver.
> > > On the other hand, I don’t want to buy a new TV set now :-))
> > >
> > > Does anyone know if the IR receiver of the Nexus does support this
> > > protocol
> > 
> > according to the README in /DVB/apps/av7110_loadkeys the answer is yes

I think, I found the answer on my own. From the DVB mailing list:

>>My tv remote control conflicts with Hauppage remote control, so I tried to
>>change its code by soldering some jumpers inside the remote. Code
>>changed, but the Linux dvb driver doesn't receive anything when i press a
>>button from the rc (nothing appears to syslog).
>>
>>Is it possible to use other than the original remote control with
>>Hauppauge Nexus DVB-S rev 2.1 card? I noticed that there are no filter in
>>dvb driver for the ir codes. Is it done in the arm code?
> 
> You can use any remote control that uses the rc-5 protocol.
> But that will probably send the same codes as the hauppauge one.

When you use the NEWSTRUCT branch you can use RCMM remote controles as 
well -- but be warned, this code is still under development and needs 
more work. I hope to get this finished next days.

We won't supply a lirc driver anymore but a driver for the 
/dev/input/eventX device. Vojtech Pavlok, the maintainer of the input 
core driver promised me to accept the addition of remote control key 
defines into the mainstream linux/input.h file, so things should get 
much easier and require less configuration.

You will need a RCMM capable IR receiver if you want to use this 
feature, the 1136 can be soldered directly on the cable you plug in your 
  DVB card, you don't need an external inverter.

For rev2.1 DVB card a TSOP1136 IR-receiver has to be conntected like this:

card connector:

    Base -- GND
    Ring -- Signal
    Tip  -- VCC

TSOP 1136:

    +---------+
    |         |-- Signal
    |         |
    |         |-- VCC
    |         |-- GND
    +---------+

The RC5/RCMM and inverted/non-inverted signal configuration you setup by 
the ir_config module parameter when loading av7110.o. The remote control 
events fall out /dev/input/eventX. The public DirectFB CVS contains an 
input driver for this device, but this still needs much more work...

Jörg



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index