Difference between revisions of "Team:BostonU HW/Demonstrate"

Line 509: Line 509:
 
       </div>
 
       </div>
 
       <div class="col-md-9">  
 
       <div class="col-md-9">  
         [Priya: Build & Assembly pages]
+
         To ease the use of our tool, Neptune offers several features to the user. First, the user could simply email the developers, or visit our Github page where there would be instructions on how to get started, and some documentation. This would include what the user would need to download, and the steps to get Neptune running on the biologist's computer.
 +
<br><br>
 +
      When the user first enters Neptune, they could also go through a guided tour using the 'Tour' button on the dashboard page. The guided tour would step through the entire application to show the user what they need to do to make their first microfluidic chip from top to bottom.
 +
<br><br>
 +
      Otherwise, the user can visit our iGEM wiki page where they can view more documentation, tutorial videos, and so on. They could also reach out to the synthetic biology community to talk to other biologists and how they used Neptune for their research experiments. This interaction using Neptune would enable biologists around the world to share their ideas, get feedback, and progress the advancement of science.
 +
 
 
       </div>
 
       </div>
 
     </div>
 
     </div>

Revision as of 22:53, 18 October 2016


DEMONSTRATION





Come see all that Neptune has to offer at a live demonstration at our booth.
TAKE A LOOK AT NEPTUNE IN ACTION


Below you can find a video of a step by step walkthrough of the Neptune toolchain. We take an example case, Dr. Ali, who wants to create a simple inducer chip, and show how he can specify, design, build, and control his microfluidic device through Neptune’s system:


Step 1
Create a Project!
Step 2
Specify the microfluidic design in terms of liquid flow relations using a library of features provided.
Step 3
Make any parametric edits to chip features if desired in the more detailed MINT description.
Step 4
Build and Assemble the chip and control infrastructure.
Step 5
Control and use the microfluidic system!




Considerations for Replication | Neptune is built to be modular, accessible, parametric, and expandable.
OPEN SOURCE
All of our materials are Open Source. This includes our software tool Neptune, our parametric 3-D Print (STL) files for the microfluidic and hardware infrastructure, and our firmware used to control the valves and dispensers of our system. If an individual wishes to use, modify, or reinvent our software, firmware, or hardware, all of the material to do so is readily available to them to download at their convenience from our public GitHub repository. Also, any of our supporting software tools (including Cura and OpenScad), are free. Users can download any of these resources using the links below.


INSTRUCTIONAL RESOURCES
To ease the use of our tool, Neptune offers several features to the user. First, the user could simply email the developers, or visit our Github page where there would be instructions on how to get started, and some documentation. This would include what the user would need to download, and the steps to get Neptune running on the biologist's computer.

When the user first enters Neptune, they could also go through a guided tour using the 'Tour' button on the dashboard page. The guided tour would step through the entire application to show the user what they need to do to make their first microfluidic chip from top to bottom.

Otherwise, the user can visit our iGEM wiki page where they can view more documentation, tutorial videos, and so on. They could also reach out to the synthetic biology community to talk to other biologists and how they used Neptune for their research experiments. This interaction using Neptune would enable biologists around the world to share their ideas, get feedback, and progress the advancement of science.

PARAMETRIC DESIGNS
All of our STL files used for 3-D printing hardware infrastructure are parametric. If the user decides to use a different servo than that which Neptune recommends, he or she may simply enter a few measurements into the parameters listed at the top of the provided files and the designs will update automatically to reflect those changes.

Our software is designed to convert a mL amount to be dispensed into a PWM command to be sent to the arduino such that an even dispense rate is achieved for fluid movement through the microfluidic device. This conversion, however, is dependent on the specific servo/syringe combination the user has implemented. If the user decides to use a different servo/syringe setup than what is recommended by our system, he or she may still use our dispense conversion algorithm to control their system as it is also completely parametric.


LARGE FUNCTIONAL RANGE OF HARDWARE




Our Hardware system is highly adaptable for both small and large system requirements. Neptune is capable of running up to 200 servo/syringe combinations at once, fulfilling the need for the most demanding microfluidic system. This number is calculated by finding the bottleneck in data transfer from the computer to Arduino, and the transfer rate from Arduino to motor controller shield. Processing time in both the computer and Arduino are comparatively negligible.

Transfer to Arduino: 115,200 bits/second, 14,400 bytes/second Transfer to motor controller: standard mode of I2C: 100,000 bits/second, 12,500 bytes/second Bytes required for one command: 12

Therefore the maximum theoretical number of commands that can be sent at once is 12,500/12 = 1040. Including a safety margin of over 5x to ensure that all servo/syringe combinations can move 5x per second to ensure smooth motion all at once, Neptune’s set maximum is 200 servo/syringe combinations.

Neptune transforms the build area of a desktop CNC mill into that of an entire machine shop, and beyond. By milling square, modular components with pre-drilled holes for easy mounting Neptune can span a build area of one 4.2”x 4.2” square to hundreds of feet in any direction. This modularity, in addition to enabling huge build areas, allows for custom baseboard configurations to fix each project’s individual needs. The pre-drilled holes ensure proper component alignment and spacing, further adding to Neptune’s ease-of-use.