|
What am I doing wrong?
#configuration
#ci700
The Config.h matches what is in the spreadsheet. If you will not be using a PEC sensor, then set AXIS1_STEPS_PER_WORMROT to 0. I don't think this is the cause of your issue. Let us know how the mount
The Config.h matches what is in the spreadsheet. If you will not be using a PEC sensor, then set AXIS1_STEPS_PER_WORMROT to 0. I don't think this is the cause of your issue. Let us know how the mount
|
By
Khalid Baheyeldin
· #40848
·
|
|
Blue Pill Upgrade: RobotDyn F303CC
I agree with Mike. A bad RJ45 cable cannot harm the microcontroller. It can damage the driver, maybe, but not the MCU. When you insert the Blue Pill into the PCB, and power up, does the PC13 LED light
I agree with Mike. A bad RJ45 cable cannot harm the microcontroller. It can damage the driver, maybe, but not the MCU. When you insert the Blue Pill into the PCB, and power up, does the PC13 LED light
|
By
Khalid Baheyeldin
· #40841
·
|
|
Blue Pill Upgrade: RobotDyn F303CC
If someone has the skill and tools to do this replacement, then please don't use any STM32F103 chips at all. Instead, try to located the pin compatible STM32F303CCT6 chip, and use that instead. Why? -
If someone has the skill and tools to do this replacement, then please don't use any STM32F103 chips at all. Instead, try to located the pin compatible STM32F303CCT6 chip, and use that instead. Why? -
|
By
Khalid Baheyeldin
· #40840
·
|
|
What am I doing wrong?
#configuration
#ci700
Did you set the location, date, time and UTC Offset properly? You may want to use the Serial Monitor in Arduino IDE's with 9600 baud, and enter the commands at the very bottom of this page, to see if
Did you set the location, date, time and UTC Offset properly? You may want to use the Serial Monitor in Arduino IDE's with 9600 baud, and enter the commands at the very bottom of this page, to see if
|
By
Khalid Baheyeldin
· #40839
·
|
|
PEC bench test
Yes, it does not do PEC. It only reports whether PEC is active, and whether it is recorded. All that added today by someone who found the API useful. So it can dump PEC, if someone wants to add it. Wr
Yes, it does not do PEC. It only reports whether PEC is active, and whether it is recorded. All that added today by someone who found the API useful. So it can dump PEC, if someone wants to add it. Wr
|
By
Khalid Baheyeldin
· #40820
·
|
|
Bluepill upload problem
That is how the 128K sketch works. It does not work at all when flashed to 64K. Basically, the flashing program thinks it successfully flashed the program, but only half of it really go on the chip's
That is how the 128K sketch works. It does not work at all when flashed to 64K. Basically, the flashing program thinks it successfully flashed the program, but only half of it really go on the chip's
|
By
Khalid Baheyeldin
· #40808
·
|
|
Onstep 4.24, breadboard test --> cannot run both axis at the same time
Good point. In fact, for starting out, it is easiest to use the configuration generator. That way, you don't mess default parameters by mistake. From the Android App, set the overhead limit to 90, and
Good point. In fact, for starting out, it is easiest to use the configuration generator. That way, you don't mess default parameters by mistake. From the Android App, set the overhead limit to 90, and
|
By
Khalid Baheyeldin
· #40735
·
|
|
Onstep 4.24, breadboard test --> cannot run both axis at the same time
If they work in SPI, then ignore the TMC2100 advice. But, setting them to TMC_SPI has sometimes caused issues for people. Try 900 mA, and set it to OFF on both axes, and see if things are better.
If they work in SPI, then ignore the TMC2100 advice. But, setting them to TMC_SPI has sometimes caused issues for people. Try 900 mA, and set it to OFF on both axes, and see if things are better.
|
By
Khalid Baheyeldin
· #40720
·
|
|
Onstep 4.24, breadboard test --> cannot run both axis at the same time
You can try configuring them to TMC2100 instead. That makes the DIY TMC2130 work without SPI. You have to set the Vref using the pots. Also, do you have: #define AXIS1_DRIVER_STATUS OFF #define AXIS2_
You can try configuring them to TMC2100 instead. That makes the DIY TMC2130 work without SPI. You have to set the Vref using the pots. Also, do you have: #define AXIS1_DRIVER_STATUS OFF #define AXIS2_
|
By
Khalid Baheyeldin
· #40717
·
|
|
Onstep 4.24, breadboard test --> cannot run both axis at the same time
Maybe what he is seeing is due to thermal shutdown of the TMCs?
Maybe what he is seeing is due to thermal shutdown of the TMCs?
|
By
Khalid Baheyeldin
· #40713
·
|
|
Onstep 4.24, breadboard test --> cannot run both axis at the same time
With the maximum current for the NEMA14 being 1.5A, that 1200 mA is excessive. It should be: 1.5A X 1.41 X 0.35 = 730 mA for tracking. Maybe 900 for slewing. But nothing like 1200. I thought it would
With the maximum current for the NEMA14 being 1.5A, that 1200 mA is excessive. It should be: 1.5A X 1.41 X 0.35 = 730 mA for tracking. Maybe 900 for slewing. But nothing like 1200. I thought it would
|
By
Khalid Baheyeldin
· #40711
·
|
|
Bluepill upload problem
Most likely. If you can run the 64k sketch and you do get output, then it is very likely that you have a 64k Blue Pill.
Most likely. If you can run the 64k sketch and you do get output, then it is very likely that you have a 64k Blue Pill.
|
By
Khalid Baheyeldin
· #40660
·
|
|
OnStepX + SmartWebServer, STM32 addition hard reset on remote observatory.
Serge, Yes, having an :STMDFU# command would be helpful. We discussed it in the past, and possible code needed to do it. Can't find the thread now. But there may be another way ... at least for the S6
Serge, Yes, having an :STMDFU# command would be helpful. We discussed it in the past, and possible code needed to do it. Can't find the thread now. But there may be another way ... at least for the S6
|
By
Khalid Baheyeldin
· #40639
·
|
|
Help Setting Limits
If the 95 and 97 are from the zenith, then set the horizon limit to -5. OnStep does not have a west horizon and east horizon, so this works for both in your case. Overhead depends on the length of you
If the 95 and 97 are from the zenith, then set the horizon limit to -5. OnStep does not have a west horizon and east horizon, so this works for both in your case. Overhead depends on the length of you
|
By
Khalid Baheyeldin
· #40635
·
|
|
OnstepX
That is different than 4.24. In 4.24, starting a slew without starting tracking will make OnStep continue tracking after the slew ends. This is better behaviour than what Vladimir is reporting with On
That is different than 4.24. In 4.24, starting a slew without starting tracking will make OnStep continue tracking after the slew ends. This is better behaviour than what Vladimir is reporting with On
|
By
Khalid Baheyeldin
· #40589
·
|
|
Motors won't move
#miniesp3
The ESP32 has an accurate clock, and does not need an external clock source. If you have an RTC or GPS connected then you need something in there, and the OCG sets that correctly if you select one. If
The ESP32 has an accurate clock, and does not need an external clock source. If you have an RTC or GPS connected then you need something in there, and the OCG sets that correctly if you select one. If
|
By
Khalid Baheyeldin
· #40585
·
|
|
some progress, some problems
With the NEMA17, and TMC5160 ... did you set an appropriate IRUN value based on the formula below, or left it as OFF? Maybe you were able to stop it because of that, or because you set a very low IRUN
With the NEMA17, and TMC5160 ... did you set an appropriate IRUN value based on the formula below, or left it as OFF? Maybe you were able to stop it because of that, or because you set a very low IRUN
|
By
Khalid Baheyeldin
· #40583
·
|
|
S6 + Dual Focuser success
I can't remember the specifics. I think it compiled, but OnStep did not start at all for some reason. No harm in trying on the Pi. Just don't keep your hopes too high ...
I can't remember the specifics. I think it compiled, but OnStep did not start at all for some reason. No harm in trying on the Pi. Just don't keep your hopes too high ...
|
By
Khalid Baheyeldin
· #40581
·
|
|
Edward Byers - 1975 Series 1 - Refurbishment - OnStep Project
Good strategy. I doubt you will see a marked difference. But let us know what you find. For such a large heavy mount, keeping the speed as low as practical is best. I would shoot for 2.5 or 3 degrees
Good strategy. I doubt you will see a marked difference. But let us know what you find. For such a large heavy mount, keeping the speed as low as practical is best. I would shoot for 2.5 or 3 degrees
|
By
Khalid Baheyeldin
· #40577
·
|
|
Guide speed - Slew Speed
I agree with Andras here. And just for background, I don't use the ST4 port at all anymore. The overlap of the speed used for autoguiding and manual guiding, and it getting reset when 1X is selected i
I agree with Andras here. And just for background, I don't use the ST4 port at all anymore. The overlap of the speed used for autoguiding and manual guiding, and it getting reset when 1X is selected i
|
By
Khalid Baheyeldin
· #40573
·
|