Search found 7 matches

by huanmengQQ
Wed Sep 16, 2009 10:50 pm
Forum: PS3 Development
Topic: about pairing between PS3 and the HID divice
Replies: 0
Views: 2606

about pairing between PS3 and the HID divice

hello everyone I have a question about pairing between PS3 and the HID divice. I have succeed to deal with pairing between PS3 and HID divice use the follow process: 1.set the class of the HID device as 0x4a2580 to make PS3 to display the Pass-Key input dialog(if i set the class as other value the d...
by huanmengQQ
Thu Sep 03, 2009 10:49 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20964

That is strange, I never had to set "lm accept". I guess it might be a difference in the Bluetooth adapter. That's also strange. Are you sure you're getting a good wireless signal between the PC and PS3? I think I have found the reason.After I changed the BT address and the class of the a...
by huanmengQQ
Wed Sep 02, 2009 3:03 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20964

Ah....It works perfectly.I just change the link mode of the bluetooth adptor by using the "hciconfig hci0 lm accept".It is the slave mode before I change the link mode ,but it didn't work which I also don't know why.After I change the mode again,it works.But it is very diffcult to connect ...
by huanmengQQ
Wed Sep 02, 2009 12:31 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20964

Re: My question

Thank you for your response. You should use my code, or Brandon's code. You don't need to use that other "hidclient" code, because the PS3 does not need a SDP record. I think it is useless when I try to use the BT adptor to connect to the PS3.But if I use the PS3 to connect to the BT adpto...
by huanmengQQ
Mon Aug 31, 2009 8:58 pm
Forum: PS3 Development
Topic: From pc send data to PS3
Replies: 2
Views: 3557

Anyone can help me? May be I didn't express myself exactly. I want to use the PC to control the PS3,so I change the class of the bluetooth adaptor to 0x000508 which is the class of sixaxis.And then I use the code download from the http://anselm.hoffmeister.be/computer/hidclient/index.html.en which r...
by huanmengQQ
Mon Aug 31, 2009 12:32 pm
Forum: PS3 Development
Topic: From pc send data to PS3
Replies: 2
Views: 3557

From pc send data to PS3

Hello everyone! Now I just want to send data from the PC to control the PS3.So I send the sixaxis's data just as the report descriptor's format.But it doesn't work. The code is: unsigned char report_1[50]={ 0xA1,0x01,0x00,0x80,0x00,0x00,0x00,0x80,0x80,0x80, 0x80,0x00,0x00,0x...
by huanmengQQ
Sun Aug 30, 2009 6:32 pm
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20964

My question

Hello everyone! I just also want to use the PC as the joystick to control the PS3.So we studied the sixaxis's HID descriptor and use the format to send the data to the PS3.The data is: char report_1[50]={ 0xA1,0x01,0x00,0x80,0x00,0x00,0x00,0x80,0x80,0x80, 0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f...