IR Remote Controls for the Ryde Receiver

Discussions about the Ryde "Set-top Box" Style Digital ATV Receiver. See https://wiki.batc.org.uk/Ryde_Receiver
G8GKQ
Site Admin
Posts: 2798
Joined: Sun Mar 22, 2009 1:21 pm

Re: IR Remote Controls for the Ryde Receiver

Post by G8GKQ » Thu Nov 19, 2020 10:46 pm

Hi Malcolm

Thanks for pointing this out. I have rechecked my Samsung remote and I clearly made an error when I transcribed from my paper notes to the file.

I have uploaded the correction so the problem won't affect anyone after an upgrade or future new build.

Dave

G8GKQ
Site Admin
Posts: 2798
Joined: Sun Mar 22, 2009 1:21 pm

Re: IR Remote Controls for the Ryde Receiver

Post by G8GKQ » Thu Nov 19, 2020 10:54 pm

Martin G8LCE:

Thanks for pointing out the the USB IR receiver; unfortunately it won't work without changes to the code. It also seems expensive (£20) when the recommended IR sensor only costs about £1.

Mechanically it presents issues as well, because to extend it to a front panel a USB extension lead is required, as opposed to 3 wires for the recommended sensor.

Nice idea, but....

Dave

g0mjw
Posts: 2329
Joined: Sat Sep 20, 2014 9:15 am

Re: IR Remote Controls for the Ryde Receiver

Post by g0mjw » Tue Nov 24, 2020 2:26 pm

Fortec Star

nec x

buttons:
POWER: 0x1fddc
UP: 0x1fdda
DOWN: 0x1fdd2 #CH+
LEFT: 0x1fd99 #CH-
RIGHT: 0x1fdc1
SELECT: 0x1fdce
BACK: 0x1fd5c
MENU: 0x1fd95
MUTE: 0x1fd9c
VOL+: #Right
VOL-: # Left
CHAN+: 0x1fddd
CHAN-: 0x1f8dc
ZERO: 0x1f8d7
ONE: 0x1fd92
TWO: 0x1fd93
THREE: 0x1fdcc
FOUR: 0x1fd8e
FIVE: 0x1fd8f
SIX: 0x1fdc8
SEVEN: 0x1fd8a
EIGHT: 0xfd8b
NINE: 0x1fdc4


This one does not have arrows but does have volume and channels in a similar format.
ftc.jpg
ftc.jpg (416.9 KiB) Viewed 8239 times

Pa3fbx
Posts: 178
Joined: Fri Oct 16, 2020 1:08 pm

Re: IR Remote Controls for the Ryde Receiver

Post by Pa3fbx » Mon Dec 07, 2020 10:52 pm

Hi,
Here is my cmtronic data

---
name: cmtronic
driver: nec
buttons:
POWER: 0x7f18
UP: 0x7f02
DOWN: 0x7f0a
LEFT: 0x7f07
RIGHT: 0x7f05
SELECT: 0x7f06
BACK: 0x7f03
MENU: 0x7f1d
MUTE: 0x7f00
VOL+: 0x7f1c
VOL-: 0x7f0b
CHAN+: 0x7f1f
CHAN-: 0x7f01
ZERO: 0x7f0e
ONE: 0x7f17
TWO: 0x7f16
THREE: 0x7f15
FOUR: 0x7f14
FIVE: 0x7f13
SIX: 0x7f12
SEVEN: 0x7f11
EIGHT: 0x7f10
NINE: 0x7f0f

G8GKQ
Site Admin
Posts: 2798
Joined: Sun Mar 22, 2009 1:21 pm

Re: IR Remote Controls for the Ryde Receiver

Post by G8GKQ » Tue Dec 08, 2020 2:17 pm

Hi Benno

Could you please post a photo of the Centronic so that I can add that to the database as well?

Thanks

Dave

Pa3fbx
Posts: 178
Joined: Fri Oct 16, 2020 1:08 pm

Re: IR Remote Controls for the Ryde Receiver

Post by Pa3fbx » Tue Dec 08, 2020 6:44 pm

I tried to attach the image on the previous post.
Next try on google photo..

https://photos.app.goo.gl/GV7mFWFVCqTMjSDdA
its a cmtronic...

Best regards and keep up the good work.
Benno

G8GKQ
Site Admin
Posts: 2798
Joined: Sun Mar 22, 2009 1:21 pm

Re: IR Remote Controls for the Ryde Receiver

Post by G8GKQ » Tue Dec 08, 2020 7:11 pm

Thanks Benno

I have the photo and the remote will go in the next release.

Dave

dl9sec
Posts: 27
Joined: Fri Dec 18, 2020 1:34 pm

Re: IR Remote Controls for the Ryde Receiver

Post by dl9sec » Fri Dec 18, 2020 3:07 pm

TechnoTrend TT-connect remote control:
TT-connect.jpg
TT-connect.jpg (312.79 KiB) Viewed 7836 times
TT-connect.yaml:

Code: Select all

---
name: TechnoTrend TT-connect
driver: rc-5
buttons:
    POWER:  0x1501
    UP:     0x150d
    DOWN:   0x1511
    LEFT:   0x150e
    RIGHT:  0x1510
    SELECT: 0x150f
    BACK:   0x1513
    MENU:   0x1519
    MUTE:   0x1518
    VOL+:   0x1525
    VOL-:   0x1526
    CHAN+:  0x1523
    CHAN-:  0x1524
    ZERO:   0x150c
    ONE:    0x1503
    TWO:    0x1504
    THREE:  0x1505
    FOUR:   0x1506
    FIVE:   0x1507
    SIX:    0x1508
    SEVEN:  0x1509
    EIGHT:  0x150a
    NINE:   0x150b
"Text" is MENU, "OK" is SELECT and "Exit" is BACK.

Works very well together with a Vishay TSSP4P38 @ 3V3.

73, Thorsten

vu3obr
Posts: 21
Joined: Thu Mar 14, 2019 12:10 pm

Re: IR Remote Controls for the Ryde Receiver

Post by vu3obr » Fri Dec 25, 2020 5:14 am

MP3 Player Remote

Code :

---
name: MP3
driver: nec
buttons:
POWER: 0x8012
UP: 0x8006
DOWN: 0x8005
LEFT: 0x8002
RIGHT: 0x8003
SELECT: 0x8001
BACK: 0x8004
MENU: 0x801a
MUTE: 0x801e
VOL+: 0x8009
VOL-: 0x8008
ZERO: 0x8007
ONE: 0x800a
TWO: 0x801b
THREE: 0x801f
FOUR: 0x800c
FIVE: 0x800d
SIX: 0x800e
SEVEN: 0x8000
EIGHT: 0x800f
NINE: 0x8019


MODE = MENU, EQ=BCK, RPT=VOL-,SCN=VOL+

73
Saro VU3OBR
Attachments
MP3 Player.jpg
MP3 Player.jpg (504.91 KiB) Viewed 7782 times

dl9sec
Posts: 27
Joined: Fri Dec 18, 2020 1:34 pm

Re: IR Remote Controls for the Ryde Receiver

Post by dl9sec » Mon Dec 28, 2020 2:08 pm

Philips RC 4492/01B (TV):
philipsrc4492.jpg
philipsrc4492.jpg (95.19 KiB) Viewed 7703 times
philipsrc4492.yaml:

Code: Select all

---
name: Philips RC 4492/01B (TV)
driver: rc-6
buttons:
    POWER:  0x0c
    UP:     0x58
    DOWN:   0x59
    LEFT:   0x5a
    RIGHT:  0x5b
    SELECT: 0x5c
    BACK:   0xa
    MENU:   0x54
    MUTE:   0xd
    VOL+:   0x10
    VOL-:   0x11
    CHAN+:  0x20
    CHAN-:  0x21
    ZERO:   0x00
    ONE:    0x01
    TWO:    0x02
    THREE:  0x03
    FOUR:   0x04
    FIVE:   0x05
    SIX:    0x06
    SEVEN:  0x07
    EIGHT:  0x08
    NINE:   0x09
    

Post Reply

Return to “The Ryde Digital ATV Receiver”