Team:Cambridge/Tools/Eglometer

From 2010.igem.org

(Difference between revisions)
(Arduino code)
 
(4 intermediate revisions not shown)
Line 17: Line 17:
=Making your own E.glometer=
=Making your own E.glometer=
-
==Shopping list==
+
<html><h2 style="border-top:0">Shopping list</h2></html>
There are three core components to make the light detecting device:
There are three core components to make the light detecting device:
-
* TAOS light to frequency converter - TSL230RP-LF = $6
+
* TAOS light to frequency converter - TSL230RP-LF = $6 ('''or''' for higher sensitivity TSL237)
* Arduino - $25
* Arduino - $25
* 10 uF capacitor - $0.25
* 10 uF capacitor - $0.25
* '''Total - $31.25'''
* '''Total - $31.25'''
 +
{{:Team:Cambridge/Templates/RightImage|image=Cambridge-Graph.png|caption=E.glometer tested on [http://partsregistry.org/Part:BBa_K325239 K325239] induced with 100um arabinose }}
Together these three (and some jump leads) will let you count photons for a well timed period.  However you will have to connect a laptop both to report the data collected and to change the exposure time.
Together these three (and some jump leads) will let you count photons for a well timed period.  However you will have to connect a laptop both to report the data collected and to change the exposure time.
 +
We wanted to make a self contained device so we added:
We wanted to make a self contained device so we added:
Line 32: Line 34:
* A breadboard to allow easy assembly of these components: $10
* A breadboard to allow easy assembly of these components: $10
* '''Total - $22.20''' extra
* '''Total - $22.20''' extra
 +
==Wiring==
==Wiring==
[[Image:Cambridge-Eglometer.png|700px]]
[[Image:Cambridge-Eglometer.png|700px]]
Line 37: Line 40:
-
The diagram above shows the connections that should be made on the breadboard.  Some LCD screens and keypads may have different arrangements. As long as your pins are updated in the Arduino code a number of permutations are possible.
+
The diagram above shows the connections that should be made on the breadboard.  Some LCD screens and keypads may have different pin arrangements. As long as the output pins are updated in the Arduino code a number of permutations are possible.
==Arduino code==
==Arduino code==
Line 192: Line 195:
* The code above incorporates code from [http://roamingdrone.wordpress.com/2008/11/28/arduino-and-the-tsl230r-photographic-conversions/ C. Church] licensed under a Creative Commons license.
* The code above incorporates code from [http://roamingdrone.wordpress.com/2008/11/28/arduino-and-the-tsl230r-photographic-conversions/ C. Church] licensed under a Creative Commons license.
 +
* It can be extended to allow data logging to a laptop via serial port, or to display further calculations based on the raw data.
{{:Team:Cambridge/Templates/footer}}
{{:Team:Cambridge/Templates/footer}}

Latest revision as of 21:27, 27 October 2010