Lesson 5b-Feedback Control With Arduino
Lesson 5b-Feedback Control With Arduino
• Overview
• Implementation
• Conclusion
• Anatomy of Arduino,
• How does it work?
• Functions of Arduino
• System using Arduino (w or w/o laptop)
• How to use Arduino in the feedback control?
VS
Arduino - Controller
Sensor - Angle
September 2016 11
Implementation
Control Actuator by PWM (Pulse Width Modulation)
September 2016
Implementation
Control Sensor
September 2016
Implementation
PID controller
September 2016
Implementation
One cycle of PID controller
The first
1st 2nd 3rd 4th …
cycle
Time domain Period
September 2016
Implementation
The important of period
September 2016
Implementation
Proportional - P term
September 2016
Implementation
Integral - I term
September 2016
Implementation
Integral - I term
September 2016
Implementation
Simple PID controller
September 2016
Conclusion
Summary characteristics of P,I,D
P term = 0; I term largest D term largest
September 2016
Conclusion
Summary characteristics of P,I,D
September 2016
Master Project – Month Year 28