Icom CI-V stepper
This revision is from 2019/05/12 21:53. You can Restore it.
Icom CI-V stepper allows tuning with stepper motor Nema 17 some devices dependancy to Icom frequency
Quick start guide(Edit)
- Connect hardware (Stepper, Endstop switch, Power Supply, TX inhibit output, CAT)
- Configure over USB CLI
Hardware(Edit)
Connect(Edit)
Endstop(Edit)
Stepper(Edit)
BCD input(Edit)
CAT(Edit)
TX Inhibit output(Edit)
Power supply(Edit)
Firmware(Edit)
For upload firmware you have two possibilities
- Download source from GitHub and compile in Arduino IDE
- Download compiled binary from release page and upload with some tool
Firmware source(Edit)
contains some settings which does not available from CLI
- Time (second number in ms) after which reduce stepper current and save last position to eeprom, if disable endstop
long CurrentRunTimeout[2] = {0,1000};