We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › wrj4P5, WiiRemote P5 Library - Alpha
Pages: 1 ... 10 11 12 13 14 ... 16
wrj4P5, WiiRemote P5 Library - Alpha (Read 93295 times)
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #165 - Jan 13th, 2009, 1:09am
 
Okay, so I went through the computer and deleted every bluecove jar I could find got ride of some 2.1.0 and 2.0.3. Then I downloaded 2.0.3 from the server and dropped it in: Processing/libraries/wrj4P5/library

When I restart processing it still says 2.1.0. Should I downgrade my wrjP5 or wiimoteJ? Perhaps they are calling for 2.1.0 when it's not even there. What should I do?
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #166 - Jan 13th, 2009, 2:13am
 
I just downloaded WiimoteWhiteboard and not even that is connecting. What could be wrong here?

By the way, my setup is this:

in the Processing/libraries I have two folders:

wrj4P5
Loc


inside Loc is:

library   (which contains Loc.jar)
lll       (which contains the insides of Loc.zip)


inside wrj4p5 is:

library   (which contains bluecove-2.0.3.jar, Loc.jar(beta-004), WiiRemote.jar(v1.5), wrj4p5.jar(alpha-009))

lll       (which contains the insides of wrj4p5.zip)



Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #167 - Jan 15th, 2009, 6:02pm
 
arakourchians
your setup seem to be OK.
and
arakourchians wrote on Jan 13th, 2009, 1:09am:
Okay, so I  Should I downgrade my wrjP5 or wiimoteJ Perhaps they are calling for 2.1.0 when it's not even there. What should I do
i can only tell you my fact, and possibilities arround you.
i don't have no more suggestion. sorry...
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #168 - Feb 2nd, 2009, 6:23pm
 
Hi Classiclll,
thank you for your work! do you know if someone has got 2 or more wiimotes working in one sketch? I got one Wii remote working with the avetanaBluetooth.jar on OSX 10.5. (not with blucove yet), but I am not sure how to write the correct code to open a second connection.
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #169 - Feb 3rd, 2009, 2:32pm
 
hi mschebella
following links include answer

-Wiili forum
http://www.wiili.org/forum/multiple-remotes-t2867-s7.html

-my project wiki page for wrj4p5
http://sourceforge.jp/projects/wrj4p5/wiki/Wrj4P5%28en%29
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #170 - Feb 5th, 2009, 11:00am
 
Hi Classiclll,

How are you? Hope everything is going fine for you.

I was wondering if you had any plan on porting you library to processing 1.0.

X
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #171 - Feb 5th, 2009, 3:45pm
 
thank you!!!
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #172 - Feb 5th, 2009, 5:01pm
 
>TM
fine thank you, and youTM wrote on Feb 5th, 2009, 11:00am:
I was wondering if you had any plan on porting you library to processing 1.0.
i have released the alpha009 for 148+, and i think this version runs well on processing 1.0.+.
have you any trouble
my trouble is frequent failure to connect on the leopard.
so i got an external hdd to develop on the tiger.

>mschebella
you are welcome.
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #173 - Feb 5th, 2009, 7:26pm
 
Hi,

I am fine thank you.

Sorry for the silly question, you are right it works with processing 1.0. I supposed it didn't work the first time I tried because I was using bluecove 2.1. Anyway, it's me, I didn't think before asking.

I just bought a macbook with 10.5, I didn't have any problem connecting the wiimote, etc... but I haven't worked a lot on it, so I might get those problems later.

I get this message when connecting, Does that mean something?

Discover Remote called # 0
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #174 - Feb 8th, 2009, 10:35am
 
TM
never mind.feedback is always welcome.

TM wrote on Feb 5th, 2009, 7:26pm:
I get this message when connecting, Does that mean something

Discover Remote called # 0

changed from older version. the message says the first remote found.
Wrj4P5 can handle up to 7 devices, remotes and/or balanceboards.(and extensions for each remote)
that is an usual message.

Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #175 - Feb 18th, 2009, 11:05pm
 
Hi all,
So Im trying to get my code to compile just to test to make sure all of the libraries are installed and stuff, and apparently the WiiDeviceDiscoveryListener class cannot be found?  Anybody else have this error/know how to fix it?  Thanks a bunch!!

If it helps:
I have imported the wrj4P5 and Loc libraries and have the other necessary libraries added (i.e. avetanabluetooth libaries and wiiremotej jars) in the wrj4P5 folder in the library folder, and I have imported them into processing.
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #176 - Feb 21st, 2009, 6:15am
 
hi DGS3
what is your os/lib's ver./stack/test code/... ?
the message "the WiiDeviceDiscoveryListener class cannot be found" might say your installation is incorrect.
more information please.
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #177 - Feb 25th, 2009, 4:30pm
 
Source Code:
import lll.Loc.*;
import lll.wrj4P5.*;

Wrj4P5 wiimote;


void setup(){
 wiimote = new Wrj4P5(this).connect();
 if (wiimote.isConnecting())
   println("asdf");
}

Im running Windows XP with version 1.0.1 of processing.  I tried downloading all libraries from different sources a couple of times, all with the same results.
Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #178 - Feb 25th, 2009, 4:43pm
 
DGS3
the connecting process is performed asynchronously. so the connection process  may finish out of setup() process.your sketch must have the definition of draw().

Re: wrj4P5, WiiRemote P5 Library - Alpha
Reply #179 - Feb 25th, 2009, 4:58pm
 
to all user
i'm in the battle with P5 1.0.1 in case of two remotes on the PPC Mac with the OSX 10.5.5.
currently i have no reproductive condition.
any status report are welcome.

Pages: 1 ... 10 11 12 13 14 ... 16