Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hakan-demirli authored Mar 7, 2021
1 parent c7159b7 commit d73430b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ AA0D000000FFFFBB // reset = 0
![alt text](https://github.com/hakan-demirli/PID-FPGA/blob/main/14RPS.png?raw=true)
* Motor's response to disturbances under PID control:
![alt text](https://github.com/hakan-demirli/PID-FPGA/blob/main/Disturbance.jpg?raw=true)
Sudden up and down jumps that created the white halo effect are not a measurement error. They are created by a misaligned encoder and motor shaft.
# Possible Design Improvements and Current Flaws
* Rotatory Encoder creates 500 pulses for every rotation. But, the calculations are done by dividing the pulse count by 512 in order to avoid a separate division circuit.
* There is a bug with the multiplication circuit. The numbers are ~0.8% off.
Expand Down

0 comments on commit d73430b

Please sign in to comment.