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
motor faders barely work at half the voltage/speed they are designed for.
if run with higher than 5v (should be 10 and testing at 12) they have a difficult time reaching the correct location and just vibrate because of overshooting the location.
so speed control with pwm and if possible PID.
The text was updated successfully, but these errors were encountered:
decided to use a separate mcu for the fader wings.
cause otherwise all the pid control/feedback had to go through 3+ levels of gpio expanders
now using something like a rp2040 on each wing that is directly connected to whatever is needed for the pid. that should also decreade the time needed/complexity for the other controls on that wing.
motor faders barely work at half the voltage/speed they are designed for.
if run with higher than 5v (should be 10 and testing at 12) they have a difficult time reaching the correct location and just vibrate because of overshooting the location.
so speed control with pwm and if possible PID.
The text was updated successfully, but these errors were encountered: