Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by jaosef

  1. J

    DIY one-handed glove controller for quadcopter (Arduino based)

    It was a long time since I last posted a build-video here on the forum. Just finished a video of one of my earlier projects. This is of a one handed transmitter that controls a quadcopter. All the code and schematics are linked in the video description. I hope you enjoy it! Best regards, Josef
  2. J

    Stable Arduino Quadcopter with 30 min flight time

    Yes, I use a MPU6050, that is an IMU with both accelerometer and gyro. I use data from both the accelerometer and gyro in the filter to get less noise and better accuracy in the angle-estimates.
  3. J

    Stable Arduino Quadcopter with 30 min flight time

    The x, and y-angle are calculated by using the component of the gravitational force in each direction (this is measured by the accelerometer). That comes down to the expression: x_angle=atan(x_component/sqrt(y_component^2+z_component^2))...
  4. J

    Stable Arduino Quadcopter with 30 min flight time

    Yes, I use PID-control. I set the terms as: Px = (wanted_x_angle-current_x_angle)*kp Ix = Ix + (wanted_x_angle-current_x_angle)*dt*ki Dx = x_angle_rate*kd I do this for the x,y and z-angle.
  5. J

    Stable Arduino Quadcopter with 30 min flight time

    Thank you, all the anwsers to your questions can be found in the video + description. But to give som quick anwsers: Weight: 1054g Motor kv rating: 1200 Prop diam: 10" Battery capacity (total): 7400mAh @3s
  6. J

    Stable Arduino Quadcopter with 30 min flight time

    Hi, I've built a home made Arduino Quadcopter and made a video log of the build. The fligt time is about 30 minutes and the motor-to-motor size is about 152". Enjoy! https://www.youtube.com/watch?v=xUMeya-8dFQ

Part and Inventory Search

Back
Top