Intro

We built a custom environmental sensor board for some project around the office like the fridge monitor and others. I thought I would share it with all of you and see what you would do with these types of sensors. The board includes both parabolic aluminized reflector luminare(PAR) and total solar radiation(TSR) photodiodes used for both visible and non-visible light and external Humidity and Temperature sensors.

Hardware

JCreate Connector:


Humidity and Temperature sensor:

The humidity and temperature sensor is an SHT11 from Sensirion. You can get them here. If you just want to build a quick prototype without doing surface mount soldering you can buy the SHT71 board from Newark that has a .1" pitch IDC header.


*PAR and TSR sensor:

The light sensors we used where the S1087 and S1087-1 photo diodes form Hamamatsu.


Here is a photo of the final board:

Software

Here is a quick sample of the code used



##Intro
We built a custom environmental sensor board for some project around the office like the [fridge monitor](http://labs.sentilla.com/FridgeMonitor.Home/) and others. I thought I would share it with all of you and see what you would do with these types of sensors. The board includes both [parabolic aluminized reflector luminare](http://en.wikipedia.org/wiki/Parabolic_aluminumized_reflector#PAR_lights_)(PAR) and total solar radiation(TSR) photodiodes used for both visible and non-visible light and external Humidity and Temperature sensors.
##Hardware
**JCreate Connector:**

<<<<b

!{300,}[Humidity and Temperature sensor][[SHT11]]
<><><><>

* We used an 2x8 pin .1" right angle IDC header from digikey for the connector. You could also use a 1x8 but we had the 2x8 headers in the office. [ Here is a link to where you can buy these headers.](http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail?name=SAM1049-04-ND)

||||

**Humidity and Temperature sensor:**

<<<<b

!{300,}[JCreate Connector][[JCreateConn]]
<><><><>

The humidity and temperature sensor is an [SHT11](http://www.sensirion.com/en/01_humidity_sensors/02_humidity_sensor_sht11.htm) from [Sensirion](http://www.sensirion.com/). You can get them [here](http://www.newark.com/jsp/displayProduct.jsp?sku=69C4848&CMP=KNC-G10000673&HBX_OU=50&HBX_PK=SHT11). If you just want to build a quick prototype without doing surface mount soldering you can buy the [SHT71 board](http://www.newark.com/jsp/search/productdetail.jsp?SKU=18M2987&CMP=AFC-OP) from [Newark](http://www.newark.com/jsp/search/productdetail.jsp?SKU=18M2987&CMP=AFC-OP) that has a .1" pitch IDC header.

||||

***PAR and TSR sensor:**

<<<<b
!{300,}[Light sensors][[LightSensors]]
<><><><>

The light sensors we used where the [S1087](http://jp.hamamatsu.com/products/sensor-ssd/pd041/pd050/pd051/S1087/index_en.html) and [S1087-1](http://jp.hamamatsu.com/products/sensor-ssd/pd041/pd050/pd052/S1087-01/index_en.html) photo diodes form [Hamamatsu](http://www.hamamatsu.com).

||||

Here is a photo of the final board:

!{300,}[Environmental Board][[EnvBoard]]

##Software
Here is a quick sample of the @[code used][[MoteSenseNSend.java]]