Team:ESBS-Strasbourg/Results/Device

From 2010.igem.org

(Difference between revisions)
Line 533: Line 533:
<br>
<br>
<br>  
<br>  
-
Here you can download the files of the circuit: <center><img src="https://static.igem.org/mediawiki/2010/e/e8/Download_bouton.png"></center>
+
Here you can download the files of the circuit: <center><a href="https://static.igem.org/mediawiki/2010/e/e9/Prog_LEDs.zip"><img src="https://static.igem.org/mediawiki/2010/e/e8/Download_bouton.png"></a></center>
<br>
<br>
<br>
<br>
Line 559: Line 559:
<br>
<br>
<br>
<br>
-
Here you can download the hex file of the program: <center><img src="https://static.igem.org/mediawiki/2010/e/e8/Download_bouton.png"></center>
+
Here you can download the hex file of the program: <center><a href="https://static.igem.org/mediawiki/2010/6/63/Pic_LEDs.zip"><img src="https://static.igem.org/mediawiki/2010/e/e8/Download_bouton.png"></a></center>
<br>
<br>
<br>
<br>
-
And here are the source files of the soft: <center><img src="https://static.igem.org/mediawiki/2010/e/e8/Download_bouton.png"></center>
+
And here are the source files of the soft: <center><a href="https://static.igem.org/mediawiki/2010/e/e9/Prog_LEDs.zip"><img src="https://static.igem.org/mediawiki/2010/e/e8/Download_bouton.png"></a></center>
<br>
<br>
<br>
<br>

Revision as of 15:24, 26 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 link between computer and the microcontroller is carrying through the serial port.



2. Printed circuit board


We design the printed circuit board with Kicad a free PCB design tool.

Here you can download the files of the circuit:


The following picture explains the different components used:


3. Microcontroller software


The microcontroller used is the Microchip pic 18F452 which is easily programmable in C language with MPLAB combined with C18 compiler.

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: