Team:UC Davis/Potentiostat Design Get Started

From 2014.igem.org

(Difference between revisions)
Line 40: Line 40:
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 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>
-
https://static.igem.org/mediawiki/2014/e/e9/SeeedStudios_OliViewV2_0.zip
+
2. Order all the parts contained in the <a href"">parts list</a>. Be sure to order the teensy with pins.<br><br>
-
2. Order all the parts contained in the parts list. 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>
-
3. Populate the PCB with parts. 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>
-
4. Strip an old USB mini cable to expose the four colored wires. Attach your alligator clips to the following leads: working electrode-red, counter electrode-black, reference electrode-white.<br><br>
+
5. Download and install the <a href="http://arduino.cc/en/Main/Software">Arduino IDE</a>. Follow the getting started instructions for the <a href="https://www.pjrc.com/teensy/first_use.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>
-
5. Follow the getting started instructions provided on the Teensy website. Download the Teensy 3.1 OliView sketch and upload it to the Teensy using the standard upload procedure. Plug the microcontroller into the OliView breakout board.<br><br>
+
6. Download and install <a href="http://qt-project.org/downloads">Qt Creator</a>.
-
6. Download and extract the main github folder. Open the .pro file with Qt Creator. Plug in your new potentiostat and your  and being your experiments!<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><br>
</p>
</p>
</div>
</div>

Revision as of 00:19, 13 October 2014

UC Davis iGEM 2014

Inspiration & Iteration

Inspiration & Iteration

Software

Software

Get Started!

Get Started!

Getting Started

Downloads:

1. Download the OliView Version 2.0 PCB. Upload the zip file directly to the Seeed Studios Fusion PCB Ordering Page.

2. Order all the parts contained in the parts list. Be sure to order the teensy with pins.

3. Populate the PCB with components. A detailed walk through of the soldering process is available here. 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.

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.

5. Download and install the Arduino IDE. Follow the getting started instructions for the Teensy microcontroller. Download the Teensy 3.1 OliView sketch, and upload it to the Teensy using the standard upload procedure. Plug the microcontroller into the OliView breakout board.

6. Download and install Qt Creator. 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!