Author Topic: Universal IR Remote Control for consumer electronics  (Read 4525 times)

bladewheel

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • http://
Universal IR Remote Control for consumer electronics
« on: June 11, 2004, 03:58:51 pm »
Has this been done yet?

e.g. a port of LIRC http://www.lirc.org/

bladewheel

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • http://

cmisip

  • Sr. Member
  • ****
  • Posts: 256
    • View Profile
    • http://home.mchsi.com/~cmisip/index.htm
Universal IR Remote Control for consumer electronics
« Reply #2 on: June 11, 2004, 05:16:16 pm »
Has anybody gotten this to work with a 5600?
Zaurus 5600
Zynergy Rootfs 1.1
Custom zImage

How Do You Do That in Linux

zaurusbs

  • Jr. Member
  • **
  • Posts: 92
    • View Profile
    • http://www.multineedia.com
Universal IR Remote Control for consumer electronics
« Reply #3 on: June 11, 2004, 05:46:31 pm »
Quote
Has anybody gotten this to work with a 5600?

i\'d love to know that too. how about with the sharp ROM?
SL5600 with default Sharp ROM
Windows 2000, Windows XP Pro
Pretec 802.11b Wireless PDA Card
Trendnet 10/100BT CF Ethernet Card
Sandisk 512MB CF Card
Sandisk 256MB SD Card
Semsons Universal Battery Extender

clofland

  • Full Member
  • ***
  • Posts: 247
    • View Profile
    • http://www.lofland.net/
Universal IR Remote Control for consumer electronics
« Reply #4 on: June 13, 2004, 10:25:35 am »
I\'ve got it working on my 760. There is another thread about it working on the 5600. However, I am using the 5600 lirc on my 760, so I think it is the same.

I\'ll post all the details on Monday
C-760 Last Running pdaXrom 1.1.0beta3
- Sandisk UltraII 1GB SD card - Socket LP CF LAN card - Socket LP CF WLAN card - Socket CF Bluetooth Card Rev H -

zenyatta

  • Sr. Member
  • ****
  • Posts: 366
    • View Profile
    • http://
Universal IR Remote Control for consumer electronics
« Reply #5 on: June 14, 2004, 04:32:45 am »
I failed to get it working on my 5500. I was trying to emulate an SB Live! Platinum remote and it appears that particular config file crashes lirc. If anyone gets lirc working with that particular remote please share your experiences.

z.
SL-5500, 256MB Kingston CF card, 128MB EDGE SD card, Thomson HED-155 headphones
OpenZaurus 3.5.3 / Opie (kernel 64-0)

zbones

  • Sr. Member
  • ****
  • Posts: 459
    • View Profile
Universal IR Remote Control for consumer electronics
« Reply #6 on: June 15, 2004, 04:44:24 am »
Quote
I\'ve got it working on my 760. There is another thread about it working on the 5600. However, I am using the 5600 lirc on my 760, so I think it is the same.

I\'ll post all the details on Monday


I would be interested in trying this.  what\'s the distance like?
Zaurus cl760, cacko QT rom. Zaurus sl5500 with TKCrom 1.0.
512mb Kingston cf card, 256mb Sandisk sd card, Lexar 256mb sd card.
Bluemonkey bluetooth card <-> Sony Ericsson k700i for gprs.
Buffalo WLI-CF-S11G wifi card. Haicom 303 mmf gps cf/seral card.

clofland

  • Full Member
  • ***
  • Posts: 247
    • View Profile
    • http://www.lofland.net/
Universal IR Remote Control for consumer electronics
« Reply #7 on: June 15, 2004, 07:52:16 am »
Distance seemed so/so. I haven\'t done a lot of testing. It may be that the distance is not so much of an issue as the angle. The IR \"bulb\" in these PDA\'s seem to be more directed, while the remote controls tend to flood the room with their \"light.\" I wonder if you could make/find some sort of \"diffuser\" to put over the IR window an the Z to cause the beam to diffuse out into the room.

Here are my notes from setting it up on my 760:

Download opie-remote_1.0.3_arm.ipk from http://opie.handhelds.org/feed/sharprom/latest/
(Home page is here http://www.rit.edu/~tfs1812/cgi-bin/docume...ent=opie-remote but you have to dig a bit to find the Sharp package.)

Download lirc-sl5600_0.6.6_arm.ipk from http://www.currybrothers.com/zaurus/sl5600...00_patches.html
(if it ends up being named .ipk.tar when you get it downloaded, just rename it to .ipk (take off the .tar), a lot of IPK\'s do this when you download them from some Linux servers and I\'m not sure why.)

Install both packages via gui or:

ipkg install lirc-sl5600_0.6.6_arm.ipk
ipkg install opie-remote_1.0.3_arm.ipk

Download a .conf file from www.lircd.conf for your remote and copy it to /etc/lircd.conf

If they don\'t have yours, then run irrecord (from the console) and follow the directions to build a .conf file for your remote and copy it to /etc/lircd.conf (this only works after you have rebooted and have lirc running)

NOTE:
fbvnc\'s keyboard simulator and lirc bump into each other, so I put this into my VNC startup script to shut down lirc and start kbdsim:

/etc/rc.d/init.d/lirc stop
rmmod lirc_sir
insmod -f /usr/local/bin/kbdsim.o

and in my vnc server shut down script I have this:

rmmod kbdsim
insmod lirc_sir
/etc/rc.d/init.d/lirc start

Then edit /ect/rc.d/init.d/fbvncinput and comment out this line with a # like so:

# insmod -f /usr/local/bin/kbdsim.o

(If you don’t do the last, you’ll just get an error when kbdsim fails to load. No biggie.) Obviously you could reverse it all and have kbdsim in all the time and only load lirc_sir when needed, but I am already used to starting and stopping VNC as needed.

Reboot before lircd will work. It needs a kernel module and a driver.

If Opie-Remote complains that it \"cannot connect\" then run:
/etc/rc.d/init.d/lirc start
from the konsole.

That is all. Very cool.

The biggest problem I\'m having is that on my 760, Opie-Remote fails to paint the right half of the screen on the first tab.
C-760 Last Running pdaXrom 1.1.0beta3
- Sandisk UltraII 1GB SD card - Socket LP CF LAN card - Socket LP CF WLAN card - Socket CF Bluetooth Card Rev H -