https://github.com/thess/skypi
Sky map for RPi and uLCD-43PT
https://github.com/thess/skypi
Last synced: 3 months ago
JSON representation
Sky map for RPi and uLCD-43PT
- Host: GitHub
- URL: https://github.com/thess/skypi
- Owner: thess
- License: other
- Created: 2013-06-05T16:50:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-18T16:56:19.000Z (almost 12 years ago)
- Last Synced: 2025-01-20T22:53:38.454Z (4 months ago)
- Language: C
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
SkyPi
=====Sky map for Raspbery Pi and 4D Systems uLCD-43PT display.
A collection of sky mapping and display routines combined to show planets and bright stars as viewed from a specific geographic location (latitude & longitude) on earth.
This application was originally inspired by an article in Nuts & Volts magazine entitled "Steampunk Planetarium Clock". My version uses the Raspberry Pi platform as the main engine and a 4D Systems uLCD-43PT touch-screen display attached to the serial port for graphics and user interaction.
A lot of credit goes to the following organizations, projects and people from whom I've borrowed ideas and code for this project:
+ Geoffery Gill - Steampunk Planetarium Clock, Nuts & Volts, Nov. 2012 (Original project idea plus sample code)
+ John Walker - [Home Planet](http://www.fourmilab.ch/homeplanet). Selected routines to calculate sun, moon and planet positions. Nice application on its own.
+ [4D Systems](http://www.4dsystems.com.au) - Excellent products, development tools and support. A Linux version of the Picaso-Serial-C-Library is included in this package.
+ [Raspberry Pi Foundation](http://raspberrypi.org) Hard float (armhf) version of Rasbian (Debian Wheezy).
Additional documentation on the various components, build and installation procedures can be found in the INSTALL file in this package.