Questions tagged [quad-copter]

This should be used when asking any question about quadcopters.

Also called Quadrotor Helicopter, a Quadcopter is a helicopter that is propelled by four rotors. Typically, two of the rotors are set two clockwise and two counter clockwise. By the variation of the RPM of these rotors, torque, thrust and lift are controlled.

More valuable details on Wikipedia.

54 questions
5
votes
1 answer

How would you dampen this little quadcopter?

Well, I made a little quad from scratch. From scratch as in from PCB design. After assembling, testing, some coding, it turns out my accelerometers get WAY TOO MUCH vibrations and I can't detect orientation using Kalman filter... Bump! Has anyone…
user1906583
  • 145
  • 5
4
votes
3 answers

4 channel software PWM using Atmega16 for controlling 4 ESCs for brushless DC motors

I am trying to implement software implemented PWM for controlling 4 ESCs using an atmega 16 microcontroller. To achieve that I am sequentially generating the pulses for each ESC one by one in every period of the signal. Here's the code - #define…
3
votes
4 answers

PID controller slowly oscillates out of control

I am trying to tune PID controllers for my drone. There are 3 controllers, one each for Pitch, Yaw and Roll. I have gotten Yaw tuned to a reasonable amount and I am assuming the values for Kp, Ki and Kd are pretty much the same for pitch and…
3
votes
1 answer

Identifying the bottleneck component in a Quadcopter build [Jerking motors]

I started making my first ever quadcopter last week, I didn't really have any idea about the components to use beforehand and I ordered somewhat randomly after reading up a little bit about the ratings and incompatibilities of components online. The…
3
votes
3 answers

MPU-6050 angle readings under mechanical vibrations

I'm in process of making a quadcopter. At this point I encountered a problem with MPU-6050 angle calculation. When quadcopter is stationary with motors in off state and I'm tilting it, angle readings in all 3 axis is good, but when motors are in on…
3
votes
2 answers

ESC motor and battery matching

How can you tell if an ESC, brushless motor and Li-Po battery will work together. Specifically, I have a A2212 Outrunner Brushless Motor KV2200, 30A Brushless Speed Controller ESC and I am looking for a battery to run this system. Motor ESC
DSchana
  • 167
  • 1
  • 2
  • 7
3
votes
2 answers

Quad copter - from PID values to motor power

I am struggling with a completely self built/written quad copter I am working on. I am working on the PID controller for balance, right now just with a P value and it only reacts on ROLL and PITCH to minimize potential errors. I put the prototype…
John
  • 213
  • 3
  • 12
2
votes
2 answers

Is it normal for a transistor running a motor to be very hot?

I've researched for a few hours but I'm still concerned. I'm building a very low budget quadcopter (think toothpicks) and as I've seen on this site, a D10N05 mosfet would do the job. I've visited 3 of the largest electronics shops in my area but…
Aloha
  • 624
  • 7
  • 23
2
votes
2 answers

How to run ATmega328P-PU using 3.7v Lipo 600mAh?

I want to run bare ATmega328P-PU using 3.7v 600mAh Lipo Battery. The Lipo is used to run Nano Quadcopter. The discharge rate is 20C. My Question is: 1. Will connecting Lipo to my atmega directly fry up my chip? 2. Do I need any Voltage regulator?
AngryBird
  • 35
  • 1
  • 5
1
vote
1 answer

Unreliable wireless comunication between 2 arduino boards

I am facing a strange and very frustrating issue while realizing a basic radio comunication between 2 arduino boards, one Arduino Nano and one Arduino Uno. For such a purpose, I am using the NRF24L01 wireless module, which comunicate with the boards…
Alex Foglia
  • 113
  • 5
1
vote
1 answer

How to prevent a battery powered microcontroller(ESP32) from reseting when motors start running?

I am working on a brushed motor quadcopter. It is powered by a 3.7V LiPo Battery. I have an ESP32 microcontroller which sends PPM signal to a SP Racing F3 EVO Brushed flight controller. The 3.3V to the ESP32 are provided by a LDO…
Soham
  • 75
  • 3
1
vote
2 answers

Can you discharge a 3s LiPo battery from both its main plug and it’s balance plug?

So I’m building a quadcopter, and I want to be able to use the same battery to power both the escs and the flight controller. However, the escs are connected to the PDB which is connected to the main plug of the lipo. I was wondering if it was safe…
1
vote
0 answers

Beeper for lost FPV drone

I am not an expert in electronics, just the very basics so please bear with me. I am trying to create beeper alarm for my FPV drone that will activate when it crashes or no movement for certain period. There are some important requirements. The…
Alex Robbin
  • 73
  • 1
  • 5
1
vote
1 answer

How can I find the transfer function of a quadcopter's motor?

I want a model of a quadcopter and, thus, I need the transfer function of the motor. Any suggestions on how to do it will be very helpful for me. Thanks.
1
vote
2 answers

Identifying a BLDC and its characteristics

I have some motors to be used in copters, can anyone tell me: a) if they are BLDC b) how could I find what current they would draw and their power ratings? c) what ESC should I use for it
1
2 3 4