Icom CI-V stepper
This revision is from 2019/05/12 21:57. You can Restore it.
Icom CI-V stepper allows tuning with stepper motor Nema 17 some devices dependancy to Icom frequency
Quick start guide
- Connect hardware (Stepper, Endstop switch, Power Supply, TX inhibit output, CAT)
- Configure over USB CLI
Hardware
Connect
Endstop
Stepper
BCD input
CAT
TX Inhibit output
Power supply
USB Command Line Interface (CLI)
Firmware
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
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};
- Enable serial debug if uncoment this line
#define SERIAL_debug
- CLI baudrate, default is 115200
const int BAUDRATE0 = 115200;