Team:ESBS-Strasbourg/Results/Device
From 2010.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 363: | Line 363: | ||
<li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Results/Modelling"> | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Results/Modelling"> | ||
Modeling</a></li> | Modeling</a></li> | ||
- | + | ||
</ul> | </ul> | ||
Line 377: | Line 377: | ||
<li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Notebook/Microfluidics"> | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Notebook/Microfluidics"> | ||
Microfluidics</a></li> | Microfluidics</a></li> | ||
+ | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Results/Device">Lighting device</a></li> | ||
<li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Notebook/Labbook"> | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Notebook/Labbook"> | ||
Lab-book</a></li> | Lab-book</a></li> | ||
Line 388: | Line 389: | ||
HUMAN PRACTICE</a></p> | HUMAN PRACTICE</a></p> | ||
<ul> | <ul> | ||
- | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice | + | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice#organisation"> |
Organisation</a></li> | Organisation</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice | + | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice#survey"> |
Survey</a></li> | Survey</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice | + | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice#video"> |
The ClpX video</a></li> | The ClpX video</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice | + | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice#game"> |
The ClpX game</a></li> | The ClpX game</a></li> | ||
- | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/ | + | <li><a href="https://2010.igem.org/Team:ESBS-Strasbourg/Humanpractice#safety"> |
Project Safety</a></li> | Project Safety</a></li> | ||
Line 489: | Line 490: | ||
<td width="10" rowspan=7 bgcolor="#222222"> | <td width="10" rowspan=7 bgcolor="#222222"> | ||
</div> | </div> | ||
- | + | <div id="windowbox" style="position:fixed; top:50%; left:20px; width:11%;"> | |
+ | <span style="color:ivory;"> | ||
+ | | ||
+ | <a href="https://2010.igem.org/Team:ESBS-Strasbourg/science"> | ||
+ | <img border="0" src="https://static.igem.org/mediawiki/2010/d/da/ESBS-Strasbourg-Clpx.gif" width="70" height="85" ></a> | ||
+ | <br> | ||
+ | Let me guide you</span> | ||
<td width="800" bgcolor="#414141"> | <td width="800" bgcolor="#414141"> | ||
<br> | <br> | ||
Line 556: | Line 563: | ||
<br> | <br> | ||
<br> | <br> | ||
- | + | • A1, A2, A3, B1, B2 , B3, C1, C2 and C3: LEDs connectors | |
+ | <br> | ||
+ | • B1: LEDs band connector | ||
+ | <br> | ||
+ | • Q1: quartz 4 MHz | ||
+ | <br> | ||
+ | • PIC: Microchip PIC 18F452 | ||
+ | <br> | ||
+ | • MAX: MAX232 | ||
+ | <br> | ||
+ | • DB9: DB9 connector | ||
+ | <br> | ||
+ | • PB: reset button | ||
+ | <br> | ||
+ | • P1: power connector (9 V) | ||
+ | <br> | ||
+ | • P2: 78L05L voltage regulator (5 V) | ||
+ | <br> | ||
+ | • R1: LEDs resistors (100 Ω) | ||
+ | <br> | ||
+ | • RC1: resistor (10 kΩ) and capacitor (100 nF) for the reset | ||
+ | <br> | ||
+ | • C1: quartz capacitor (33 pF) | ||
+ | <br> | ||
+ | • C2: power decoupling capacitor (33 nF) | ||
+ | <br> | ||
+ | • C3,C4,C5,C6: MAX232 capacitors (10 µF) | ||
+ | <br> | ||
+ | • C7: 78L05L capacitor (330 nF) | ||
+ | <br> | ||
+ | <br> | ||
</div> | </div> | ||
</td> | </td> |
Latest revision as of 16:35, 27 October 2010
{|
>
2. Printed circuit board
We designed 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: And here is the list of the corresponding components used: • A1, A2, A3, B1, B2 , B3, C1, C2 and C3: LEDs connectors • B1: LEDs band connector • Q1: quartz 4 MHz • PIC: Microchip PIC 18F452 • MAX: MAX232 • DB9: DB9 connector • PB: reset button • P1: power connector (9 V) • P2: 78L05L voltage regulator (5 V) • R1: LEDs resistors (100 Ω) • RC1: resistor (10 kΩ) and capacitor (100 nF) for the reset • C1: quartz capacitor (33 pF) • C2: power decoupling capacitor (33 nF) • C3,C4,C5,C6: MAX232 capacitors (10 µF) • C7: 78L05L capacitor (330 nF) |
3. Microcontroller software
The microcontroller used is a Microchip pic 18F452 which is easily programmable in C language with MPLAB combined to a C18 compiler. The link between the computer and the microcontroller is carried through the serial port. Here you can download the hex file of the program: And here are the source files of the software: |
4. Computer software
We developped 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 source files: |