| |||||||
| Support Problems with your remote? Post them here. |
![]() |
| | Thread Tools | Display Modes |
| | #11 (permalink) |
| Portal Member Join Date: Apr 2006 Location: London
Posts: 326
Thanks: 3
Thanked 4 Times in 4 Posts
Country: | Can you send me a screenshot of the "software" you used to pair the device with the PC please. Thanks.
__________________ Ben Barron's Online Web Design & Applications Portfolio |
| | |
| | #12 (permalink) |
| Portal Member Join Date: Sep 2007 Age: 33
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | sorry for the late repy. i only used windows drivers. it installed itself, hence no functions.. ill ask some more on ps2dev forums. or buy a wii. the gf wants wii fit anyway.. lol |
| | |
| | #13 (permalink) | |
| Portal Member Join Date: Apr 2006 Location: London
Posts: 326
Thanks: 3
Thanked 4 Times in 4 Posts
Country: | Quote:
So what exactly do you see? I take it you can't do any configuration of it or can you? BTW: BlueSoleil is a bluetooth stack - not actually sure whether its called as drivers or software, but I would say its just software. EDIT: Can you get a PS3 Controller to be seen in windows at all? As I am quite confused as it appears that you are the only one that can get the remote to be seen?
__________________ Ben Barron's Online Web Design & Applications Portfolio Last edited by cheetah05; 2008-05-19 at 00:01. | |
| | |
| | #14 (permalink) |
| Portal Member Join Date: Sep 2007 Age: 33
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | well, here's the pic. the red cirkel is the number that changes very time i press a button. if i dont press any button, nothing happends here. toetsenbord = keyboard. thats how windows sees it as. ![]() i think i still use widcomm bluetooth stack the bt dongle i have is ![]() Qtrek Tinytooth USB 2.0 Dongle in the control panel, its listed under game controlers as a virtual HID keyboard. in my bluetooth browser its listed as a BD Remote Control.. so it knows what it is... as you can see, calibrate is gey. no functions to edit what so ever. |
| | |
| | #15 (permalink) |
| Portal Member Join Date: Apr 2006 Location: London
Posts: 326
Thanks: 3
Thanked 4 Times in 4 Posts
Country: | Thanks for all the info - I am going to try and get this working I think. I understand what is doing on with the sent and received bytes - that all makes sense ![]() I think your dongle is a very generic one, for instance, I see the same thing here: DealExtreme: $7.10 Kingfox Bluetooth 2.0 EDR Dongle (Compatible with Vista) If its recognised as a keyboard, then it may raise a keypress event. Infact - if you can do a bit of testing for me, I may even be able to create a plugin for you to get it working. First thing to try is the application attached. Simply run it (making sure you have the bluetooth remote connected). Press a few keys on your keyboard to make sure its working (should add some stuff to the textbox)......Now start pressing buttons on your remote and see if anything happens (if it adds stuff to the textbox or now). Just tell me if it adds stuff to the text box when you press a button on the remote, if so copy and paste what is in the textbox onto the thread. I highly doubt this will work, but its the first thing to check ![]() EDIT: Are you doubly sure you didn't install any drivers that might lead to the remote people detected? For instance, i remember reading about some driver that allowed you to use the PS3 SixAxis controller on the pc - did you install that?
__________________ Ben Barron's Online Web Design & Applications Portfolio Last edited by cheetah05; 2008-05-20 at 21:45. |
| | |
| | #16 (permalink) |
| Portal Member Join Date: Apr 2006 Location: London
Posts: 326
Thanks: 3
Thanked 4 Times in 4 Posts
Country: | Just to let people know - i am developing a plugin for MP for the PS3 remote. I know how do it, but i need to find a decent managed library so i can receive messages from HID devices (PS3 remote). Not the best programmer as you can probably tell :p If anyone knows of one - please link me ![]()
__________________ Ben Barron's Online Web Design & Applications Portfolio |
| | |
| | #17 (permalink) |
| Portal Member Join Date: Sep 2007 Age: 33
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | great to hear you are trying to get this to work. your keytest didnt do anything (as expected) . i made the bt connection before i installed any other stuff. now after something i did, i loose connection all the time. its also no listed under gamecontrolers anymore. dont know how i got it there. fresh xp install and start again i think. i have an other machien downstairs, ill try to set up an conection there using same bt dongle. it a clean machine. also maybe 89ron over at ps2dev.org knows something usefull, he wrote the tool to make the 6axis connect over bt. only thing is that he uses usb conection to pair with windows. bd remote only has bt, so pairing has to be dont over the air. and there is also the linux version that also list alot of bt read out stuff. but you already know that site. let me know if you need me to run more tests or something, im not always responding very quick, but i do read this forum every other day. edit: i aslo have a sitecom bt dongle. dont know where it is atm. f#kng small thing. must be around close by, only got it back from a friend few months ago..ill ask my gf to clean the house for a change . maybe i get more/ different resultswith that. Last edited by sIRwa2; 2008-05-28 at 23:51. |
| | |
| | #18 (permalink) |
| Portal Member Join Date: Apr 2006 Location: London
Posts: 326
Thanks: 3
Thanked 4 Times in 4 Posts
Country: | I know how to pair properly now, I have got my remote to properly pair....never looses connection too (unless it goes out of range). I can see this a problem and will how to find a way to make an API call to disconnect the remote when MP exits. To connect the remote to the PC, you simply press the playstation key in the center of the remote. I know what i need to do (how to get it work), but don't yet have the programming knowledge to do it..... ==================== 1. To pair you need to go through the standard Microsoft device, so that you see it in the Devices section. 2. Select the device and click properties and you should see the following screen: 3. Make the controller discoverable again by pressing [Start & Enter Keys] on the remote (together). 4. Click the services tab. 5. Wait till it has found the services and then make sure you check the HID service and click ok as seen below: It will now be registered as a HID device and will appear under "Game Controllers". To get it to work in MP, I need to find a way to read the HID messages it sends.
__________________ Ben Barron's Online Web Design & Applications Portfolio Last edited by cheetah05; 2008-06-24 at 16:28. |
| | |
| | #19 (permalink) |
| Portal Member Join Date: Sep 2007 Age: 33
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
Country: | i see, seems to are a far as i was. now were both stuck at the same point. i cant programme aswell. maybe we have to look into how they got the wii remote to function in windows.. must be the same ground works.. u use vista? getting commands in mp shouldn't be a problem. getting any program to read the commands is the hard part.. Edit: found this: http://forums.homeseer.com/showthread.php?p=813646 not very helpfull, but we are not alone ![]() Edit2: does glovepie do anything? Last edited by sIRwa2; 2008-05-29 at 00:40. |
| | |
| | #20 (permalink) | |
| Portal Member Join Date: Apr 2006 Location: London
Posts: 326
Thanks: 3
Thanked 4 Times in 4 Posts
Country: | Quote:
Now just need to manage those keypress events. sIRwa2 - you can help with this. I need a default layout for what the keys would actually do in MP. Could you do that? Like I'll start you off: PS Button - Goes to main menu; Play Button - Play; Stop Button - Stop; Pause Button - Pause; Enter - Select; ....etc.......
__________________ Ben Barron's Online Web Design & Applications Portfolio | |
| | |
![]() |
| Bookmarks |
| Tags |
| bluetooth, device, hid, playstation3, remote |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bluetooth Remote? | hawihoney | Hardware Selection Help | 11 | 2008-03-30 20:36 |
| X10 HID Device dauerhaft entfernen ? | DiGiT79 | Hardware | 4 | 2008-02-25 17:36 |
| HID bluetooth remote control | walterleonar | General Development (no feature request here!) | 1 | 2007-01-13 18:51 |
| Problem with Hid device | bart594 | The old Bugreport Forum | 1 | 2006-04-05 22:34 |
| Bluetooth remote control? | pinobot | MediaPortal 1 Talk | 4 | 2006-02-14 01:49 |