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

SkyCommander/Orion Inteliscope functionality #7

Open
synfinatic opened this issue Sep 10, 2014 · 5 comments
Open

SkyCommander/Orion Inteliscope functionality #7

synfinatic opened this issue Sep 10, 2014 · 5 comments

Comments

@synfinatic
Copy link
Owner

Would require a simple LED display (ArgoNavis uses a 2x16 char) and a few buttons and lots of coding, but no reason I couldn't something like PalmDSC and do everything internal.

Honestly, I doubt I'll ever do this, but maybe I'll get really bored & curious about the whole thing?

@synfinatic
Copy link
Owner Author

@synfinatic synfinatic changed the title Leave the iPad at home option SkyCommander/Orion Intelliscope functionality Nov 19, 2014
@synfinatic synfinatic changed the title SkyCommander/Orion Intelliscope functionality SkyCommander/Orion Inteliscope functionality Nov 19, 2014
@synfinatic synfinatic added this to the Future Idea milestone Nov 24, 2014
@synfinatic
Copy link
Owner Author

Arduino code doing Taki's matrix math:
https://github.com/juanrmn/Arduino-Telescope-Control/tree/master/main/arduino/plaser

See the CoordsLib files

@synfinatic
Copy link
Owner Author

So one less crazy idea is to implement the SkyCommander protocol. Basically using Taki's code, we can then factor in mount errors to provide even more accurate guiding. The best way of doing this is that on every boot, the TeensyDSC starts a HTTP server and you can do the alignment via a simple web page. Then once aligned, you'd click a button in the webui which would switch to SkyCommander mode for SkySafari. Should work I think. Nice thing about this, is it wouldn't necessarily require a display for the UI or a large star chart database since you'd only need to store alignment stars.

@synfinatic
Copy link
Owner Author

Looks like slidereal time should be easy with a "Ublox NEO-6M GPS". Should be about $15 on ebay. Also tells us where we are. :)

Also, probably easiest to have a "mode" switch which is "run" vs "config" (why didn't I think of that earlier???).

If we just want sidereal time, then a RTC would be cheaper:http://www.jimbo.net/circuitfarm/2010/07/sidereal-time/

@synfinatic
Copy link
Owner Author

Converting localtime to slideral time on Arduino:
http://astro.neutral.org/arduino/local-sidereal-time-arduino-microcontroller.shtml

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