Giter VIP home page Giter VIP logo

Comments (7)

TCWORLD avatar TCWORLD commented on July 23, 2024

AstroEQ does 1/4 stepping if you select 'Microstepping Disabled' from the configuration utility.

You can wire them as Bipolar, but you will likely find that the maximum speed you can achieve is reduced. With such high gear ratios, you are already looking at <50x the sidereal rate max speed before they stall.

from astroeq.

N-DD avatar N-DD commented on July 23, 2024

Hi again,

I am using an arduino mega 2560 but I could not manage to communicate with the board to upload and configure the system using the configuration utility. However, by first uploading AstroEQ.ino to the board and then running the configuration utility everything went ok. BTW, I had to change line 34 of EEPROMReader.cpp

return eeprom_update_byte((byte*) address, val);

to

eeprom_write_byte((byte*) address, val);

otherwise the scheme won't compile.
Since I am fairly new to arduino, I was wondering wether I am doing anything wrong: is the configuration utility supposed to work with an arduino mega without uploading the sketch first?

Also, do I have to set the correct parameters from the EQMOD panel (steps per worm revolution, etc.), even if I configured them previously using the config utility?

Thanks,

Nico

from astroeq.

TCWORLD avatar TCWORLD commented on July 23, 2024

Hi Nico,

The config utility has an upload firmware button which should be able to upload the firmware to the Arduino Mega without having the Arduino IDE.

You don't have to set anything in EQMOD, it will read the mount configuration from the AstroEQ controller.

Regards,
Tom.

(Apologies about the problem compiling, I uploaded the wrong version of the file. That is fixed now.)

from astroeq.

N-DD avatar N-DD commented on July 23, 2024

Hi Tom,

thanks. I will try again with the config utility. Strangely, on my system EQMOD isn't able to get the mount configuration. Also, I had to disable the "reset on connect" (110 ohm resistor between 5V and RESET pin on arduino) in order to be able to connect to EQMOD: are maybe those two issues related?

Thanks,

Nico

from astroeq.

TCWORLD avatar TCWORLD commented on July 23, 2024

Found out why it wasn't uploading the firmware, it was using the wrong upload string as I removed an entry from the boards dropdown but forgot to remove it from an array of upload strings.

from astroeq.

N-DD avatar N-DD commented on July 23, 2024

Ok, the config utility works now, thanks. However, in the ASCOM properties panel the mount has still the default gear ratios, and not the one I configured using the utility. Do I need to change those properties selecting "custom mount", or AstroEQ will move the RA axis at the right speed? (Sorry but I still didn't have any chance of trying it under the sky!)

from astroeq.

TCWORLD avatar TCWORLD commented on July 23, 2024

It doesn't matter what is in that properties panel, EQMOD will read the configuration when it loads and use what it reads.

from astroeq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.