Need help in stabilising the quadcopter

Started by Varun Kumthekar, April 05, 2016, 05:37:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Varun Kumthekar

Hi ,
I am developing a quadcopter as a part of my project. I have 40A wolfpack ESC, avionics 1100kv motor and 10*4.5 propellers. I have mounted the setup and using arduino 2560 as a controller with the PID library for arduino.
I am unable to stabilise the quadcopter. The setup for testing is that I have pinned down one of the axis and testing PID for only one.

I am based in Pune, Maharashtra and need help with this stabilising. Any suggestions will be greatly helpful and if anyone based in pune has worked on this, if he is OK with this I can come down to his place with the setup

Thanks
Varun

Swapnil

Which sensor board are you using?
Use your own PID equation instead of the arduino library. That way, it will be faster and easier.

Varun Kumthekar

I am using MPU6050 accelero+ gyro. Can you provide me a sample code for PID and also its implementation
Right now I am directly adding the computed output to the milliseconds that are provided to ESC