arduino drone

Hey, i just thought of making a drone, i didn't construct the drone yet, but decided on working on the program a little.
I'm using a mpu 6050 module, and a arduino UNO.
I am using the multiwii software for the flight controller.

1.After i open the multiwii, i don't get any values, all is see is straight lines.
2.The pin 13 led on my arduino keeps blinking.

Can someone help me pls.

You've probably done something wrong.

HTH

PROBOT135:
2.The pin 13 led on my arduino keeps blinking.

Did you remember to replace Blink with your drone sketch?

Yeah, I uploaded the drone sketch, yet it blinks and the values from the gyro is not changing. The output screen just shows straight lines. If i restart the program the values fluctuates for a second and then again becomes normal.

You might put a serial print like "drone starting" in the setup and send it to the serial monitor to verify your drone code loaded and started.