PID tuning utility

GUI app to tune and plot pid data from WALL-E robot

PID plotter is a app suite for tuning PID loop on ESP32 devices, it provides a esp-idf component library to communicate with the server.

Uses TCP sockets to receive control data and UDP sockets to transmit PID data to server.

Library to be used on the Microcontroller: https://github.com/VedantParanjape/pid-plotter-component

ESP-IDF component for pid-tuning-gui. This transports data, between the plotter and esp device.