forked from hashgeek/Exoplanet-Arudino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (19 loc) · 919 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Kepler Visualizer
=================
Kepler Visualizer aims to visualize the data gathered by Kepler mission in
multiple presentation forms. It uses Arduino to visualize Kepler data and
present it in an audio-visual form (LED lights and complementing sound) to
aid us to visualize the changing star intensity.
The objective is to enable school children understand how kepler data is
used to find extrasolar planets.
Project has two parts, a python program which runs on pc and a arduino
program which runs on arduino.
For python program, PyFITS library is required and can be obtained from
http://www.stsci.edu/institute/software_hardware/pyfits
On ubuntu you can install PyFITS as follows.
$ sudo apt-get install python-pip
$ sudo pip install pyfits
Upload the arduino program to the arduino using arduino IDE. Make connections
as commented in arduino code.
$ cd Exoplanet-Arudino/src
$ python exoplanet.py