Search found 9 matches

by wtsang02
Thu Oct 31, 2013 3:26 pm
Forum: Support
Topic: One of quad engines still running while on battery
Replies: 12
Views: 5573

Re: One of quad engines still running while on battery

Hi, I have the same issue on M4. Except its after hard crash. I have unsoldered M4 and just by putting the black and white circuits on M4 holes with battery mounted will will turn on M4 without powering crazyflie. Thanks if any solutions.
by wtsang02
Thu Oct 31, 2013 1:54 am
Forum: Support
Topic: Gryo X sensor fail.
Replies: 5
Views: 3325

Re: Gryo X sensor fail.

Well. Tomorrow I will be mailing it back to Seed. I have not flew this yet. So it wounldn't be a hard crash. I have soldered the motors first then attached battery, and realized this problem. I guess I should of tested it out first. I guess its manufacturing problem. Thanks again.
by wtsang02
Tue Oct 29, 2013 4:43 pm
Forum: Support
Topic: Gryo X sensor fail.
Replies: 5
Views: 3325

Re: Gryo X sensor fail.

Thanks for your reply. Mind if I ask, where do you mean by cracked soldering? soldering done by me on motoers? or the soldering done on the chip board by manifacter? Thanks alot.
by wtsang02
Sat Oct 26, 2013 9:49 pm
Forum: Support
Topic: Gryo X sensor fail.
Replies: 5
Views: 3325

Gryo X sensor fail.

SYS: Build 31:ba1d111112ad (2013.4) CLEAN SYS: I am 0x872447275552864966DFF48 and I have 128KB of flash! IMU: MPU6050 I2C connection [FAIL]. IMU: HMC5883L I2C connection [FAIL]. IMU: MS5611 I2C connection [FAIL]. MPU6050: Self test gyro X [FAIL]. low: 10.0, high: 105.0, measured: 0.0 I have read ab...
by wtsang02
Sat Oct 26, 2013 3:02 am
Forum: Support
Topic: Wire Strippers
Replies: 1
Views: 1795

Wire Strippers

I did something stuipd and i cut all the heads of the motor wire by a little. Now I realize i need longer wire(head) so I would need something to strip off the plastic. Anyone have any ideas how I can do this? or a wire stripper (cheap) that can strip such thin wire? Thanks alot.
by wtsang02
Mon Sep 30, 2013 7:45 pm
Forum: General discussions
Topic: What is x-client mode?
Replies: 2
Views: 4042

Re: What is x-client mode?

Thanks a lot for the reply. Now I understand.
by wtsang02
Mon Sep 30, 2013 7:43 pm
Forum: Developer Discussions
Topic: Android client with basic support for PS3 controller
Replies: 65
Views: 47489

Re: Android client with basic support for PS3 controller

Hi,

Thanks a lot for the reply. Due to objectives being different, I would have to create a new application. But I would follow closely on the current application.
Once again, good job for the great work.
by wtsang02
Fri Sep 27, 2013 7:21 pm
Forum: General discussions
Topic: What is x-client mode?
Replies: 2
Views: 4042

What is x-client mode?

Hi, theres alot of tail about x-client I have found but I cannot find a page where explains what is x-client mode.

I see in code:

Code: Select all

   if (xmode) {
            this.pitch = 0.707f * (roll + pitch);
            this.roll = 0.707f * (roll - pitch);
        }
But whats so spiecal about 0.707? Thanks.
by wtsang02
Fri Sep 27, 2013 7:15 pm
Forum: Developer Discussions
Topic: Android client with basic support for PS3 controller
Replies: 65
Views: 47489

Re: Android client with basic support for PS3 controller

Hi, I would like the thank you guys for this awesome app that you guys have made. I would like to ask a few questions: 1)Why isn't there a consistent coding style? e.g. members and variable names have different styles, preference keys some have '_bool' denoted that its a boolean but some don't. 2)Wh...