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
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:11 pm

Dreambox URC39931RJ0-06 (TV):
dreamboxurc39931.jpg
dreamboxurc39931.jpg (152.95 KiB) Viewed 8273 times
dreamboxurc39931.yaml:

Code: Select all

---
name: Dreambox URC39931RJ0-06 (TV)
driver: rc-5
buttons:
    POWER:  0x0c
    UP:     0x50
    DOWN:   0x51
    LEFT:   0x55
    RIGHT:  0x56
    SELECT: 0x57
    BACK:   0x7e
    MENU:   0x52
    MUTE:   0x0d
    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
    
"BOUQUET+" is CHAN+, "BOUQUET-" is CHAN- and "Exit" is BACK.

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:13 pm

Humax RM-F04 (PVR):
humaxrmf04.jpg
humaxrmf04.jpg (97.2 KiB) Viewed 8273 times
humaxrmf04.yaml:

Code: Select all

---
name: Humax RM-F04 (PVR)
driver: nec
buttons:
    POWER:  0x1000
    UP:     0x1011
    DOWN:   0x1015
    LEFT:   0x1012
    RIGHT:  0x1014
    SELECT: 0x1013
    BACK:   0x1041
    MENU:   0x100e
    MUTE:   0x1018
    VOL+:   0x101f
    VOL-:   0x1040
    CHAN+:  0x1010
    CHAN-:  0x100f
    ZERO:   0x100c
    ONE:    0x1003
    TWO:    0x1004
    THREE:  0x1005
    FOUR:   0x1006
    FIVE:   0x1007
    SIX:    0x1008
    SEVEN:  0x1009
    EIGHT:  0x100a
    NINE:   0x100b
    

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:16 pm

Xtrend KT1252-XHY (TV):
xtrendkt1252.jpg
xtrendkt1252.jpg (99.07 KiB) Viewed 8272 times
xtrendkt1252.yaml:

Code: Select all

---
name: Xtrend KT1252-XHY (TV)
driver: nec
buttons:
    POWER:  0x0a
    UP:     0x10
    DOWN:   0x16
    LEFT:   0x12
    RIGHT:  0x14
    SELECT: 0x13
    BACK:   0x1e
    MENU:   0x0f
    MUTE:   0x0b
    VOL+:   0x1d
    VOL-:   0x20
    CHAN+:  0x1f
    CHAN-:  0x22
    ZERO:   0x00
    ONE:    0x01
    TWO:    0x02
    THREE:  0x03
    FOUR:   0x04
    FIVE:   0x05
    SIX:    0x06
    SEVEN:  0x07
    EIGHT:  0x08
    NINE:   0x09
    
And the best is: All my IR blasters are hygienic (more or less) clean again :lol:

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

Re: IR Remote Controls for the Ryde Receiver

Post by dl9sec » Tue Dec 29, 2020 8:19 am

Hi,

is there an overview, which lirc protocol names (e.g rc5) corresponds to which name in the yaml file (e.g. rc-5)?

I got "rc6_0" as lirc protocol and just tried "rc-6" in the yaml file and by chance it worked.
But it was just a guess, also for "necx"...

It would be helpful to have a list for the valid names (if this is even relevant!)

Thanks.

73, Thorsten

M5BOP
Posts: 6
Joined: Fri Aug 21, 2020 7:07 am

Re: IR Remote Controls for the Ryde Receiver

Post by M5BOP » Tue Dec 29, 2020 11:56 am

Is there/could there be a way of changing the GPIO pin used for the IR sensor in the Ryde config? If so, can anyone - perhaps Dave @G8GKQ - advise how this can be done?
Reason is that I received a very nice Argon One v2 case for my Pi 4 for Christmas, which has full-size HDMI ports and a built in IR sensor, but that is hard-wired on the Argon case PCB to GPIO 23 (physical pin 16) rather than the Ryde default of physical pin 11 of the RPi GPIO port.

Would be great if I could change the config to accommodate this, as the Argon case is pretty much ideal for a STB

Thanks,
Mark M5BOP

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 29, 2020 3:12 pm

Mark

It should be possible. Two changes will be required.

First you should amend the line in /boot/config.txt that currently reads

Code: Select all

dtoverlay=gpio-ir,gpio_pin=17
to read

Code: Select all

dtoverlay=gpio-ir,gpio_pin=23
You will need to use "sudo nano /boot/config.txt" to edit the file because it is owned by root.

Then you need to stop the Ryde using that pin as the connection for the front panel "Right" button. To do this, you should edit /home/pi/ryde/config.yaml and change the line that reads

Code: Select all

        RIGHT:  23
to

Code: Select all

        RIGHT:  17
You will need to reboot before the changes will take effect and you will need to repeat the config.yaml change after every software update.

Please let me know how you get on.

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 » Tue Dec 29, 2020 3:15 pm

Thorsten

I have just added some information about remore control IR protocols the the Wiki here https://wiki.batc.org.uk/Ryde_remote_co ... _Protocols. It needs some additions, but I don't have access to many sample remote controls.

Dave

M5BOP
Posts: 6
Joined: Fri Aug 21, 2020 7:07 am

Re: IR Remote Controls for the Ryde Receiver

Post by M5BOP » Sun Jan 03, 2021 1:53 pm

G8GKQ wrote:
Tue Dec 29, 2020 3:12 pm
Mark
It should be possible...
Please let me know how you get on.
Dave
Hi Dave - initial problem I have is trying to get the latest Ryde build to work on my 4GB Pi4 - I’ve tried to build the SD card several times, and even without the mods you suggested above I can’t get Ryde to work - when I boot up I get a red full-screen ‘Longmynd not loaded’ message for a few secs, then a similar ‘Not Locked’ message.

I’m using a Pi 4, powered with an official Pi4 USB-C PSU, and with a fully tested (using MiniTioune on Windows) BATC MiniTiouner version 2 (with identification resistor) connected to one of the USB2 ports on the Pi. Any idea what may be causing this issue? I also have a MiniTiouner-Express (which I guess should also be supported by Ryde) but no joy using that either.

Hope you can advise Dave, as no doubt you have built a card with this release from scratch. VLC package appears to be installed - what would be the next steps to debug? Is there a way I can check that Ryde can see my MiniTiouner?

Thanks,
Mark, M5BOP

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

Re: IR Remote Controls for the Ryde Receiver

Post by G8GKQ » Sun Jan 03, 2021 2:02 pm

Mark

That sounds to be working as expected. "Longmynd not loaded" is displayed briefly until the Ryde application gets some input from Longmynd (the receiver). Then Longmynd reports that it is not locked (as it has no signal to lock to). So you just need to give the receiver a signal on 741.5 MHz at SR1500 (as you would get from the QO-100 beacon using a standard LNB). Your Ryde is certainly seeing the MiniTiouner.

If you log in by ssh you could set the correct remote control type and try that. You could also check the codes coming from your remote.

Dave

M5BOP
Posts: 6
Joined: Fri Aug 21, 2020 7:07 am

Re: IR Remote Controls for the Ryde Receiver

Post by M5BOP » Sun Jan 03, 2021 2:47 pm

G8GKQ wrote:
Sun Jan 03, 2021 2:02 pm
That sounds to be working as expected.
Thanks Dave - will give that a whirl!

Post Reply

Return to “The Ryde Digital ATV Receiver”