Team:ESBS-Strasbourg/Results/Device

From 2010.igem.org

(Difference between revisions)
Line 509: Line 509:
<br>
<br>
<br>
<br>
-
<center><img src="https://static.igem.org/mediawiki/2010/e/e8/Leds_tot.png" width="500px"></center>
+
The part of the device which lighting is composed of two parts:
<br>
<br>
 +
• A LEDs band which is composed of four red LEDs put alternately with four infrared LEDs and serves to enlighten a tube
<br>
<br>
-
The link between computer and the microcontroller is carrying through the serial port.
+
• A box subdivided into a 3-by-3 matrix of compartment which contains each one a red and an infrared LED and serves to enlighten independently nine biological materials
 +
<br>
 +
<br>
 +
These two parts are represented on the following scheme:
 +
<br>
 +
<br>
 +
<center><img src="https://static.igem.org/mediawiki/2010/e/e8/Leds_tot.png" width="500px"></center>
<br>
<br>
<br>
<br>
Line 563: Line 570:
<br>
<br>
<br>
<br>
-
The microcontroller used is a Microchip pic 18F452 which is easily programmable in C language with MPLAB combined with C18 compiler.
+
The microcontroller used is a Microchip pic 18F452 which is easily programmable in C language with MPLAB combined with C18 compiler. The link between computer and the microcontroller is carrying through the serial port.
<br>
<br>
<br>
<br>

Revision as of 08:50, 27 October 2010

{|

ESBS - Strasbourg



Lighting device



Lighting device




1. Introduction


To make the characterization of our biological system we develop a lighting device which can be controlled from a computer. The goal of this device is to create red and infrared pulses of which period and duration are fixed by the user in a computer interface.

The part of the device which lighting is composed of two parts:
• A LEDs band which is composed of four red LEDs put alternately with four infrared LEDs and serves to enlighten a tube
• A box subdivided into a 3-by-3 matrix of compartment which contains each one a red and an infrared LED and serves to enlighten independently nine biological materials

These two parts are represented on the following scheme:





2. Printed circuit board


We design the printed circuit board with Kicad a free PCB design tool. You can download Kicad at this address:
http://www.lis.inpg.fr/realise_au_lis/kicad/

Here you can download the PCB file of the circuit:


The following picture explains the different components used:




3. Microcontroller software


The microcontroller used is a Microchip pic 18F452 which is easily programmable in C language with MPLAB combined with C18 compiler. The link between computer and the microcontroller is carrying through the serial port.

Here you can download the hex file of the program:


And here are the source files of the soft:



4. Computer software


We develop the computer software with Microsoft Visual C++. You can download Express version at this address: http://msdn.microsoft.com/fr-fr/express/default.aspx

The following picture illustrates the software interface:



Here you can download the software:


And here are the sources files: