|
Programming issue with FYSETC S6 v2.0
Or, if using the latest master.... wire the Boot0 pin to the WeMos D1 Mini pin labeled "D7" then turn on the following option and see if that works (as it does for the STM32F411CE.:) #define DISPLAY_R
Or, if using the latest master.... wire the Boot0 pin to the WeMos D1 Mini pin labeled "D7" then turn on the following option and see if that works (as it does for the STM32F411CE.:) #define DISPLAY_R
|
By
Howard Dutton
· #29423
·
|
|
DEC Axis Homing problem....
There is certainly more potential for an unknown issue in an earlier version 4.x leading up to the current Beta. The current Beta is tested and known to work for at least myself. The current Master ha
There is certainly more potential for an unknown issue in an earlier version 4.x leading up to the current Beta. The current Beta is tested and known to work for at least myself. The current Master ha
|
By
Howard Dutton
· #29418
·
Edited
|
|
Switching mount type at runtime
From what I can see northern latitude users could switch without needing to reverse Axis1 but southern need to switch. Code was added to handle this, hopefully you're a southern latitude user and this
From what I can see northern latitude users could switch without needing to reverse Axis1 but southern need to switch. Code was added to handle this, hopefully you're a southern latitude user and this
|
By
Howard Dutton
· #29411
·
Edited
|
|
DEC Axis Homing problem....
I'd update to the latest Beta and turn on the verbose logging, perhaps that would provide a clue. My mount during another test this morning: 07:35:43.151 -> MSG: Homing started phase 1 07:36:14.323 ->
I'd update to the latest Beta and turn on the verbose logging, perhaps that would provide a clue. My mount during another test this morning: 07:35:43.151 -> MSG: Homing started phase 1 07:36:14.323 ->
|
By
Howard Dutton
· #29410
·
Edited
|
|
DEC Axis Homing problem....
5.1g The master branch isn't static, it evolves. At times the master branch is stable and fairly safe, now isn't one of those times. The Beta branch will become release-4.xx and is essentially what yo
5.1g The master branch isn't static, it evolves. At times the master branch is stable and fairly safe, now isn't one of those times. The Beta branch will become release-4.xx and is essentially what yo
|
By
Howard Dutton
· #29398
·
|
|
Suddenly Problems with PEC
I took a look at what I have and was able to load the PEC data file... but only after fixing it. An export function locale bug resulted in floating point using "," where It expects "," so fails. I pat
I took a look at what I have and was able to load the PEC data file... but only after fixing it. An export function locale bug resulted in floating point using "," where It expects "," so fails. I pat
|
By
Howard Dutton
· #29394
·
Edited
|
|
Suddenly Problems with PEC
Depending on what those settings were it could make all prior PEC data tables incompatible. 1.5A is a LOT for TMC2130's they may very well cut out due to overheating Sometimes the NV layout/structure
Depending on what those settings were it could make all prior PEC data tables incompatible. 1.5A is a LOT for TMC2130's they may very well cut out due to overheating Sometimes the NV layout/structure
|
By
Howard Dutton
· #29388
·
|
|
Suddenly Problems with PEC
Have to ask since... https://onstep.groups.io/g/main/message/28605
Have to ask since... https://onstep.groups.io/g/main/message/28605
|
By
Howard Dutton
· #29387
·
|
|
Suddenly Problems with PEC
OnStep version?
By
Howard Dutton
· #29384
·
|
|
DEC Axis Homing problem....
My bad, I should know better.
My bad, I should know better.
|
By
Howard Dutton
· #29377
·
|
|
Switching mount type at runtime
This is the problem with adding features.
This is the problem with adding features.
|
By
Howard Dutton
· #29373
·
|
|
DEC Axis Homing problem....
I checked the master and it had a little bug/typo in the axis2 guide routine that caused that axis to not respond to the command to start the homing motion on that axis. Fixed now. We all know not to
I checked the master and it had a little bug/typo in the axis2 guide routine that caused that axis to not respond to the command to start the homing motion on that axis. Fixed now. We all know not to
|
By
Howard Dutton
· #29367
·
|
|
New option for FEATURE_DEFAULT_VALUE
It takes, just new DS18B20 checks find an invalid value (no reading yet) and turn the darn thing right back off. Changed to turn off only the heat output pin, not the feature itself instead. Master an
It takes, just new DS18B20 checks find an invalid value (no reading yet) and turn the darn thing right back off. Changed to turn off only the heat output pin, not the feature itself instead. Master an
|
By
Howard Dutton
· #29358
·
|
|
How to... Additional serial port for GPS .
Yes, I'd expect that to work. Again those pins are used for the TMC SPI interface normally, so no TMC SPI stepper drivers if you're using them for GPS instead. Observe the usual cautions about logic v
Yes, I'd expect that to work. Again those pins are used for the TMC SPI interface normally, so no TMC SPI stepper drivers if you're using them for GPS instead. Observe the usual cautions about logic v
|
By
Howard Dutton
· #29345
·
|
|
TMC2209 on MaxPCB2?
They have UART comms (not supported) or are stand-alone, not SPI: https://onstep.groups.io/g/main/wiki/4464
They have UART comms (not supported) or are stand-alone, not SPI: https://onstep.groups.io/g/main/wiki/4464
|
By
Howard Dutton
· #29343
·
|
|
New option for FEATURE_DEFAULT_VALUE
I did some brief testing of this, It seems to work. The master branch has the update. The one gotcha is that FEATUREn_ACTIVE_GOTO will not work with DS2413's since we don't talk to them (to change sta
I did some brief testing of this, It seems to work. The master branch has the update. The one gotcha is that FEATUREn_ACTIVE_GOTO will not work with DS2413's since we don't talk to them (to change sta
|
By
Howard Dutton
· #29328
·
|
|
STM32 - DS18B20 connection
Only type ANALOG_OUT needs real hardware PWM. Dew heaters use a slow software polling "PWM" that works on any pin and even the DS2413.
Only type ANALOG_OUT needs real hardware PWM. Dew heaters use a slow software polling "PWM" that works on any pin and even the DS2413.
|
By
Howard Dutton
· #29326
·
|
|
CNC V3 resistors
The RP's in the SHC are not for those signal lines. If you plan to enable the ST4 port install the pullup resistors. Mike is correct. The ESP32 is a 3.3V device and that resistor is putting 5V on that
The RP's in the SHC are not for those signal lines. If you plan to enable the ST4 port install the pullup resistors. Mike is correct. The ESP32 is a 3.3V device and that resistor is putting 5V on that
|
By
Howard Dutton
· #29305
·
|
|
How to... Additional serial port for GPS .
That was with an old EM406A GPS.
That was with an old EM406A GPS.
|
By
Howard Dutton
· #29293
·
|
|
How to... Additional serial port for GPS .
Yes. The beta has the code. I tested this morning on an MaxESP3 and it works as expected. For my tests I used the Serial1 port and mapped it to the pins normally used for Aux3 and Aux4: #define TIME_L
Yes. The beta has the code. I tested this morning on an MaxESP3 and it works as expected. For my tests I used the Serial1 port and mapped it to the pins normally used for Aux3 and Aux4: #define TIME_L
|
By
Howard Dutton
· #29292
·
|