 |
WiiLi.org a new revolution
|
| View previous topic :: View next topic |
| Author |
Message |
Riku
Joined: 27 Jan 2008 Posts: 4
Digg It |
Posted: Sun Jan 27, 2008 6:41 am Post subject: |
|
|
Hello. I've read every single thread I can find on this subject. I am running Vista. I have a Broadcom 2045 BT dongle. I connect to my wiimote. Everything connects fine. I load up GlovePie .3, write or open some scripts. I can mess around with the LEDs, the rumble, and the speaker (to what i know, volume and freq). Though, anything that needs some FROM the wiimote does not work. I tried bluesol, reading about that setting up to run in XP SP2 and what not. But, like said above, more problems. It wouldnt let me even connect to the wiimote. So i uninstalled the bluesol. Now, its back to connecting, but being write only. Please help. I've seen 1000000 threads with this as the question, yet no solutions. There has to be one. Thank you.
EDIT: I FIXED IT! IM SO HAPPY! ^_^ Stupid fix though. Took out the battery for 20 seconds, put it back in. I used the sync button afterwards, dunno if that mattered. |
|
| Back to top |
|
 |
Ryane
Joined: 06 Jan 2008 Posts: 4
Digg It |
Posted: Sun Jan 27, 2008 3:27 pm Post subject: |
|
|
| Pumxee wrote: | @ryane.. I have the same adapter!
I HAVE THE SAME PROBLEM!
WHATS THE CURE....
Anybody>>??? |
I've pretty much given up trying now.
Until a new version of GlovePIE comes out with the GetInputReport functionality I don't think there's anything we can do.
Just patience now. |
|
| Back to top |
|
 |
punx777
Joined: 28 Jan 2008 Posts: 2
Digg It |
Posted: Mon Jan 28, 2008 11:56 pm Post subject: |
|
|
| Code: | //Wiibrator v2.0
//By deceased
// Does not control mouse so feel free to surf ^^
// Leds let you know your speed
// pressing B turns it off
if wiimote.B then
var.rmbl = false
wiimote.Led1 = false
wiimote.Led2 = false
wiimote.Led3 = false
wiimote.Led4 = false
endif
//rumble script
if var.rmbl then
wiimote.Rumble = 1
wait 1 ms
wiimote.Rumble = 0
wait var.time ms
endif
//choose speed with d-pad
//up = 1, left = 2, right =3, down = 4
if wiimote.Up then
wiimote.Led1 = true
wiimote.Led2 = false
wiimote.Led3 = false
wiimote.Led4 = false
var.time = 50
var.rmbl = true
elseif wiimote.Left then
wiimote.Led1 = true
wiimote.Led2 = true
wiimote.Led3 = false
wiimote.Led4 = false
var.time = 40
var.rmbl = true
elseif wiimote.Right then
wiimote.Led1 = true
wiimote.Led2 = true
wiimote.Led3 = true
wiimote.Led4 = false
var.time = 25
var.rmbl = true
elseif wiimote.Down then
wiimote.Led1 = true
wiimote.Led2 = true
wiimote.Led3 = true
wiimote.Led4 = true
var.time = 0
var.rmbl = true
endif |
Would you guys try this code? i have found it to be the only script so far that allows me to read from the wiimote!!! |
|
| Back to top |
|
 |
GizmoTheGreen
Joined: 14 Nov 2006 Posts: 121
Digg It |
Posted: Tue Jan 29, 2008 8:32 am Post subject: |
|
|
whats the other code your trying to execute?
maybe your doing your code wrong? no offense. _________________ Project starter/leader of TrueLoveDS |
|
| Back to top |
|
 |
Pumxee
Joined: 24 Jan 2008 Posts: 9
Digg It |
Posted: Tue Jan 29, 2008 8:52 pm Post subject: |
|
|
I try the builtin TESTWIIMOTE code. in glovepie..
Nothing hapens...
Sometimes when using a different code.. the flashing lights may become stabe or one or two of them may become solid..... thats it though..... it never works... |
|
| Back to top |
|
 |
Riku
Joined: 27 Jan 2008 Posts: 4
Digg It |
Posted: Wed Jan 30, 2008 11:20 am Post subject: |
|
|
I've noticed, despite all walk-throughs, I can only connect to the wiimote with the sync button. When ever I, as walk-throughs say to do, hold 1 & 2 to connect to my comp, I only get write access. If I take out the batteries for 20 seconds, then try again, but with the sync button on the back, it works perfectly. For all of you who have not tried this (like me, due to no one mentioning it), I heavily suggest you try it. Dunno if that helps any, thought I'd try.
PS. I use the broadcom 2045. So if you use it too, it IS doable. Keep trying. |
|
| Back to top |
|
 |
Pumxee
Joined: 24 Jan 2008 Posts: 9
Digg It |
Posted: Fri Feb 01, 2008 7:43 am Post subject: |
|
|
That worked mate.
Perfectly done!
Just take the batteries out of the wiimote.
Then, use the sync button instead of the 1+2.
It should work...
Try it! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|