johnnydean1 wrote:
If you hold it on its side (Like a X-box / PS3)
------------------------------------------------------------------------------------------
Up + |
Left Right 1 2 |
Down - |
------------------------------------------------------------------------------------------
Ah...
Offline
All right so you program a game hooked up to the wiimote with the picoboard. right?
Offline
No, we never got that far. You run glovepie and it turns the Wii Mote's output in to a key. This is called emulation.
So, the you could emulate the a key on the Wii Mote to press the a key on your keyboard.
Offline
I was thinking maybe use wiinremote to connect the wiimote via bluetooth, then write a python script that communicates with scratch
Offline
This has been done with Java I will post a link
Offline
Ok, look at this: http://code.google.com/p/wii2scratch/downloads/list
Next step, no extra program
Offline
I'm trying to make special blocks that use ascii values 128-156 for various wii sensing things. I think have the part of the code that is in Squeak working, but I can't get the part in Glove Pie working. Here are the things that it detects and there asciis: (this isn't in GlovePie)
Command=ascii A button = 128 B Button = 129 1= 130 2= 131 += 132 -= 133 Home= 134 D up= 135 D right= 136 D down= 137 D left= 138 C= 139 Z= 140 Joy up= 141 Joy right=142 Joy down=143 Joy left= 144 Shake=145 Swing vertical= 146 Swing Horizontal= 147 Swing up= 148 swing right= 149 Swing down= 150 Swing left= 151 Poke= 152 Cross arms= 153 Up down arms= 154 Clockwise circle= 155 Cclockwise circle= 156
Can anyone help with the GlovePie?
Offline
Billybob-Mario wrote:
I'm trying to make special blocks that use ascii values 128-156 for various wii sensing things. I think have the part of the code that is in Squeak working, but I can't get the part in Glove Pie working. Here are the things that it detects and there asciis: (this isn't in GlovePie)
Code:
Command=ascii A button = 128 B Button = 129 1= 130 2= 131 += 132 -= 133 Home= 134 D up= 135 D right= 136 D down= 137 D left= 138 C= 139 Z= 140 Joy up= 141 Joy right=142 Joy down=143 Joy left= 144 Shake=145 Swing vertical= 146 Swing Horizontal= 147 Swing up= 148 swing right= 149 Swing down= 150 Swing left= 151 Poke= 152 Cross arms= 153 Up down arms= 154 Clockwise circle= 155 Cclockwise circle= 156Can anyone help with the GlovePie?
Anyone?
Offline