On Mon, 13 Dec 2004 21:35:05 -0800 (PST)
Tom Watson <sdc695-/E1597aS9LQAvxtiuMwx3w@xxxxxxxxxxxxxxxx> wrote:
>
While this question is not strictly a LIRC question, it probably can be
>
answered here, so...
>
>
I've got a Radio Shack remote 15-2117. Underneath the battery cover are
>
6 pins. I believe at one time there was a program (Linux, I hope) that
>
can readout, and program the remote thru these pins. I'm interested in a
>
couple of things:
>
1) Does anyone have the details of what these pins do?
>
2) I assume that these will program the remote, what is the format?
>
RS-232? 3) If I can read out the remote codes, can I translate them into
>
a format that will work with LIRC, equivalent to 'irrecord'?
It's an i2c interface.
The app still exists. You can *probably use any supported i2c interface
in linux to access the eeprom inside this remote. You'd use the eeprom.o
driver. Doing something with the data you can read and write is another
question.
There is a windows project out there that handles all this, includes
various win32 apps, various macro-laden excel spreadsheets, and a java app.
There was some talk of linux support. I don't know if it got anywhere
before i lost interest / got busy with other things.
There was some talk of decoding the data for other uses. The major
players in this project are not interested. They are convinced of many
things which are not true - specifically they insist that you cannot write
a program that generates signals based on the downloaded data, and insist
that recording signals with a computer is silly and pointless. Both of
these prejudices have proved false, but they don't care.
>
The remote is wonderful, even if discontinued. It sends RF to a remote
>
box so I control a SAT receiver that is upstairs, from downstairs.
>
Wonderful box.
Yeah, it's a nice remote. I have the non-RF version of it, with an RCA
label on it.
It was manufactured by One-4-All for Radioshack, and nearly all the OFA
remotes (which include the remote for my old Mitsubishi stereo, and the
remote for the original ReplayTV system, nearly all the radio shack
remotes, as well as many others) include this header, or some semblance of
it. Not all of them include a programmable eeprom. A lot of the time, there
is space on the board to solder in an eeprom.
The jp1 project tools can be used to convert learned signals to protocol
upgrades, saving significant memory. You can add functionality to your
remote, including more macro functions. You can add key maps ('remotes') to
the memory that were not known at the time of manufacture, making the
remote more 'universal'. They allow you to more easily manage complex
configurations. It's all in all a Good Thing(tm).
The parallel port bit-banging i2c interface they use is wired to
different pins on the parallel port than the parallel port bit-banging i2c
interface that linux already has a driver for. If you want to use their
design (which you can make in a few minutes with a soldering iron and a few
resistors and a diode) with linux, it shouldn't be more complex than about
a five minute edit in that driver.
Their windows app for upload/download works fine in wine. The java app
for editing it runs as long as you have a Sun JVM. The excel spreadsheets
do a bunch of stuff those don't, but you may not need them.
Anyway - go here:
http://www.hifi-remote.com/jp1/
http://www.hifi-remote.com/forums/
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
Thread at a glance:
Previous Message by Date:
click to view message preview
Re: Computer programming of remote controls
Probably JTAG pins. You would have to open up the remote to see what
type of processor is embedded in it. These pins would be used to
flash the processor.
What do you want to do with it? Wouldn't you want to interface the
receiver, not the remote, to lirc?
-Paul
On Monday 13 December 2004 11:35 pm, Tom Watson wrote:
> While this question is not strictly a LIRC question, it probably
> can be answered here, so...
>
> I've got a Radio Shack remote 15-2117. Underneath the battery
> cover are 6 pins. I believe at one time there was a program
> (Linux, I hope) that can readout, and program the remote thru these
> pins. I'm interested in a couple of things:
> 1) Does anyone have the details of what these pins do?
> 2) I assume that these will program the remote, what is the
> format? RS-232? 3) If I can read out the remote codes, can I
> translate them into a format that will work with LIRC, equivalent
> to 'irrecord'?
>
> The remote is wonderful, even if discontinued. It sends RF to a
> remote box so I control a SAT receiver that is upstairs, from
> downstairs. Wonderful box.
>
> Thanks.
>
> =====
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
Next Message by Date:
click to view message preview
Re: No signal coming out from mode2 command
On Tue, Dec 14, 2004 at 04:46:08PM +0100, Hacen A?ssaoui wrote:
> Hello all,
>
> I am trying to set up a simple serial receiver that would work with my
> TV remote control . But I am stuck at one point and , although searched
> a lot through the web, followed all basic and advanced recommendations,
> I must admit I can not make it work for the moment Sad
>
> I have soldered the simple serial receiver from lirc.org on my VIA EPIA
> 800, taken care about the recommendations on the low supply voltage
> provided on those motherboards. So I am almost sure the hardware is
> working.
Have you checked the circuit with a multimeter or scope? Check
the regulator output is 5v, the output of the receiver should toggle
when it sees a signal.
>
> I then followed a wiki lirc howto
> (http://knoppmythwiki.homelinux.org/index.php?page=LIRCHowTo)
> I have found my Sony remote control in the - excellent - remote config
> site from lirc.org (http://lirc.sourceforge.net/remotes/), loaded my
> lircd.conf at the right place.
> but ... no way ! when I come to mode2 attempt : nothing reacts , as if I
> had nothing on the serial port Evil or Very Mad
>
> Here are my logs :
>
> *Code:*
> root@mythtv:/home/mythtv# dmesg | grep lirc
> lirc_dev: IR Remote Control driver registered, at major 61
> lirc_serial: auto-detected active high receiver
> lirc_dev: lirc_register_plugin:sample_rate: 0
>
Most receivers are active low type: the output is normally high
and is pulled low when it sees IR signal. I have not come across
a active high receiver, most are active low. So this could
indicate your circuit is broken.
>
>
> This link : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=218890
> makes me say that , even though the lirc_serial driver seems to be up
> and running, it should recognize a 'active low receiver'.
>
> and for the rest :
>
> *Code:*
> root@mythtv:/home/mythtv# lsmod | grep lirc
> lirc_serial 7264 0
> lirc_serial 8560 1 [lirc_serial]
>
>
>
> And when I launch the lircd daemon, everything seems alright :
> *Code:*
>
> root@mythtv:/home/mythtv# tail /var/log/lircd | grep lirc
> Dec 7 17:29:56 mythtv lircd 0.7.0pre4: lircd(serial) ready
>
>
>
>
> Does anybody have any clue where I can do wrong ?
>
> Thanks
>
> Hacen
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
Previous Message by Thread:
click to view message preview
Re: Computer programming of remote controls
Probably JTAG pins. You would have to open up the remote to see what
type of processor is embedded in it. These pins would be used to
flash the processor.
What do you want to do with it? Wouldn't you want to interface the
receiver, not the remote, to lirc?
-Paul
On Monday 13 December 2004 11:35 pm, Tom Watson wrote:
> While this question is not strictly a LIRC question, it probably
> can be answered here, so...
>
> I've got a Radio Shack remote 15-2117. Underneath the battery
> cover are 6 pins. I believe at one time there was a program
> (Linux, I hope) that can readout, and program the remote thru these
> pins. I'm interested in a couple of things:
> 1) Does anyone have the details of what these pins do?
> 2) I assume that these will program the remote, what is the
> format? RS-232? 3) If I can read out the remote codes, can I
> translate them into a format that will work with LIRC, equivalent
> to 'irrecord'?
>
> The remote is wonderful, even if discontinued. It sends RF to a
> remote box so I control a SAT receiver that is upstairs, from
> downstairs. Wonderful box.
>
> Thanks.
>
> =====
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
Next Message by Thread:
click to view message preview
LIRC on Fedora Core 3
I want to install LIRC on Fedora Core 3. Do I need to rebuild the
kernel or can I just install the kernel source somewhere? Any tips?
Also, why isn't LIRC just included in Fedora. I think a lot of people
would like to use it without having to bother with a complex
compilation process.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/