Team:UC Davis/Potentiostat Design Get Started

From 2014.igem.org

(Difference between revisions)
 
(10 intermediate revisions not shown)
Line 17: Line 17:
<div>
<div>
  <div class="switchbox1">  
  <div class="switchbox1">  
-
   <h2>Inspiration & Iteration</h2>
+
   <h2>Hardware</h2>
   <a href="https://2014.igem.org/Team:UC_Davis/Potentiostat_Design_Inspiration_Iteration">
   <a href="https://2014.igem.org/Team:UC_Davis/Potentiostat_Design_Inspiration_Iteration">
-
     <span><h2>Inspiration & Iteration</h2></span>  
+
     <span><h2>Hardware</h2></span>  
   </a>
   </a>
    
    
Line 27: Line 27:
   <h2>Software</h2>
   <h2>Software</h2>
   <a href="https://2014.igem.org/Team:UC_Davis/Potentiostat_Design_Software">
   <a href="https://2014.igem.org/Team:UC_Davis/Potentiostat_Design_Software">
-
     <span><h2>Software & Downloads</h2></span>
+
     <span><h2>Software</h2></span>
   </a>
   </a>
  </div>
  </div>
  <div class="switchbox1">
  <div class="switchbox1">
-
   <h2>Get Started!</h2>
+
   <h2>Build Your Own</h2>
   <a href="https://2014.igem.org/Team:UC_Davis/Potentiostat_Design_Get_Started">
   <a href="https://2014.igem.org/Team:UC_Davis/Potentiostat_Design_Get_Started">
-
     <span><h2>Getting Started</h2></span>
+
     <span><h2>Build Your Own</h2></span>
   </a>
   </a>
  </div>
  </div>
Line 40: Line 40:
-
<a href="https://2014.igem.org/Team:UC_Davis/Potentiostat_Design_Inspiration_Iteration">
+
 
-
<div class="mainTitleHeader">
+
-
<p>Getting Started</p>
+
-
</div>
+
-
</a>
+
<div class="mainContainer">
<div class="mainContainer">
Line 51: Line 47:
Downloads:<br><br>
Downloads:<br><br>
-
1. Download the <a href="https://static.igem.org/mediawiki/2014/e/e9/SeeedStudios_OliViewV2_0.zip">OliView Version 2.0 PCB</a>. Upload the zip file directly to the <a href="http://www.seeedstudio.com/service/index.php?r=pcb">Seeed Studios Fusion PCB</a> Ordering Page.<br><br>
+
1. Download everything required, <a href="" class="birghtlink">Version 2.0 Board</a>,<a href="" class="birghtlink">OliView Software</a>,<a href="" class="birghtlink">Qt Creator</a>, <a href="" class="birghtlink">TeensyDuino</a>, & the <a href="" class="birghtlink">Teensy sketch</a>. Send the CAM files to Seeed Stuidos for PCB production and order all the parts you need from <a href="https://static.igem.org/mediawiki/2014/9/9a/OliViewPartsList.xls">this</a> list.<br><br>
-
 
+
-
2. Order all the parts contained in the <a href"">parts list</a>. Be sure to order the teensy with pins.<br><br>
+
-
 
+
-
3. Populate the PCB with components. A detailed walk through of the soldering process is available <a href="">here</a>. This step requires the soldering of surface mounted ICs, there are many tutorials on YouTube describing proper technique and best practices. Solder pins onto the following teensy microcontroller pin slots: AREF, DAC, 3.3V, & GND.<br><br>
+
-
 
+
-
4. Strip an old USB mini cable to expose the four colored wires. Solder your alligator clips to the following colored wires: working electrode-red, counter electrode-black, reference electrode-white.<br><br>
+
-
5. Follow the getting started instructions for the <a href="https://www.pjrc.com/teensy/td_download.html">Teensy microcontroller</a>. Download the <a href="http://github.com/UCDiGEM/OliView/blob/master/SoftKeyboard/SoftKeyboard.ino">Teensy 3.1 OliView sketch</a>, and upload it to the Teensy using the standard upload procedure. Plug the microcontroller into the OliView breakout board.<br><br>
+
2. Populate the board with parts once it arrives.<br><br>
-
6. Download and install <a href="http://qt-project.org/downloads">Qt Creator</a>.<br><br>
+
3. Install the required software. Load the .pro file from the OliView software download into Qt Creator. Press play and start experimenting!<br><br>
-
7. Download and extract the main github folder. Open the .pro file with Qt Creator. Plug in your new potentiostat, then press play in Qt Creator. Begin your experiments!<br>
 
</p>
</p>
</div>
</div>

Latest revision as of 00:13, 18 October 2014

UC Davis iGEM 2014

Hardware

Hardware

Software

Software

Build Your Own

Build Your Own

Downloads:

1. Download everything required, Version 2.0 Board,OliView Software,Qt Creator, TeensyDuino, & the Teensy sketch. Send the CAM files to Seeed Stuidos for PCB production and order all the parts you need from this list.

2. Populate the board with parts once it arrives.

3. Install the required software. Load the .pro file from the OliView software download into Qt Creator. Press play and start experimenting!

Step 1