Tutorial Video:How use the Wii controller on Gen 8!!!

Discuss cool Games for the Gen8 Tablets
obiwan22
Archos User
Archos User
Posts: 106
Joined: Tue Dec 23, 2008 1:06 am

Tutorial Video:How use the Wii controller on Gen 8!!!

Post by obiwan22 »

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
xavclee
Archos Novice
Archos Novice
Posts: 25
Joined: Wed Nov 10, 2010 6:24 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by xavclee »

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"
obiwan22
Archos User
Archos User
Posts: 106
Joined: Tue Dec 23, 2008 1:06 am

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by obiwan22 »

to install asphalt pm me(Ill give you a link)

you need to install the samsung galaxy S version
Charbax
Site Admin
Site Admin
Posts: 7055
Joined: Sun Nov 27, 2005 2:40 am
Location: Copenhagen
Contact:

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by Charbax »

azmo
Archos User
Archos User
Posts: 53
Joined: Sat Oct 09, 2010 8:25 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by azmo »

now it worked.. didnt do anything different from before. strange.

does anyone kow how to connect a second wiimote?
obiwan22
Archos User
Archos User
Posts: 106
Joined: Tue Dec 23, 2008 1:06 am

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by obiwan22 »

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
azmo
Archos User
Archos User
Posts: 53
Joined: Sat Oct 09, 2010 8:25 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by azmo »

Its about nes/snes games.

How do i connect two?
obiwan22
Archos User
Archos User
Posts: 106
Joined: Tue Dec 23, 2008 1:06 am

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by obiwan22 »

if you want to connect more than one Wii remote, follow the same procedure, but put ALL the remotes to discovery mode
peterx
Archos Novice
Archos Novice
Posts: 21
Joined: Fri Sep 03, 2010 11:36 am

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by peterx »

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?
digibucc
Archos Novice
Archos Novice
Posts: 44
Joined: Mon Nov 15, 2010 2:40 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by digibucc »

expounding on peter's question, anyone know about the ps3 controller? that is bluetooth right? what about the move controller?
obiwan22
Archos User
Archos User
Posts: 106
Joined: Tue Dec 23, 2008 1:06 am

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by obiwan22 »

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
metalmax83
Archos Novice
Archos Novice
Posts: 7
Joined: Mon Nov 08, 2010 11:17 am

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by metalmax83 »

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. :D
FoxForceFive
Archos User
Archos User
Posts: 65
Joined: Sat Oct 30, 2010 3:53 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by FoxForceFive »

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. :D
Buy the datel wii wireless retro controller instead, same exact functions only just one controller & no wires.
digibucc
Archos Novice
Archos Novice
Posts: 44
Joined: Mon Nov 15, 2010 2:40 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by digibucc »

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
Archos Novice
Posts: 6
Joined: Wed Nov 03, 2010 11:43 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by kagutsuchi »

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.
Harfainx
Moderator
Moderator
Posts: 1903
Joined: Sun Mar 07, 2010 1:57 pm
Location: Nomad

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by Harfainx »

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
Archos Novice
Posts: 6
Joined: Wed Nov 03, 2010 11:43 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by kagutsuchi »

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.
warlock257
Archos Guru
Archos Guru
Posts: 352
Joined: Tue Sep 07, 2010 9:38 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by warlock257 »

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
Archos Guru
Posts: 352
Joined: Tue Sep 07, 2010 9:38 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by warlock257 »

I fixed it. There was a setting to enable special controllers
nyhalfback14
Archos Novice
Archos Novice
Posts: 1
Joined: Mon Feb 28, 2011 9:26 pm

Re: Tutorial Video:How use the Wii controller on Gen 8!!!

Post by nyhalfback14 »

hey how did you find the special setting? i am having the same issue

Thanks
Post Reply

Return to “Gen8 Games”