# ADRC (Active Disturbance Rejection Control) Component [](https://components.espressif.com/components/espp/adrc) The `adrc` component provides reusable active disturbance rejection control implementations for ESPP applications. ## Features - Linear first-order ADRC - Linear second-order ADRC - Han-style nonlinear first-order ADRC - Han-style nonlinear second-order ADRC - Han tracking differentiator utility for smoothing references and estimating reference rate - Thread-safe configuration and state updates ## Example The [example](./example) shows how to use the ADRC classes against simulated first-order and second-order plants with injected disturbances.
2082ff92f3117e6dd4360cb50d85cc6a6f6413f9
idf.py add-dependency "espp/adrc^1.1.2"