A Python simulation of a PID (Proportional-Integral-Derivative) controller built to model DC motor speed control behaviour. The project simulates a real control loop including motor friction, ...
This project implements a basic PID controller on an STM32 microcontroller and provides a Python-based desktop GUI for real-time monitoring, parameter tuning, and response analysis. The STM32 side ...