Skip to content
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

Feature request: Telescope Interface #10

Open
GoogleCodeExporter opened this issue Aug 2, 2015 · 2 comments
Open

Feature request: Telescope Interface #10

GoogleCodeExporter opened this issue Aug 2, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

It would be great to have an interface to computerized telescopes such as Meade 
Autostar. Just long press an object and the telescope will slew like in 
Stellarium.

Is it possible? If yes:

Connection will be made via Bluetooth Serial-Port-Profile.

I'm new to Android-development and java in general, so i don't know exactly 
where to implement this feature, but I can test/debug with my telescope.

Original issue reported on code.google.com by [email protected] on 28 Feb 2012 at 5:05

@GoogleCodeExporter
Copy link
Author

atusche I'm seeing if I can stir up some interest in that combined with the 
Skywatcher Panorama app (source available via 
http://code.google.com/p/skywatcher/source/checkout ) via the IceInSpace 
website http://www.iceinspace.com.au/forum/showthread.php?t=89798 .

Not real sure how to get something like that going but hoping that by pointing 
how much is already available it may not be a big stretch. Happy to receive 
advice on how to get something like that happening or be pointed at others who 
may already have it underway.

The Panorama stuff seems to have a very good start on the telescope control 
side of things although I've not worked out how many telescope models are 
currently covered in the code. I assume that if the command sets are known it 
should not be too hard to add in extra scopes (or new projects created for 
different scopes using the same intent structure.

My thinking is that some standards should be defined for intents for telescope 
control (similar to the way ASCOM standards are used with PC's), some 
functionality added to stardroid to initiate a slew and the relevant portions 
of Panorama set up to work as a service.

I'm very new to android programming so I may be missing something fundamental 
but it does not look as though it should be a big job to take what's already 
there and create a very well featured telescope controller.

I've not explored panorama's camera control at all yet so I don't know what 
camera's it connects to. So far I have used Panorama from a Galaxy tab 10.1 
P7510 to do some basic control of a Skywatcher EQ6Pro.

Bob

Original comment by [email protected] on 21 Apr 2012 at 11:03

@GoogleCodeExporter
Copy link
Author

There is some serois work going on at the moment by me implementing an Android 
INDI-Server for hardware independent access to astronomical instruments. Thanks 
to INDIforJava this isn't a big problem. At the moment I've got a working basic 
INDI-driver for Meade LX200/Autostar telescopes connected via a 
bluetooth-serial-converter.
At the moment I'm also working on a PL2303 usb-serial-converter driver for 
Android-devices with usb-hostmode, which is also basically working.

Only thing that has to build into skymap is an INDI-Client.

Original comment by [email protected] on 22 Apr 2012 at 1:47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant