Team:Grenoble-EMSE-LSU/Project/Instrumentation

From 2013.igem.org

(Difference between revisions)
Line 52: Line 52:
                                 <li>
                                 <li>
<h2 id="Arduino">Arduino</h2>
<h2 id="Arduino">Arduino</h2>
-
<p>Arduino is used to translate the frequency given by the photodiode in irrandiance that gives us the light intensity. The algorithm is quite simple. It counts the number of high levels (samples) and the duration of the measurement (length) and with these two elements it makes this calculation:</br></br>
+
<p> Arduino is an (easily) programmable microcontroller. It is used here to convert the frequency given by the photodiode in irradiance that gives us the light intensity. In
 +
addition, it will communicate with the computer and control the lamp intensity to act of
 +
the bacterial suspension. To measure the frequency of the peaks emitted by the photodiode, the Arduino
 +
algorithm is quite simple. It counts the number of high levels (samples) and the duration of the measurement (length) and with these two elements it makes this calculation:</br></br>
<strong>Irradiance=frequency/(frequency scaling)=  samples/(frequency scaling × length)</strong></br></br></p>
<strong>Irradiance=frequency/(frequency scaling)=  samples/(frequency scaling × length)</strong></br></br></p>

Revision as of 21:50, 28 September 2013

Grenoble-EMSE-LSU, iGEM


Grenoble-EMSE-LSU, iGEM

Retrieved from "http://2013.igem.org/Team:Grenoble-EMSE-LSU/Project/Instrumentation"