-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Arduino Source Code | ||
|
||
The files located in the [sensor_code](https://github.com/spaceappsatlanta/ardusat/tree/master/sensor_code) sub-direcory can be loaded onto an [Ardiuno UNO](http://arduino.cc/en/Main/arduinoBoardUno) using the [Arduino IDE](http://arduino.cc/en/main/software). | ||
|
||
The file contained in the [PoorManSououz](https://github.com/spaceappsatlanta/ardusat/tree/master/sensor_code/PoorManSoyouz) sub-directory can be used to control the the following sensors concurrently: | ||
- Digital Temperature Sensor (TMP 102) | ||
- Inertial Unit: Gyroscope/ Accelerometer (ADXL345/ITG-3200) | ||
- Digital Luminosity Light Sensor (TSL2561) | ||
- Magnetometer (MAG3110) | ||
- Infrared Thermometer (MLX90614) | ||
|
||
In order for the sensors to work, the libraries contained in the [RequiredLibraries](https://github.com/spaceappsatlanta/ardusat/tree/master/sensor_code/RequiredLibraries) subdirecotry must be added to the local Ardiuno Library folder. | ||
|
||
Additionally, sketches for individual sensors are also included in the [sensor_code](https://github.com/spaceappsatlanta/ardusat/tree/master/sensor_code) sub-direcory and labeled accordingly. |