eamars / OpenTrickler-RP2040-Controller

OpenTrickler controller application on RP2040 platform
https://discord.gg/ZhdThA2vrW
GNU General Public License v3.0
13 stars 8 forks source link

Create calibration routine #12

Open eamars opened 1 year ago

eamars commented 1 year ago

The calibration is inspired from https://www.youtube.com/watch?v=L6s8scDvwtc&ab_channel=AutoTrickler

Steps

  1. Calibrate maximum flow rate (stable) for both tubes to determine the maximum speed for both motor. It should also determine the stall threshold if the motor can't make it.
  2. Calibrate minimum flow rate (stable) for both tubes.
  3. Calibrate coarse tube overthrow ratio to determine minimum threshold for coarse motor to stop.
  4. Calibrate PID (how?)