# 04/01/2023 - Overvoltage Issue

## Issue outline

The ESC overvoltage threshold can be influenced by the setup such that the unit enters a state where the commanded throttle will not drop until a 'zero' throttle command is received. This will almost always result in losing control and can be dangerous to the aircraft and surrounding users.

200 ms after ESC startup, the supply voltage is sampled, where the maximum regenerative braking voltage threshold is taken as 120% of this point. If the supply voltage is above this level at any time after that, an over-voltage error is raised. While an over-voltage error is raised, the throttle will not be reduced unless the flight controller commands a zero throttle. The issue affects a small group of setups where the rise time of the supply voltage is slow enough that the voltage reaches less than 80% of the actual supply voltage within 200 ms.&#x20;

This can happen when using anti-spark connectors to connect the batteries, particularly with long wiring and significant levels of added capacitance.

This feature aimed to prevent motor braking from pushing too much power back into the batteries, which could lead to overcharging of the batteries or excessive spikes on the ESC inputs.

## Units affected

The issue affects off-the-shelf hardware variants of the following APD ESCs:

* [F-Series](/products/f_series.md)
  * 80F3
  * 120F3
  * 200F3
* [HV Series](/products/hv_pro.md)
  * HV 14S
* [HV\_Pro Series](/products/hv_pro.md)
  * HV\_Pro 16S
  * HV\_Pro 20S
  * HV\_Pro 24S
* [UHV Series](/products/uhv.md)
  * UHV 20S
  * UHV 28S

Units running firmware **dated before November 2022** are susceptible. Setups with an input voltage rise time (power-on time) of over 200 ms are affected. Setup characteristics such as long input leads, anti-spark connectors, large pre-charge resistors and large input bulk capacitance are especially susceptible.

## Solution

A firmware update, which resolves the above issue, is available. Instructions to update units can be found below, depending on the hardware series. Units shipped from Jan 2023 onwards will be pre-flashed with updated firmware.

[F Series Production Firmware](/downloads/firmware-releases/f-series-production-firmware.md) - Minimum firmware is 2.3.0

[UHV and HV Pro Firmware](/downloads/firmware-releases/uhv-and-hv-pro-firmware.md) - Minimum firmware is 2.1.0

For any further details or support, please don't hesitate to [contact APD](/products/help.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powerdrives.net/product-notices/04-01-2023-overvoltage-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
