Open kbembedded opened 7 months ago
Just in case no one stumbled upon this yet and wants to take a crack at it, this may be useful
https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
Thanks!
I'll add that to my list of resources for when I get around to implementing this.
Describe the process.
Add support to link between the Flipper and a Gen II Pokemon game over IR for Mystery Gift (Split from #24).
I've only briefly looked over the IR system, but, it doesn't look straightforward to implement. The API is currently only set up for TX xor RX and not easily able to do bidirectional (note: this is not IrDA, this is generic 38 khz IR that sends data back and forth). It might be possible to hack together something at the application level, however I think this would greatly benefit from in-firmware support, alongside a runtime "custom" protocol decoder implementation that can pack and unpack data directly.
Game boy
Color