Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 495 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 495 Bytes

PID-Controller

PID Controller for abstacle avoiding robot

PID Specifications

  • Zero Steady State error
  • Settling time (Ts) less than 0.25s
  • Overshoot (Mp) less than 5%

Specifications

Microcontroller: ESP32
Feedback Module: Digital IR sensors (5)
Other Module: LCD, LM298

Working

Five digital IR sensors are used for poition and obstacle feedback of robot which then is sent to ESP32 and PID is implimented finally the results are displayed on the LCD.