You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The time needed for one control cycle consists of 5ms needed by the ADC and an unknown time for the I2C communication with the servo driver.
In order for the P/D controller to function well, it is important to keep that timespan as short as possible.
Previous tests with conversion times for getting the balls position of around 1ms improved the regulation extreme, so switching to a faster ADC is also required. (6bit ADC should work)
Measure time needed by the I2C motorcontroller (Shouldn't take longer than around 2 milliseconds)
Use faster ADC (current one supports 840 conversions/second)
The text was updated successfully, but these errors were encountered:
The time needed for one control cycle consists of 5ms needed by the ADC and an unknown time for the I2C communication with the servo driver.
In order for the P/D controller to function well, it is important to keep that timespan as short as possible.
Previous tests with conversion times for getting the balls position of around 1ms improved the regulation extreme, so switching to a faster ADC is also required. (6bit ADC should work)
The text was updated successfully, but these errors were encountered: