IR Learning Remote Really Not possible or Not investigated?
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
IR Learning Remote Really Not possible or Not investigated?
I think one essential feature left on FAT PSP's is code learning capability.
Has this area been deeply and sufficiently been investigated? or are we blindly feeding on the rumour spread by someone who didn't know?
Has this area been deeply and sufficiently been investigated? or are we blindly feeding on the rumour spread by someone who didn't know?
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.
Nope. No learning remote programs. The PSP has the ability to output remote IR format, but not input it (as far as anyone knows). The only input is IRDA which is not even remotely (pun not intended) IR remote format.
If you could poll the IR input directly, it should be possible to make a learning app for remotes.
If you could poll the IR input directly, it should be possible to make a learning app for remotes.
hi J.F, hows it going? :)
is that case of the functions not been discovered yet or that psp designers never intended the ir port to be used for anything other that IRDA input?.
Am just starting on subject myself, wandering weather to include IRDA into the ir capabilities of pspz v2, going to look if it will all fit on firmware, there are no end of code sample out there for remote apps, so prob will include both, should be no prob to auto-detect format.
is that case of the functions not been discovered yet or that psp designers never intended the ir port to be used for anything other that IRDA input?.
Am just starting on subject myself, wandering weather to include IRDA into the ir capabilities of pspz v2, going to look if it will all fit on firmware, there are no end of code sample out there for remote apps, so prob will include both, should be no prob to auto-detect format.
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
SIRCS module has a struct for RAW IR data for output; thats already an old thing and figured out. sceIRDA_driver SHOULD have one for input too, to encapsulate that into IRDA format. This area Needs deep investigation. :(
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
I own phat myself. Wish I had MIPS forenrensic skills but far too basic for things like these.jube wrote:sounds sensible ! Think your going to have to find phat owner with a passion for the IR port and some damn deep understanding of how to find those function stubbs, puts me out the picture on both counts ! :)
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.
-
- Posts: 388
- Joined: Tue Aug 12, 2008 12:46 am
I didn't investigate on PSP side, but i'm something like an infrared nerd! Sircs still need preambles that some other formats don't like....while in output you can simply prepend ad-hoc data to distance preamble from your real data, in acquisition the hardware detector is not even triggered if such a preamble does not exist. I _think_ detection is not possible. For this reason i was assembling a system working on microphone. If you're interested i can release something on this side.SIRCS module has a struct for RAW IR data for output; thats already an old thing and figured out. sceIRDA_driver SHOULD have one for input too, to encapsulate that into IRDA format. This area Needs deep investigation. :(
jean
-
- Posts: 328
- Joined: Sun Jun 03, 2007 10:05 pm
Yeah im intrested. More details? Works from sio port?jean wrote:I didn't investigate on PSP side, but i'm something like an infrared nerd! Sircs still need preambles that some other formats don't like....while in output you can simply prepend ad-hoc data to distance preamble from your real data, in acquisition the hardware detector is not even triggered if such a preamble does not exist. I _think_ detection is not possible. For this reason i was assembling a system working on microphone. If you're interested i can release something on this side.SIRCS module has a struct for RAW IR data for output; thats already an old thing and figured out. sceIRDA_driver SHOULD have one for input too, to encapsulate that into IRDA format. This area Needs deep investigation. :(
jean
Intrigued by PSP system Since December 2006.
Use it more for Development than for Gaming.
Use it more for Development than for Gaming.