1

For the SAE Aerodesign competition, there is a requirement to create an electric RC airplane that does not exceed 750 W of power consumption at any time. The electrical circuit consists of a 22.2 V (nominal voltage) Li-ion battery connected to an ESC (DC motor speed controller) to power and control the brushless motor and also connected to a device called a BEC (Battery Eliminator Circuit) which is basically a step-down regulator to 5 V to power the receiver and servos.

I would like to know how I can create a circuit that does not allow consuming more than 750 W at any time during the flight

Davide Andrea
  • 16,164
  • 4
  • 33
  • 62

2 Answers2

2

It's not straight forward. You will need to measure the battery voltage and the battery current, multiply the two to get the power, compare that to 750 W, feed that into a servo loop, whose output overrides the speed control input to the Electronic Speed Control (ESC). You can to all that with the a microcontroller with A/D inputs and a PWM output.

Davide Andrea
  • 16,164
  • 4
  • 33
  • 62
0

It's not enough to do it. You also need to prove it.

So you shouldn't be asking us how to do it.

You should be asking your sanctioning agency what their criteria are so that your airplane is "inspectable" to affirm it meets the requirements. That will generally inform (or force) your design.