platform-atmelavr icon indicating copy to clipboard operation
platform-atmelavr copied to clipboard

Request support for board uStepper S based stepper driver and encoder

Open smukkejohan opened this issue 3 years ago • 3 comments

Please add support for uStepper S made by ON Development (https://www.ustepper.com/)

uStepper S is an Arduino compatible board, with integrated stepper driver and 16-bit rotary encoder, mounted directly on the back of a NEMA 17 size stepper motor.

  • Uses a 328PB MCU
  • Installation instructions for use with Arduino IDE here as well as all relevant src code https://github.com/uStepper/uStepperS

smukkejohan avatar Aug 10 '22 07:08 smukkejohan

Can be made to work already by adding the variant folder and board definition to the project: See forum and project.

maxgerhardt avatar Aug 10 '22 14:08 maxgerhardt

Thanks, @maxgerhardt, for the provided solution!

ivankravets avatar Aug 11 '22 09:08 ivankravets

This however slightly outdated, the core has moved on, and has also modified libraries/, which now would need a new core package to integrate it correctly, instead of my solution of just copying the variant folder (+ new board JSON).

maxgerhardt avatar Aug 11 '22 09:08 maxgerhardt