Tutorial Video:How use the Wii controller on Gen 8!!!
Tutorial Video:How use the Wii controller on Gen 8!!!
http://www.youtube.com/watch?v=F4ioZ4eg3rE
I show how to use the Wii controller to play games on Archos 43 but this can work on any gen 7+8( but must have Bluetooth)
Wii Controller Program(download+install)
http://forum.xda-developers.com/showthread.php?t=672884
I show how to use the Wii controller to play games on Archos 43 but this can work on any gen 7+8( but must have Bluetooth)
Wii Controller Program(download+install)
http://forum.xda-developers.com/showthread.php?t=672884
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
A little of topic but how did you install ashalt 5? I alway get a message saying "need 93 meg of space on sd card"
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
to install asphalt pm me(Ill give you a link)
you need to install the samsung galaxy S version
you need to install the samsung galaxy S version
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
Cool video, embedded here: http://archosfans.com/2010/11/14/using- ... 8-devices/
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
now it worked.. didnt do anything different from before. strange.
does anyone kow how to connect a second wiimote?
does anyone kow how to connect a second wiimote?
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
you can connect a second wii remote but I dont see how that would be useful considering gameboid and all android games are one player
however, you can use 2 wii remotes to connect to psx4all or nes etc
however, you can use 2 wii remotes to connect to psx4all or nes etc
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
Its about nes/snes games.
How do i connect two?
How do i connect two?
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
if you want to connect more than one Wii remote, follow the same procedure, but put ALL the remotes to discovery mode
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
Can this work with other controllers as well?
May be some USB Gamepads from Logitech?
It would be awsome!
P.S. Can you do other things with the Wiimote? Eg: control the Archos, its player or browser?
May be some USB Gamepads from Logitech?
It would be awsome!
P.S. Can you do other things with the Wiimote? Eg: control the Archos, its player or browser?
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
expounding on peter's question, anyone know about the ps3 controller? that is bluetooth right? what about the move controller?
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
peter, no you cant use the wii remote other than games
ps3 or other controllers wont work because of drivers needed is lacking
this program is made for wii remote
ps3 or other controllers wont work because of drivers needed is lacking
this program is made for wii remote
-
metalmax83
- Archos Novice

- Posts: 7
- Joined: Mon Nov 08, 2010 11:17 am
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
Bought a Wii remote and a Classic Controller yesterday. The thing worked great. Gonna buy another controller set and a mini-HDMI cable and then we're in for some cool SNES-Sessions. 
-
FoxForceFive
- Archos User

- Posts: 65
- Joined: Sat Oct 30, 2010 3:53 pm
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
Buy the datel wii wireless retro controller instead, same exact functions only just one controller & no wires.metalmax83 wrote:Bought a Wii remote and a Classic Controller yesterday. The thing worked great. Gonna buy another controller set and a mini-HDMI cable and then we're in for some cool SNES-Sessions.
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
well i guess i didn't mean this application specifically - but as there are pc drivers to use ps3 on bluetooth does anyone think the chances are good something like that will happen for android?
-
kagutsuchi
- Archos Novice

- Posts: 6
- Joined: Wed Nov 03, 2010 11:43 pm
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
I've actually been doing a lot of research lately on getting a Sixaxis/DS3 to work with Android, and the short answer is that yes, it could probably work. PS3 controllers have an odd way of connecting via Bluetooth, so it might require rooting first, though.
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
There are currently no drivers to make a PS3 controller work on Android (at least not made public that I know of). Even if you could get it to connect (which I'm sure you could pair it relatively easily), you don't have a way of mapping the buttons. Without the proper drivers (or mapping software), you won't be able to do anything with the controller, even if you do connect.
-
kagutsuchi
- Archos Novice

- Posts: 6
- Joined: Wed Nov 03, 2010 11:43 pm
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
Pairing with a PS3 controller is quite easy. The controller itself holds the MAC address of its master, but a PC is required to actually set that (not sure if that can be done easily on a mobile device). Once it's set though, then that's all there is to pairing it.
The hard part is connecting. Android only supports SPP/Rfcomm currently, not HID/L2CAP which is what the PS3 controllers require. There are actually private APIs for L2CAP which might work via reflection, but I have yet to see anyone successfully use it. Beyond that, connectivity would have to be established via JNI (see WiiUseJ for such an implementation for the Wiimote which also requires L2CAP).
When paired and the PS button on the controller is pressed, the PS3 controller will send connection requests to its master on PSM 17 and 19. However, it doesn't send normal connection requests (PS3 controllers don't have any sort of PIN relationship). It's more of a handshake in which the controller makes itself discoverable and the Bluetooth server (the device holding the socket) will send a packet of something like 12 bytes to the controller to set the LEDs and initiate the connection.
At that point, it becomes fairly trivial. The controller will continuously send packets of 50 bytes to the server which then need to be read to ascertain the state of each of the buttons.
The hard part is connecting. Android only supports SPP/Rfcomm currently, not HID/L2CAP which is what the PS3 controllers require. There are actually private APIs for L2CAP which might work via reflection, but I have yet to see anyone successfully use it. Beyond that, connectivity would have to be established via JNI (see WiiUseJ for such an implementation for the Wiimote which also requires L2CAP).
When paired and the PS button on the controller is pressed, the PS3 controller will send connection requests to its master on PSM 17 and 19. However, it doesn't send normal connection requests (PS3 controllers don't have any sort of PIN relationship). It's more of a handshake in which the controller makes itself discoverable and the Bluetooth server (the device holding the socket) will send a packet of something like 12 bytes to the controller to set the LEDs and initiate the connection.
At that point, it becomes fairly trivial. The controller will continuously send packets of 50 bytes to the server which then need to be read to ascertain the state of each of the buttons.
-
warlock257
- Archos Guru

- Posts: 352
- Joined: Tue Sep 07, 2010 9:38 pm
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
Having trouble with the wii remote. I can connect it, and set the buttons in Snesoid, but once the game starts, I have no control.
-
warlock257
- Archos Guru

- Posts: 352
- Joined: Tue Sep 07, 2010 9:38 pm
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
I fixed it. There was a setting to enable special controllers
-
nyhalfback14
- Archos Novice

- Posts: 1
- Joined: Mon Feb 28, 2011 9:26 pm
Re: Tutorial Video:How use the Wii controller on Gen 8!!!
hey how did you find the special setting? i am having the same issue
Thanks
Thanks

