Page 6 of 7

Re: IR Remote Controls for the Ryde Receiver

Posted: Thu Jun 03, 2021 5:25 pm
by M5TXJ
Finally got my Ryde finished and fully working. I got a Virgin media remote but the older type and some of the codes are different. Of note is that the volume buttons as well as the mute button are Sharp protocol, therefore I'm using the "Stop" button, "V+" button and the "TV" button.

---
name: Virgin Old
driver: rc-5
buttons:
POWER: 0xa0c
UP: 0xa50
DOWN: 0xa51
LEFT: 0xa55
RIGHT: 0xa56
SELECT: 0xa57
BACK: 0xa22
MENU: 0xa4f (home)
MUTE: 0xa36 (stop)
VOL+: 0xa41 (V+)
VOL-: 0xa53 (TV)
CHAN+: 0xa20
CHAN-: 0xa21
ZERO: 0xa00
ONE: 0xa01
TWO: 0xa02
THREE: 0xa03
FOUR: 0xa04
FIVE: 0xa05
SIX: 0xa06
SEVEN: 0xa07
EIGHT: 0xa08
NINE: 0xa09
OSDTOG: 0xa2f (i button)
old virgin.jpg
old virgin.jpg (31.06 KiB) Viewed 9238 times

Re: IR Remote Controls for the Ryde Receiver

Posted: Fri Jul 30, 2021 2:29 pm
by g4pdf
Having mapped out the key responses on an old STB controller, I can now confirm that the JVC RM-C1690S follows the 'Classic' coding. I have added 'OSDTOG: 0x83c' for the overlay toggle to the local classic.yaml file.

Re: IR Remote Controls for the Ryde Receiver

Posted: Fri Sep 03, 2021 1:21 pm
by f1faq
From a SCOTT DVD player

---
name: scott dvd
driver: nec
buttons:
POWER: 0xdf0f
UP: 0xdf0c
DOWN: 0xdf4f
LEFT: 0xdf19
RIGHT: 0xdf4c
SELECT: 0xdf05
BACK: 0xdf4b
MENU: 0xdf42
MUTE: 0xdf09
VOL+: 0xdf44
VOL-: 0xdf43
CHAN+: 0xdf06
CHAN-: 0xdf1c
ZERO: 0xdf0e
ONE: 0xdf53
TWO: 0xdf0b
THREE: 0xdf1e
FOUR: 0xdf03
FIVE: 0xdf51
SIX: 0xdf04
SEVEN: 0xdf54
EIGHT: 0xdf01
NINE: 0xdf1b
OSDTOG: 0xdf41
Scott DVD
Scott DVD
Scott-dvd.JPG (39.67 KiB) Viewed 8966 times

Re: IR Remote Controls for the Ryde Receiver

Posted: Fri Sep 03, 2021 1:23 pm
by f1faq
From a Sagem STB

---
name: sagem stb
driver: nec
buttons:
POWER: 0x875e12
UP: 0x875e0b
DOWN: 0x875e0c
LEFT: 0x875e1b
RIGHT: 0x875e1c
SELECT: 0x875e15
BACK: 0x875e14
MENU: 0x875e19
MUTE: 0x875e17
VOL+: 0x875e1d
VOL-: 0x875e16
CHAN+: 0x875e25
CHAN-: 0x875e18
ZERO: 0x875e00
ONE: 0x875e01
TWO: 0x875e02
THREE: 0x875e03
FOUR: 0x875e04
FIVE: 0x875e05
SIX: 0x875e06
SEVEN: 0x875e07
EIGHT: 0x875e08
NINE: 0x875e09
OSDTOG: 0x875e1e

Re: IR Remote Controls for the Ryde Receiver

Posted: Tue Dec 21, 2021 6:40 am
by vk5bd
ALTECH UEC Vast TV Remote

---
name: Vast
driver: nec
buttons:
POWER: 0x73834c
UP: 0x738352
DOWN: 0x738353
LEFT: 0x73835d
RIGHT: 0x73835e
SELECT: 0x738362
BACK: 0x738311
MENU: 0x73835c
MUTE: 0x73834d
VOL+: 0x738350
VOL-: 0x738351
CHAN+: 0x738360
CHAN-: 0x738361
ZERO: 0x738340
ONE: 0x738341
TWO: 0x738342
THREE: 0x738343
FOUR: 0x738344
FIVE: 0x738345
SIX: 0x738346
SEVEN: 0x738347
EIGHT: 0x738348
NINE: 0x738349
OSDTOG: 0x73836d
ALTECH UEC Vast TV Remote.jpg
ALTECH UEC Vast TV Remote.jpg (184.52 KiB) Viewed 8624 times

Re: IR Remote Controls for the Ryde Receiver

Posted: Tue Dec 21, 2021 8:09 pm
by M0YDH
Hello Dave
I've managed to map my ex-CD player remote. It works well. The IR sensor BTW is a VS 1838B out of an Arduino starter kit with VSS and GND legs carefully crossed over.

Marantz RC002CD
file is rc002cd.yaml

DISPLAY is mapped to OSDTOG
Double back arrows to BACK

name: Marantz RC002CD
driver: rc-5
buttons:
POWER: 0x140c
UP: 0x1430
DOWN: 0x1436
LEFT: 0x1421
RIGHT: 0x1420
SELECT: 0x1435
BACK: 0x1432
MENU: 0x1452
MUTE: 0x100d
VOL+: 0x1010
VOL-: 0x1011
CHAN+: 0x10000d
CHAN-: 0x10000e
ZERO: 0x1400
ONE: 0x1401
TWO: 0x1402
THREE: 0x1403
FOUR: 0x1404
FIVE: 0x1405
SIX: 0x1406
SEVEN: 0x1407
EIGHT: 0x1408
NINE: 0x1409
OSDTOG: 0x1447

In order to transfer the .yaml, I learnt to load a USB drive using the code here https://raspberrytips.com/mount-usb-drive-raspberry-pi/. If it's not already there, then usb-connect.sh may help other users.
Then edit the script in nano. Plus following the Wiki instructions as usual

73
David M0YDH

Re: IR Remote Controls for the Ryde Receiver

Posted: Sat Jan 01, 2022 4:13 pm
by G8GKQ
Thanks to VK5BD and M0YDH - I have just added the Altech and Marantz remote controls to the Ryde Build.

You may need to select them in the console menu after your next update, but they should survive subsequent updates.

Dave, G8GKQ

Re: IR Remote Controls for the Ryde Receiver

Posted: Tue Jan 04, 2022 12:46 pm
by SkyVision
Thanks Dave

If anyone in VK needs UEC remotes contact me
Just search SkyVision SA
Most VAST dealers should have them too
There are cheaper knock offs than the originals on Ebay too, I can't say if they work, untested

Also thanks to VK5BD

Cheers Roger VK5YYY

Re: IR Remote Controls for the Ryde Receiver

Posted: Thu Mar 31, 2022 4:37 am
by F5CAU
K0QIT

---
name: my_k0qit
driver: nec
buttons:
POWER: 0x859
UP: 0x806
DOWN: 0x816
LEFT: 0x83a
RIGHT: 0x81b
SELECT: 0x81a
BACK: 0x807
MENU: 0x845
MUTE: 0x819
VOL+: 0x866
VOL-: 0x867
CHAN+: 0x813
CHAN-: 0x817
ZERO: 0x80f
ONE: 0x852
TWO: 0x850
THREE: 0x810
FOUR: 0x856
FIVE: 0x854
SIX: 0x814
SEVEN: 0x84e
EIGHT: 0x84c
NINE: 0x80c
OSDTOG: 0x84a

Re: IR Remote Controls for the Ryde Receiver

Posted: Tue Aug 23, 2022 4:46 pm
by G4GHD
Another Sagem set-top box remote.
The OSDTOG key is set to the Info key

---
name: Sagem STB2
driver: nec
buttons:
POWER: 0x860e12
UP: 0x860e0b
DOWN: 0x860e0c
LEFT: 0x860e1b
RIGHT: 0x860e1c
SELECT: 0x860e15
BACK: 0x860e14
MENU: 0x860e11
MUTE: 0x860e1f
VOL+: 0x860e0d
VOL-: 0x860e0e
CHAN+: 0x860e10
CHAN-: 0x860e1a
ZERO: 0x860e00
ONE: 0x860e01
TWO: 0x860e02
THREE: 0x860e03
FOUR: 0x860e04
FIVE: 0x860e05
SIX: 0x860e06
SEVEN: 0x860e07
EIGHT: 0x860e08
NINE: 0x860e09
OSDTOG: 0x860e29

SagemSTB2.jpg
SagemSTB2.jpg (248.29 KiB) Viewed 6861 times