-
-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Az.Alt.: LMX200 with arduino. #705
Comments
Because you have not sent your patches yet :-) |
I'll try to do it ^^ it is enough that I modify this file? thx |
I think you should extend the protocol for all instruments. The original developer of the telescope plugin has unfortunately left the project, and I don't know who could test your development. Maybe somebody else can answer this? |
Ah, if anyone can show me, I want to :) bool Lx200CommandGetRa::writeCommandToBuffer(char *&p, char *end)
} int Lx200CommandGetRa::readAnswerFromBuffer(const char *&buff,
} void Lx200CommandGetRa::print(QTextStream &o) const I can copy it and replace in GA? bool Lx200CommandGetRa::writeCommandToBuffer(char *&p, char *end)
thx |
303055 Hello! Could You tell me did You make it (the plugin ehacement) and is it working or not i need it in the same purpose as you im building arduino scope and i would be very gratefull if i could skip the math. |
It seems some extensions to the telescope control protocols could be implemented for and by somebody with alt-azimuthal telescopes like Dobsons modified with Arduino-based control devices. Now, who wants to do sferixx's homework and develop support for some reference DIY kit? |
This is a good task for the community to participate in the contribution into Stellarium. Who wants to help us? |
Hi! |
Sure, go ahead. You will only have to extend the TelescopeControl plugin. If possible, all telescope models will have to support the protocol. I cannot test any, though. |
Hi guys,
I tried then search on the telescope plugins the commands: GA # and: GZ # for the altitude coordinates and Azimuth of an object, but they do not seem present. I use a telescope Dobson type, and have to do the math to pass in equatorial and vice versa is counter productive knowing that stellarium calculates..
Why are these orders not present?
thx :)
The text was updated successfully, but these errors were encountered: