Update attiny firmware on StepperUNO: Difference between revisions

From lechacal
Jump to navigation Jump to search
(Created page with " =Overview= On the stepperUNO there are 2 attiny microcontrollers. Their purpose is to send the step clock signal to each motor. Both of them contain a firmware that might be...")
 
No edit summary
Line 7: Line 7:
Note that you might have to use the right library version against the version of the attiny84 firmware. See the compatibility table below.
Note that you might have to use the right library version against the version of the attiny84 firmware. See the compatibility table below.


stepperUNO 1.4 -> attiny_stepperUNO_v1.2.ino or attiny_stepperUNO_v1.3.ino
* stepperUNO 1.4 -> attiny_stepperUNO_v1.2.ino or attiny_stepperUNO_v1.3.ino
stepperUNO 1.5 -> attiny_stepperUNO_v1.4.ino
( stepperUNO 1.5 -> attiny_stepperUNO_v1.4.ino





Revision as of 09:48, 28 March 2022

Overview

On the stepperUNO there are 2 attiny microcontrollers. Their purpose is to send the step clock signal to each motor.

Both of them contain a firmware that might be needed to update.

Note that you might have to use the right library version against the version of the attiny84 firmware. See the compatibility table below.

  • stepperUNO 1.4 -> attiny_stepperUNO_v1.2.ino or attiny_stepperUNO_v1.3.ino

( stepperUNO 1.5 -> attiny_stepperUNO_v1.4.ino


Download

The attiny firmware is an Arduino sketch provided in the library itself.

Open the library zip file then go to the examples folder.

The appropriate attiny sketch is called attiny_stepperUNO_vx.x.ino.