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

Ir parroting #1

Open
HazyCake opened this issue Aug 7, 2020 · 1 comment
Open

Ir parroting #1

HazyCake opened this issue Aug 7, 2020 · 1 comment

Comments

@HazyCake
Copy link

HazyCake commented Aug 7, 2020

GBC has both an IR transmitter and receiver. Did you have any luck operating the receiver?

I was working on a similar project a year ago but couldn't get much past a clumsy UI. I wanted to create a universal remote capable of storing transmissions from other remotes the way the MX3 Air Fly remote can store read frequencies.

@jglim
Copy link
Owner

jglim commented Aug 8, 2020

Hello,

I did not have to use the receiver, so I did not look further into it. The IR receiver uses the same RP_REG register, and data is received by checking bit 1 of the register. Received IR is raw (no demodulation) so if you plan to build a IR repeater, you may have to also figure out the transmitter's modulation frequency, or stick to a commonly used value like 38kHz

From https://gbdev.gg8.se/wiki/articles/CGB_Registers :
gg8

From https://shonumi.github.io/dandocs.html :
dandocs

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