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

Wiimote Motion Plus not detected #189

Open
Wanchai290 opened this issue May 26, 2020 · 3 comments
Open

Wiimote Motion Plus not detected #189

Wanchai290 opened this issue May 26, 2020 · 3 comments

Comments

@Wanchai290
Copy link

Wanchai290 commented May 26, 2020

Hey there, I'm still not used to Github so excuse me if I do some things wrong.

I'm using FreePIE 1.11.724 on Windows 10 with a 64-bit machine, and I'm having trouble with the usage of the Wiimote's (RVL-CNT-01) Motion Plus extension with FreePIE
The button input is detected but there's only the gyroscopic data that I can't get, simply because FreePIE thinks there isn't one.
I've tried on a totally different computer, same problem.

I used this code to check if it detected it, as when I tried to read the gyro data, it was always 0

if starting:
	diagnostics.debug(wiimote[0].capabilities.has_available_capability(WiimoteCapabilities.MotionPlus))
	diagnostics.debug(wiimote[0].capabilities.has_enabled_capability(WiimoteCapabilities.MotionPlus))
	
	wiimote[0].enable(WiimoteCapabilities.MotionPlus)

	diagnostics.debug(wiimote[0].capabilities.has_available_capability(WiimoteCapabilities.MotionPlus))
	diagnostics.debug(wiimote[0].capabilities.has_enabled_capability(WiimoteCapabilities.MotionPlus))

The console always shows False when tested
It is similar to an issue that was posted here, and since it didn't get any fix I'm posting this again as I need it.

@AndersMalmgren
Copy link
Owner

I have lost all my wiimotes when I moved to my new place plus I don't really have time for freepie anymore. I know other dev's lurk around here that have access to said hardware though and they might be able to help.

Good luck!

@AndersMalmgren
Copy link
Owner

Btw we use dolphins wiimote code albait heavy modified, does everything work in dolphin?

@Wanchai290
Copy link
Author

Yes my brother used these Wiimotes with Dolphin with their Motion Plus extension and it was perfectly working, thanks for your quick input !

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

2 participants