sensors used - SparkGrads2016/envmonitorSpark GitHub Wiki
Temperature and Humidity
Sensor: SHT31-D https://www.adafruit.com/products/2857
Datasheet http://adafruit.com/images/product-files/2857/Sensirion_Humidity_SHT3x_Datasheet_digital-767294.pdf
Library used https://github.com/ralf1070/Adafruit_Python_SHT31
Light: IR and Visible Spectrum
Sensor: TSL2561 https://www.adafruit.com/products/439
Datasheet https://cdn-shop.adafruit.com/datasheets/TSL2561.pdf
Library used https://github.com/mgaggero/Adafruit_Python_TSL2561
Barometric Pressure, Altitude and Temperature
Sensor: BMP180 https://www.adafruit.com/products/1603
Datasheet https://cdn-shop.adafruit.com/datasheets/BST-BMP180-DS000-09.pdf
Library used https://github.com/adafruit/Adafruit_Python_BMP
UV, IR and Visible
Sensor: SI1145 https://www.adafruit.com/products/1777
Datasheet https://cdn-shop.adafruit.com/datasheets/Si1145-46-47.pdf
Library used https://github.com/THP-JOE/Python_SI1145
Accelerometer and Magnetometer
Sensor: LSM303 https://www.adafruit.com/products/1120
Datasheet https://cdn-shop.adafruit.com/datasheets/LSM303DLHC.pdf
Library used https://github.com/adafruit/Adafruit_Python_LSM303
Anemometer
Sensor https://www.adafruit.com/products/1733
Datasheet (in Chinese) https://cdn-shop.adafruit.com/product-files/1733/C2192+datasheet.pdf
Library used: Used parts of code from https://gist.github.com/ladyada/3151375. Do not need to download this.
This method uses bit banging, may change to prpoer SPI readings later https://github.com/adafruit/Adafruit_Python_MCP3008
_