About

Gender

Male


Location

Singapore


About Me:

Final Year Project Student


Please tell us a bit about your UAV interest

Currently doing a project that requires me to interface Ardupilot, XYZ sensor, XBee together.


Hometown:

Singapore


Activity Feed

Darren Ng replied to Darren Ng's discussion Need some help seriously..
"help~"
Nov 14, 2010
Darren Ng posted a discussion
Hi guys..I've done a short program for transmission of a certain character.if (Serial.available() > 0) {        incomingByte = Serial.read();                if ( incomingByte == 49 ) // 49 is ASCII for 1                {                   …
Nov 11, 2010
Darren Ng posted a discussion
Is it possible to toggle from manual mode to stabilize mode without the usage of a RC? I am thinking of using Microsoft Visual studio to do the job. Modifying the program so that example F1 is pressed, the plane will toggle from manual mode to…
Nov 6, 2010
Darren Ng replied to Darren Ng's discussion some Arduino programming help required..
"How do i modify the "while ( incomingByte == 97 && Serial.available () == 0)" so that if a is press, it turn 45degree, when i release, it goes back to 0degree instead of staying at 45.."
Nov 5, 2010
Darren Ng posted a discussion
i am using this short program..Servo myservo; int pos = 0; void setup() {      myservo.attach(9);}void loop() {    incomingByte = Serial.read();    while ( incomingByte == 97 && Serial.available () == 0) //left aileron    {       …
Nov 1, 2010
Darren Ng posted a discussion
Hey guys, is it possible to upload program wirelessly with XBEE? If yes, how do I do the connection?Because I wish to do an enhancement of my project. I've been tracking each color pin of the FTDI but I could not really understand how to do this, if…
Oct 25, 2010
Darren Ng replied to Darren Ng's discussion Question on testing the XY and Z sensors ( suggestions are required )
"Help!!"
Oct 10, 2010
Darren Ng replied to Darren Ng's discussion bearing (ground_course) in Ardupilot 2_7
"HELP!"
Oct 10, 2010
Darren Ng posted a discussion
I am currently using the Ardupilot 2_7 program and currently trying to read the ground_course value for my bearing indicator.Some questions:are the values accurate?is the value measured by the GPS? if yes for the above question, someone teacher me…
Oct 6, 2010
Darren Ng posted photos
Oct 5, 2010
Darren Ng replied to Tommy's discussion ArduPilot GCS cannot display Course from 180 to 360 degree
"Hey, can i ask you that how fast are u receiving your course data? means how fast is it refreshing? I am using the latest 2_7 program and the data is refreshing rather slowly.."
Oct 5, 2010
Darren Ng posted a discussion
Hi all! (:I currently able to test the XY and Z sensor accurately outdoor.I am currently testing the sensors using This is how I mount the sensors together with the AP on this piece of foam.And to get accurate values with accurate degrees of tilt,I…
Oct 5, 2010
Darren Ng replied to Winfried Uphues's discussion ADDING TELEMETRY
"Can i ask what GPS hardware are you using?
As you said your heading is working? Do you mean that it works exactly like a compass?
Because I am using a GPS EM-406 and I am unsure how to read my current heading in degrees.
If the heading is referring…"
Sep 21, 2010
Darren Ng commented on AVS's photo
"I am using the same air gauges for my project and i need to get the values of the altitude and heading indicator properly. and i realised that the altitude provided by the EM406 gps module is not the one we need.
and from the CRS and BER values, how…"
Sep 21, 2010
Darren Ng commented on AVS's photo
"by using the CRS and BER values, how to i calculate the bearing value?"
Sep 21, 2010
Darren Ng commented on AVS's photo
"do you still have the zip file of this project? because the links in the previous posts are broken.."
Sep 21, 2010
More…