Team:Grenoble-EMSE-LSU/Project/Instrumentation
From 2013.igem.org
Line 19: | Line 19: | ||
<h1>TalkE'coli - Our device</h1> | <h1>TalkE'coli - Our device</h1> | ||
- | <p>Our project aims to <strong>control the concentration of living bacteria in a culture</strong>. To do so, we designed a genetic network allowing light controlled cell growth. In addition, we built a device in order to send and receive light signals from the bacterial culture. We have thus to create a means of communication from cell to machine and from machine to cell. For cell to machine communication, we chose to measure the red fluorescence of KillerRed. A first function of our device is to excite and measure fluorescence intensity thanks to a light source, excitation/emission optics and a photodiode. In this way, our bacteria will be able to talk to our device. For machine to cell communication, we will use red light to activate a light-inducible promoter that triggers KillerRed production and white light to generate ROS thanks to KillerRed phototoxic activity. In our system, the rate of KillerRed production and the number of living cells will be controlled by the intensity of the red and white light beams. A second function of our device is therefore to generate controlled light intensities at different wavelengths. In this way, our device will be able to talk to our bacteria. Firstly we will explain the choice of the different components by giving an <a href="#Overview">overview of the device</a>, then the several experiences we did to find the most accurate parameters for each part of the device : <a href=#Photodiode>the photodiode | + | <p>Our project aims to <strong>control the concentration of living bacteria in a culture</strong>. To do so, we designed a genetic network allowing light controlled cell growth. In addition, we built a device in order to send and receive light signals from the bacterial culture. We have thus to create a means of communication from cell to machine and from machine to cell. For cell to machine communication, we chose to measure the red fluorescence of KillerRed. A first function of our device is to excite and measure fluorescence intensity thanks to a light source, excitation/emission optics and a photodiode. In this way, our bacteria will be able to talk to our device. For machine to cell communication, we will use red light to activate a light-inducible promoter that triggers KillerRed production and white light to generate ROS thanks to KillerRed phototoxic activity. In our system, the rate of KillerRed production and the number of living cells will be controlled by the intensity of the red and white light beams. A second function of our device is therefore to generate controlled light intensities at different wavelengths. In this way, our device will be able to talk to our bacteria. Firstly we will explain the choice of the different components by giving an <a href="#Overview">overview of the device</a>, then the several experiences we did to find the most accurate parameters for each part of the device : <a href=#Photodiode>the photodiode and Arduino</a>, <a href=#Fluo>fluorescence measurement</a>, <a href=#Electronic>the electronic circuit</a>, <a href=#Servo>the servomotor</a>. All these elements were then integrated in <a href=#Box>the box</a> that we designed and built.</p> |
</li> | </li> | ||
Line 40: | Line 40: | ||
</li> | </li> | ||
<li> | <li> | ||
- | <h2 id="Photodiode">The photodiode</h2> | + | <h2 id="Photodiode">The photodiode and Arduino</h2> |
<p>Before measuring with the photodiode, we need to know if the photodiode works as indicated in the datasheet. The photodiode was plugged in on a 5V stabilized power supply.</br></p> | <p>Before measuring with the photodiode, we need to know if the photodiode works as indicated in the datasheet. The photodiode was plugged in on a 5V stabilized power supply.</br></p> | ||
Line 52: | Line 52: | ||
<p></br>Since this frequency will be calculated by the Arduino controller, it may cause some trouble to the program to use a pulse train because the duration of the pulse is always 500ns and can be missed by the controller. The square wave (50% duty cycle) seems to be a better solution because of the 50% duty cycle. It means that the pulse duration depend on the frequency. Its duration is equal to 1/2f and since the light intensity we want to measure will be low this type of signal can be easily detected by Arduino.</p> | <p></br>Since this frequency will be calculated by the Arduino controller, it may cause some trouble to the program to use a pulse train because the duration of the pulse is always 500ns and can be missed by the controller. The square wave (50% duty cycle) seems to be a better solution because of the 50% duty cycle. It means that the pulse duration depend on the frequency. Its duration is equal to 1/2f and since the light intensity we want to measure will be low this type of signal can be easily detected by Arduino.</p> | ||
- | + | <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 | 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 | the bacterial suspension. To measure the frequency of the peaks emitted by the photodiode, the Arduino |
Revision as of 22:34, 30 September 2013