Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wiimotes won't return any Gyro values to FreePIE #1

Open
meduzo opened this issue Jan 26, 2017 · 14 comments
Open

Wiimotes won't return any Gyro values to FreePIE #1

meduzo opened this issue Jan 26, 2017 · 14 comments

Comments

@meduzo
Copy link

meduzo commented Jan 26, 2017

Tested with a Win 8.1 Computer

@ajayyy
Copy link
Owner

ajayyy commented Jan 26, 2017

Sry, can you put this on the FreePIE page? Thanks

@meduzo
Copy link
Author

meduzo commented Jan 26, 2017

Done :) sorry I misunderstood

@ajayyy
Copy link
Owner

ajayyy commented Aug 24, 2017

This could be because FreePIE needs Wii motion plus

@migero
Copy link

migero commented Sep 16, 2017

works fine on my side with motion plus

diagnostics.watch(wiimote[i].ahrs.pitch)
diagnostics.watch(wiimote[i].ahrs.roll)
diagnostics.watch(wiimote[i].ahrs.yaw)

@ajayyy
Copy link
Owner

ajayyy commented Sep 16, 2017

Ah, I see. Sad for me because I don't have wii motion plus. I'll add that to the notice. Thanks!

@migero
Copy link

migero commented Sep 16, 2017

do you happen to have LeapMotionFreePIEPlugin i can't find it anywhere and on forum it's down

@ajayyy
Copy link
Owner

ajayyy commented Sep 16, 2017

Yes I do, I have uploaded it to the github repo. It's so sad that dropbox has broken all of these links.

@migero
Copy link

migero commented Sep 16, 2017

tnx a ton

@jensuss
Copy link

jensuss commented Sep 16, 2017

i've been following this github for months, never gotten it to work tho. (also i got motion plus)

@ajayyy
Copy link
Owner

ajayyy commented Sep 16, 2017

@migero No problem, please tell me if everything works out in the end.

@jensuss Darn, I thought that might be the issue. Have you tried this?

diagnostics.watch(wiimote[i].ahrs.pitch)
diagnostics.watch(wiimote[i].ahrs.roll)
diagnostics.watch(wiimote[i].ahrs.yaw)

Because someone fixed another issue where the controllers did not pop up at all a couple weeks ago, maybe that was just the issue. Not sure though because I don't have a motion plus controller to test with sadly.

@migero
Copy link

migero commented Sep 16, 2017

also adding

i=0

wiimote[i].enable(WiimoteCapabilities.MotionPlus)

makes the gyro start working

but the values are to big need to get divided alot but some progres is on

@ajayyy
Copy link
Owner

ajayyy commented Sep 16, 2017

Oh, I see. That's how you get it working.

@ajayyy
Copy link
Owner

ajayyy commented Nov 2, 2017

@migero Hey, how exactly did you get it to work like that? In #4 I am trying to help someone get it working

@GranServer96
Copy link

Hello! I have a question, how can I only use the gyroscope of the Wiimote
I explain:
I see that all the codes and posts talk about how to use MotionPlus but I only want to use the Wiimote Gyroscope without connecting MotionPlus

Before I could do it in GlovePie using this simple code:

PPJoy.Analog3 = -( Wiimote.RawAccX )
PPJoy.Analog4 = -( Wiimote.RawAccZ )

But now that I use FreePie and the programming is Python I can't find how to do the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants