Hi,
there is a typo in the lastest firmware.
in driver_board.cpp line 402: digitalWrite(DRV8825M2, 0);
should be : digitalWrite(MS3, 0);
Also when compiling for DRV8825 error comes up saying : Compilation error: #error STEPSPERMOTORSHAFT360 not defined
none of the defines for DRV8825 are defined (uncomented). Not sure if that's on purpose.
is fixed by uncomenting one of the lines between 60 and 85 in myrotator_config.h
thanks for awesome work btw.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
there is a typo in the lastest firmware.
in driver_board.cpp line 402:
digitalWrite(DRV8825M2, 0);
should be :
digitalWrite(MS3, 0);
Also when compiling for DRV8825 error comes up saying :
Compilation error: #error STEPSPERMOTORSHAFT360 not defined
none of the defines for DRV8825 are defined (uncomented). Not sure if that's on purpose.
is fixed by uncomenting one of the lines between 60 and 85 in myrotator_config.h
thanks for awesome work btw.
Thanks, much appreciated. I will take a look
Compilation error: #error STEPSPERMOTORSHAFT360 not defined
Yes, in myrotatorconfig.h that one them must be defined. It may have been that I did nor make this clear enough.
in driverboard.cpp line 402: digitalWrite(DRV8825M2, 0);
should be : digitalWrite(MS3, 0);
Correct.
Regards
Robert
Regards
Robert