Team:Carnegie Mellon/Hum-Circuit

From 2012.igem.org

(Difference between revisions)
Line 233: Line 233:
<li> Select a promoter from the 4 provided, and insert each promoter region. </li>
<li> Select a promoter from the 4 provided, and insert each promoter region. </li>
<ul>
<ul>
 +
<li> A single promoter is composed of 3 promoter regions, represented by identically-colored resistors.
<li> Note the orientation of the components when inserting each region. </li>
<li> Note the orientation of the components when inserting each region. </li>
<li> The top resistor should connect slots 1 & 2. The middle resistor should connect slots 2 & 3. The bottom resistor should connect slots 3 & 4. </li>
<li> The top resistor should connect slots 1 & 2. The middle resistor should connect slots 2 & 3. The bottom resistor should connect slots 3 & 4. </li>

Revision as of 07:38, 3 October 2012

Image:CMU_image6.jpeg




Circuit Kit: Overview

In order to raise awareness, and motivate continued innovation in the field of synthetic biology, our iGEM team took the initiative to design a simple hardware demonstration platform, with which mentors can allow students to interact with a physical model of our project! The platform uses a microcontroller and a collection of simple circuits and components which communicate with a Matlab GUI to demonstrate how the various portions of our BioBricks interact to accomplish our goal.

Microcontrollers 101:

Typically, microcontrollers are general purpose microprocessors which have additional parts that allow them to read, and control external devices. We often use the terms microcontroller and microprocessor interchangeably.

Microcontrollers are typically used to:
  • Gather sensor and component inputs.
  • Process these inputs, in digital format, to determine some output or action.
  • Utilize output devices and/or communication channels to do something useful.

  • Why use microcontrollers to help spread synthetic biology awareness? Microcontrollers are a good starting point for teaching students about general input/output systems, which are the primary design focus of synthetic biology: creating biological systems that transform environmental inputs into useful outputs. A basic microcontroller typically includes a microprocessor, digital inputs/outputs, analog inputs/outputs, and some type of communication interface (e.g. serial, wi-fi, bluetooth, etc).

    Although our kit utilizes an off-the-shelf microcontroller (AtMega328P-PU based Arduino), we additionally designed a simplified version. This allows other collaborators and students to potentially replicate, or modify the project and eventually fabricate their own simplified microcontrollers for use in DIY synthetic biology education. In many senses, the BioBricks being developed through the iGEM foundation essentially function like minute microcontroller systems. It is thus important to identify this similarity, and provide students and future researchers with an opportunity to explore it.

    Simplified Microcontroller:

    Below is a list of components used in our simplified microcontroller, and an image of the schematic designating the physical connections between the components and the AtMega328P-PU. These connections can initially be wired using a breadboard, which allows students to gain a simplified understanding of what connections are being made in off-the-shelf microcontrollers. If they choose, students can use the provided schematic files to order a pcb of their own from any of a variety of pcb manufacturers.

    Parts List:
  • AtMega328P-PU: ATMega328P-PU (AVR microcontroller)
  • IC2: 78L05 (5v Voltage Regulator, 100ma)
  • Q1: 16MHz Resonator (with internal capacitors)
  • C1: 0.1μF Capacitor
  • C2: 0.33μF Capacitor
  • C3: 0.1μF Capacitor
  • R1: 10KΩ Resistor

  • Simplified Microcontroller Schematic:


    Simplified Microcontroller PCB Layout:


    Follow this link to download the eagle schematic files.

    General Notes:
  • Use the provided usb cable to connect the platform to a computer. Please do not detach the cable from the kit.
  • The GUI is implemented in Matlab currently, but will also be implemented via an open-source language.
  • Source-code for both implementations will be available via this link.


  • Build a BioBrick:
  • Insert the start-sequence, represented by the first set of 2-pin jumpers on the far left of the main unit.
  • Select a promoter from the 4 provided, and insert each promoter region.
    • A single promoter is composed of 3 promoter regions, represented by identically-colored resistors.
    • Note the orientation of the components when inserting each region.
    • The top resistor should connect slots 1 & 2. The middle resistor should connect slots 2 & 3. The bottom resistor should connect slots 3 & 4.
  • Insert the tRNA stabilizer headers (2).
  • Insert the Spinach sequence (6-pin header).
  • Insert both RBS & FAP sequences.
  • Insert the end-sequence, represented by the final set of 2-pin jumpers.
  • The goal was to create a model of our biosensor that clearly represents its main components and makes clear how the biosensor works. We also planned to enable the students to simulate changes in the “environment” and to observe the outcome of these changes. To achieve this goal, we built an affordable, microcontroller-based, hardware platform and also developed an associated, open-source, simulation software.

    The combined hardware/software platform allows the students to directly manipulate electronic components, which are formal equivalents of the BioBricks used in our sensor, and to observe the effect of changing these components on the current or voltage output, which is the equivalent of the fluorescence intensity in our lab experiments. In using the kit, the students get a feel for how different promoters are compared using the biosensor; they can rank "virtual promoters" in the order of their strength. Students who use the kit gain hands-on experience and understand how all the parts of the biosensor work together to measure the mRNA and protein levels, without working in the wet lab. The figure on the right is a photograph of the hardware platform on which the correspondence between the biological components of the biosensor and the electronic components of the kit are identified.

    The software used in the platform is based on the model derived for the analysis of the fluorescence data obtained with the biosensor. We have also created a GUI that allows the students to modify the parameters used in the model and to visualize on a computer display the current/voltage output (which is the equivalent of the fluorescence output in our experiments).

    To obtain feedback for how high school students use the circuit kit, the team has given several presentations about synthetic biology and our project to high school students enrolled in the Summer Academy of Math and Science and in AP Biology at Carnegie Mellon University. We have also sought and obtained feedback on the kit from a Physics teacher from a local Public School in Pittsburgh. This feedback and input gained in these presentations is used to refine the kit.

    Image:TartanFooter.jpeg