Thread
:
Use WiiMote as Bluetooth Gamepad or Remote Control (Working with Dr.NokSnes!)
View Single Post
F2thaK
2010-02-05 , 13:50
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#
24
##################################################
Use WiiMote as a Gamepad / Remote
##################################################
DOWNLOAD CUSTOM CONFIG + ICON + FULL HELP
--------------------------------------------------------------------------------------
To connect Wiimote with N900:
--------------------------------------------------------------------------------------
1. on N900 enable Bluetooth, with visibility ON, device name "N900"
2. press any button on WiiMote
3. open WiiControl
4. on WiiMote, repeatedly press the 1 + 2 buttons together, until it says "connected"
5. if you want gyros on, press "gamepad+gyros" button then press a button on WiiMote
--------------------------------------------------------------------------------------
Included configuration: ("wiicontrol" file)
--------------------------------------------------------------------------------------
Gamepad Mode:
[Left] # dpad left
[Right] # dpad right
[Down] # dpad down
[Up] # dpad up
[e] # A
[q] # +
[Escape] # -
[a] # 1
[w] # 2
[KP_Enter] # home
Gamepad+Gyro Mode:
[s] # dpad left
[d] # dpad right
[Down] # dpad down
[Up] # dpad up
[e] # A
[q] # +
[Escape] # -
[a] # 1
[w] # 2
[KP_Enter] # home
[Left] # gyro left
[Right] # gyro right
--------------------------------------------------------------------------------------
Set WiiControl Icon
--------------------------------------------------------------------------------------
move "ukwii.desktop" file to:
/usr/share/applications/hildon
move "wiiremote.png" file to:
/usr/share/icons/hicolor/48x48/hildon/
(overwrite)
--------------------------------------------------------------------------------------
How To Configure Controls
--------------------------------------------------------------------------------------
you need to edit "/usr/bin/wiicontrol" file.
scroll to section shown below. (In _CODE-CODE_ section)
"mapping" section is for gamepad only mode
"mapping_l" section is for gamepad + gyro mode (accelerometers)
to change a specific button, (e.g. gamepad mode "A" button) you need to change only the key name within the ["a ???"] section, ??? being the key name. (e.g. 'A': ["a Q"] would set button A to the Q key.)
then in your games/apps just set the keys to whichever you set.
this should work!
_________CODE__________
........................
mapping={
'U': ["a Left"], # dpad left
'D': ["a Right"], # dpad right
'L': ["a Down"], # dpad down
'R': ["a Up"], # dpad up
'A': ["a e"], # A
'+': ["a q"], # +
'-': ["a Escape"], # -
'1': ["a a"], # 1
'2': ["a w"], # 2
'H': ["a KP_Enter"], # home
'GU': ["a Up"], # gyro up
'GD': ["a Down"], # gyro down
'GL': ["a Left"], # gyro left
'GR': ["a Right"], # gyro right
'Z': ["a z"], # unknown
'C': ["a x"] # unknown
}
mapping_l={
'U': ["a s"], # dpad left
'D': ["a d"], # dpad right
'L': ["a Down"], # dpad down
'R': ["a Up"], # dpad up
'A': ["a e"], # A
'+': ["a q"], # +
'-': ["a Escape"], # -
'1': ["a a"], # 1
'2': ["a w"], # 2
'H': ["a KP_Enter"], # home
'GU': [""], # gyro up
'GD': [""], # gyro down
'GL': ["a Left"], # gyro left
'GR': ["a Right"], # gyro right
'Z': ["a z"], # unknown
'C': ["a x"] # unknown
........................
__________CODE__________
__________________
N9 / N900 Youtube Videos
N9 "Faster, Darker, Better" Theme Pack
---
www.F2thaK.com
Last edited by F2thaK; 2010-02-07 at
09:01
.
Quote & Reply
|
The Following 3 Users Say Thank You to F2thaK For This Useful Post:
BillyTheFish
,
skalogre
,
TooMuchMoney
F2thaK
View Public Profile
Send a private message to F2thaK
Visit F2thaK's homepage!
Find all posts by F2thaK