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

(Hardware Design Files)
(Hardware Design Files)
Line 27: Line 27:
 
#OD debug/test: [https://static.igem.org/mediawiki/2015/8/8c/Aachen_OD_final.zip 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: [https://static.igem.org/mediawiki/2015/2/28/Aachen_Slave_Com.zip Aachen_Slave_Com.zip]
+
**with inter slave communication: [https://static.igem.org/mediawiki/2015/2/28/Aachen_Slave_Com.zip Aachen_Slave_Com.zip]
  
*without inter slave communication: [https://static.igem.org/mediawiki/2015/0/0b/Aachen_Slave_without_Com.zip Aachen_without_Com.zip]
+
**without inter slave communication: [https://static.igem.org/mediawiki/2015/0/0b/Aachen_Slave_without_Com.zip Aachen_without_Com.zip]
  
  

Revision as of 01:32, 19 September 2015


Our goal was to finally create a detailed guide to construct a Do-It-Yourself Bioreactor. We have developed the basic devices and some structures but it can always be upgraded. We would like to give everyone the opportunity to try to customize it as per the needs of their experiments. Some of the prerequisites are a Lasercutter and a 3D printer. So get hold of them and start using these files.

Software Packages

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

Hardware Design Files

  1. Aachen_Lasercutter_files.zip
  2. 3D printer:
    1. Aachen_PumpRotor.zip
    2. Aachen_Stirrer.zip
    3. Aachen_OD_Module.zip
  3. Aachen_MainCircuit.zip


Further, we also provide software tools to help the end-user in recreating our project. Additional programs are made available to 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) and the other one to provide higher possible aeration rates, but without inter slave communication.

  • 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: