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

Output without modulation #11

Open
IguanaBen opened this issue Jan 7, 2015 · 1 comment
Open

Output without modulation #11

IguanaBen opened this issue Jan 7, 2015 · 1 comment
Assignees

Comments

@IguanaBen
Copy link
Contributor

Reported by bluey on 25 Jul 2012 14:04 UTC
Sometimes you want to output the IR signal with no carrier -- ie the input expecting a demodulated signal as is sometimes found on the IR in port of receivers, etc.

So, feature request: when carrier frequency set to 0, do not do any modulation. This way you can plug dual socket directly into those kinds of stereos to control them.

@IguanaBen
Copy link
Contributor Author

Commented by jdunn on 29 Jul 2012 23:31 UTC
Interesting idea and should be quite simple to implement in the firmware. I would suggest that we use a different flag than 0 though simply because 0 currently means "use default", i.e. 38kHz. We can pick some other flag value like 0xFFFF for the two fields that control the frequency. Internally we will still be looping at 38kHz, but without changing the pin state.

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

No branches or pull requests

2 participants