Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature proposal: RTL-IR make a plugin to use the IR receiver present on some rtl-sdr dongles #447

Open
Nesos-ita opened this issue May 29, 2018 · 1 comment

Comments

@Nesos-ita
Copy link

Nesos-ita commented May 29, 2018

I have an rtl-sdr that has also the ir receiver and i managed to get it working for ANY ir signal (not only the included remote+included program), i made a C program that receive data on windows.
i can dump raw signal at a fixed sample rate (no problem) and fixed max length (this might be a problem, needs to be studied)
For example any tv ir is no problem, but air conditioner ir sends the whole state for each keypress and it is too long.
Data it's encoded as bytes where MSB bit is 1/0 according to the value, the remaining 7 are the length of the 1/0 (for how long in time it stay at 1 or 0)
I don't know how to make plugins for this program but maybe it's useful for someone (me included)
I saw that you recently added soundcard support which is awesome and maybe my idea is not that useful as you can insert an ir led in the mic input on soundcard and use that one (avoiding fixed max length problem)
but maybe it's useful as rtl-sdr receiver is a real receiver... using only an ir led in the mic allows you only few cm of range and needs some components (jack +led+ soldering)
any thought??

@Nesos-ita Nesos-ita changed the title Feature proposal: RTL-IR make a plugin to use the IR led on some rtl-sdr dongles Feature proposal: RTL-IR make a plugin to use the IR receiver present on some rtl-sdr dongles May 29, 2018
@andynoack
Copy link
Collaborator

Actually we already discussed IR support some years ago but didn't implement it due to lack of time. Maybe we will bring the discussion back to live but probably not with highest priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants