Team:ESBS-Strasbourg/Results/Device
From 2010.igem.org
(Difference between revisions)
Line 471: | Line 471: | ||
<tr> | <tr> | ||
<div id="leftmenu"> | <div id="leftmenu"> | ||
- | <td width=" | + | <td width="180" rowspan=7 bgcolor="#414141" valign="top"> |
<br> | <br> | ||
<div class="heading">Lighting device</div> | <div class="heading">Lighting device</div> |
Revision as of 14:44, 26 October 2010
{|
>
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: |