Karma: +3/-0
Posts: 39
Offline
|
 |
« on: May 17, 2009, 06:32:40 PM » |
|
|
|
|
|
« Last Edit: January 04, 2011, 08:08:46 PM by eziosoft »
|
Logged
|
|
|
|
Karma: +3/-0
Posts: 39
Offline
|
 |
« Reply #1 on: May 17, 2009, 06:33:33 PM » |
|
reserved
|
|
|
|
« Last Edit: May 22, 2009, 11:05:02 PM by eziosoft »
|
Logged
|
|
|
|
Support Admin
Karma: +49/-0
Posts: 1178
Offline
|
 |
« Reply #2 on: May 18, 2009, 06:22:50 AM » |
|
eziosoft What do you mean by time restricted? benpaddlejones 
|
|
|
|
|
Logged
|
|
|
|
Karma: +3/-0
Posts: 39
Offline
|
 |
« Reply #3 on: May 18, 2009, 07:48:58 AM » |
|
from July 17 2009 it is freeware.
|
|
|
|
« Last Edit: July 19, 2009, 10:47:59 AM by eziosoft »
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 18
Offline
|
 |
« Reply #4 on: July 19, 2009, 02:58:51 AM » |
|
Hey whats up dude, this is a really cool app that you have created. Is there dual Wiimote support for it?
-Akshay
|
|
|
|
|
Logged
|
|
|
|
Karma: +3/-0
Posts: 39
Offline
|
 |
« Reply #5 on: July 19, 2009, 10:49:30 AM » |
|
I have only one wiimote so I can't test my program with two wiimotes. I don't think that I'll add multi wiimote functionality.
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 18
Offline
|
 |
« Reply #6 on: July 20, 2009, 08:03:13 PM » |
|
Oh ok. Do you know of any other program that can measure pitch and roll for multiple remotes? (2) Thanks!
-Akshay.
|
|
|
|
|
Logged
|
|
|
|
Karma: +3/-0
Posts: 39
Offline
|
 |
« Reply #7 on: July 22, 2009, 12:50:26 AM » |
|
no
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 18
Offline
|
 |
« Reply #8 on: August 02, 2009, 01:40:40 AM » |
|
Hey Ezio, What trig equations do you use to compute the pitch and the roll? I have some but I think they are wrong. THis is roll : ((180 / Math.PI) * Math.Acos(double.Parse(ws.AccelState.X.ToString())))); This is pitch : (int)((180 / Math.PI) * Math.Asin(double.Parse(ws.AccelState.Y.ToString()))));
Your's seems right to me.
|
|
|
|
|
Logged
|
|
|
|
Karma: +3/-0
Posts: 39
Offline
|
 |
« Reply #9 on: August 10, 2009, 03:10:20 PM » |
|
now I use these: roll = Math.Atan2(x, z) * (9 / 0.5 * Math.PI) pitch = Math.Atan2(y, z) * (9 / 0.5 * Math.PI)
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 18
Offline
|
 |
« Reply #10 on: September 04, 2009, 03:17:16 AM » |
|
Sweet thanks so much!
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 1
Offline
|
 |
« Reply #11 on: September 08, 2009, 01:21:00 PM » |
|
This software is great. I am curious if it will be at all possible to also add WiiMotionPlus support? I don't know how it works (accelerometers or something else), but that would allow for a whole new world of custom motion sensing projects.
Keep up the good work.
|
|
|
|
|
Logged
|
|
|
|
Karma: +0/-0
Posts: 18
Offline
|
 |
« Reply #12 on: October 19, 2009, 05:37:13 AM » |
|
Is there any way to measure the yaw using the x,y,z acceleration data? I haven't had much success with it
|
|
|
|
|
Logged
|
|
|
|
Karma: +3/-0
Posts: 39
Offline
|
 |
« Reply #13 on: October 20, 2009, 06:45:01 PM » |
|
no. this is not possible. you can do it by using WiiMotionPlus. But I dont have it and g-force analyzer want support it
|
|
|
|
|
Logged
|
|
|
|
Karma: +3/-0
Posts: 39
Offline
|
 |
« Reply #14 on: November 05, 2009, 06:51:37 PM » |
|
I'm thinking about new version. What ideas do you have ? What can I add? If you want two wiimotes support you have to support me  because I have only one wiimote. You can donate on my web site : http://ezio.ovh.org/
|
|
|
|
|
Logged
|
|
|
|
|