Skip to content

SWR_Hunt hunting interval  #5

Description

@SA5NTK

I am maybe walking on thin ice here.
To me it looks like that the hunting interval calculation (delta_Pos) assumes constant step size - 8 microsteps,
here

delta_Pos[ant] = delta_Pos[ant] - SWR_HUNT_RANGE * 8; // Set up start position for SWR Hunt

and here
if (delta_Pos[ant] >= (tmp_delta_Pos + SWR_HUNT_RANGE * 8))

while the step size can be 1,2,4 or 8 select in the meny.

Edit:
This maybe, after all, is on purpose. Selecting larger microsteps, if, for instance, there is a gear-box between stepper and capacitor. In that case stepper may need to turn at a lager angle for achieving reasonable hunt span
Well, the ice was thin, indeed:)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions