this post was submitted on 20 Apr 2024
107 points (99.1% liked)

Open Source

29773 readers
496 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Is there a database of sorts for these things? It seems like there should be.

top 19 comments
sorted by: hot top controversial new old
[–] [email protected] 19 points 4 months ago

I believe the largest database of IR hex codes is Remotecentral.com, it's been around for decades

[–] [email protected] 15 points 4 months ago (1 children)
[–] [email protected] 2 points 4 months ago

That list was worth looking at just for some of the brands.

I had no idea Nagra made something with an IR remote.

[–] [email protected] 14 points 4 months ago

Not sure if it's what you're looking for, but lirc has a database. Instructions for contributing files can be found here, files should adhere to the checklist here.

[–] [email protected] 7 points 4 months ago (1 children)
[–] [email protected] 5 points 4 months ago

Anyone know how to convert the flipper code format into the base64 format that home assistant/broadlink uses?

Examples of format https://community.home-assistant.io/t/broadlink-remote-send-command/286215

[–] [email protected] 7 points 4 months ago (4 children)

I'm setting up a media PC for my TV using refurbished hardware. The biggest pain right now is controlling the interface. I got one of those cheap keyboards with trackpads but they stopped working in a month. Reading this post makes me wonder if I can reuse one of the old IR remotes lying around in my home. Generating shortcut keys and binding them might be easy but what can be done for text/voice to text input?

[–] [email protected] 3 points 4 months ago (1 children)

Honestly, just get a good one. They work well.

[–] [email protected] 4 points 4 months ago

get one what? Is there a ready made Product?

I made my own IR-Receiver/Keyboard for my Media Center. Based on Attiny. But can't really recommended that process to others.

[–] [email protected] 3 points 4 months ago (1 children)

Raspberry Pi having HDMI HEC put an end to me using those crappy remotes, now I just use my TV remote to control Kodi running on the rpi. I think there are adapters you can buy that will do it as well.

[–] [email protected] 3 points 4 months ago (1 children)

I'll have to read up on what you mean using IR remotes to control a Pi through HDMI HEC. The computer I'm using has an DP output that I've used an adapter to feed to my TV HDMI. So I may not be able to use your setup. But it sounds novel and interesting so I would definitely like to learn more. Thanks.

[–] [email protected] 2 points 4 months ago

Yeah, so essentially the TV remote sends the signals down the HDMI cable to the raspberry pi to put it in its simplest terms. If you hold 0 for 3s or something (I have a Toshiba TV, so probably manufacturer specific), the remote then controls the TV the same way it does normally. I think there are HDMI CEC adapters you can buy, but the rpi has it built-in so I've not had to bother, I've been using it for about 5 years I think.

[–] [email protected] 0 points 4 months ago (1 children)

Maybe attach a microphone directly to the PC and trigger speech to text via the remote?

For software, there might be a wrapper for whisper which does what you need.

[–] [email protected] 2 points 4 months ago

That sounds like a good approach. I'll try and explore this. Thanks.

[–] [email protected] 0 points 4 months ago (1 children)

Kdeconnect works great too if you are using linux and android

[–] [email protected] 1 points 4 months ago (1 children)

I came across a reference to kdeconnect while reading related stuff but I really looked it up after your comment. I'm using Debian on my machine and am currently using free version of Remote Mouse which allows very limited actions without posting. Kdeconnect sounds like it could take care of that and more. I just hope it supports two person controlling the same PC.

This will be in complimentary to a physical button IR remote that I'm aiming to implement after this post. Thanks.

[–] [email protected] 2 points 4 months ago (1 children)

there won't be two pointers, but multiple devices are supported

[–] [email protected] 2 points 4 months ago

Yeah, I'm not wishing for two pointers either. The current setup with Remote Mouse software allows two devices to move the single pointer at the same time but since kdeconnect software allows sharing of files and notifications from phone onto the PC, I'm not sure how connecting two devices will work. Guess I'll figure it out as I set it up.

[–] Immersive_Matthew 4 points 4 months ago

Somewhere public on the Internet so AI gets trained on it.