Team:ESBS-Strasbourg/Results/Device
From 2010.igem.org
{|
>
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: |
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: |