Difference between revisions of "Team:Aachen/Lab/Bioreactor/Download Library"

(Hardware Design Files)
Line 12: Line 12:
  
 
=Hardware Design Files=
 
=Hardware Design Files=
#Lasercutter : [[File:Aachen Lasercutter files.zip]]
+
#Lasercutter : [https://static.igem.org/mediawiki/2015/2/24/Aachen_Lasercutter_files.zip Aachen_Lasercutter_files.zip]
 
#3D printer:
 
#3D printer:
## Pump rotor : [[File:Aachen PumpRotors.zip]]
+
## Pump rotor : [https://static.igem.org/mediawiki/2015/6/63/Aachen_PumpRotors.zip Aachen_PumpRotor.zip]
## Stirrer : [[File:Aachen Stirrer3D.zip]]
+
## Stirrer : [https://static.igem.org/mediawiki/2015/8/82/Aachen_Stirrer3D.zip Aachen_Stirrer.zip]
## OD Device : [[File:Aachen OD Module.zip]]
+
## OD Device : [https://static.igem.org/mediawiki/2015/9/91/Aachen_OD_Module.zip Aachen_OD_Module.zip]
  
  
 
On the Software Side too we would like to helper recreate our project. These are some programs that helps debug, test and run the bioreactor. The Arduino Firmware is available in two versions: One to enable the slaves to talk to each other (scalable), the other one provides higher possible aeration rates, but no inter slave communication.
 
On the Software Side too we would like to helper recreate our project. These are some programs that helps debug, test and run the bioreactor. The Arduino Firmware is available in two versions: One to enable the slaves to talk to each other (scalable), the other one provides higher possible aeration rates, but no inter slave communication.
 
#Arduino firmware:
 
#Arduino firmware:
##Pump debug/test:[[File:Aachen_PumpProg.zip]]
+
##Pump debug/test:[https://static.igem.org/mediawiki/2015/7/70/Aachen_PumpProg.zip Aachen_PumpProg.zip]
##Stirrer debug/test: [[File:Aachen_StirrerDebug.zip]]
+
##Stirrer debug/test: [https://static.igem.org/mediawiki/2015/e/e9/Aachen_StirrerDebug.zip Aachen_StirrerDebug.zip]
##Pump Calibrator:[[File:Aachen_PumpCalibrator.zip]]
+
##Pump Calibrator:[https://static.igem.org/mediawiki/2015/1/12/Aachen_PumpCalibrator.zip Aachen_PumpCalibrator.zip]
##OD debug/test: [[File:Aachen_OD_final.zip]]
+
##OD debug/test: [https://static.igem.org/mediawiki/2015/8/8c/Aachen_OD_final.zip Aachen_OD_final.zip]
 
##Final Arduino-Bioreactor Firmware:
 
##Final Arduino-Bioreactor Firmware:
###with inter slave communication: [[File:Aachen_Slave_Com.zip|Arduino Firmware (zipped, executables)]]
+
###with inter slave communication: [https://static.igem.org/mediawiki/2015/2/28/Aachen_Slave_Com.zip Aachen_Slave_Com.zip]
###without inter slave communication: [[File:Aachen_Slave_without_Com.zip|Arduino Firmware (zipped, executables)]]
+
###without inter slave communication: [https://static.igem.org/mediawiki/2015/0/0b/Aachen_Slave_without_Com.zip Aachen_without_Com.zip]
  
  

Revision as of 18:29, 18 September 2015


Our goal was to finally create a manual for Do-It-Yourself Bioreactor. We have developed some devices and some structures but it can always be upgraded. Well atleast we give everyone the opportunity to try making it on your own. Prerequisite is a Lasercutter and a 3D printer. So get hold of one and use these files.

Software Packages

The Source code of the whole Master Control Program software suite is available in the igemsoftware GitHub repository under the GNU GENERAL PUBLIC LICENSE Version 3.0.

Hardware Design Files

  1. Lasercutter : Aachen_Lasercutter_files.zip
  2. 3D printer:
    1. Pump rotor : Aachen_PumpRotor.zip
    2. Stirrer : Aachen_Stirrer.zip
    3. OD Device : Aachen_OD_Module.zip


On the Software Side too we would like to helper recreate our project. These are some programs that helps debug, test and run the bioreactor. The Arduino Firmware is available in two versions: One to enable the slaves to talk to each other (scalable), the other one provides higher possible aeration rates, but no inter slave communication.

  1. Arduino firmware:
    1. Pump debug/test:Aachen_PumpProg.zip
    2. Stirrer debug/test: Aachen_StirrerDebug.zip
    3. Pump Calibrator:Aachen_PumpCalibrator.zip
    4. OD debug/test: Aachen_OD_final.zip
    5. Final Arduino-Bioreactor Firmware:
      1. with inter slave communication: Aachen_Slave_Com.zip
      2. without inter slave communication: Aachen_without_Com.zip