Difference between revisions of "Poseidon Syringe Pump"
Line 22: | Line 22: | ||
== Raspberry Pi Set-Up == | == Raspberry Pi Set-Up == | ||
+ | |||
+ | If you are using a brand-new Raspberry Pi, you should see [[Raspberry_Pi|this page]] on set-up basics. | ||
+ | |||
+ | Once you have installed your Raspbian OS using NOOBS, you should connect to a Wi-Fi network. Then, open a terminal and run the following: | ||
+ | |||
+ | To update the Pi: sudo apt-get update | ||
+ | |||
+ | To upgrade the Pi: sudo apt-get upgrade | ||
+ | |||
+ | (If either of the above commands fails, then you have not connected to a Wi-Fi network yet... Do this and try again.) | ||
+ | |||
+ | To install a necessary GUI dependency: sudo apt-get install python3-pyqt5 | ||
Revision as of 05:15, 22 January 2019
This page is dedicated to the set-up of the Poseidon Syringe Pump (as originally constructed by the Pachter Lab at CalTech) for Advanced Physical Chemistry (Spring 2019).
Overview
This is a syringe pump created by the Pachterlab at CalTech. The project page is found here: Poseidon.
Obtaining Materials and Printing Parts
You can find the list of materials and vendors here.
Next, you must print the parts for the syringe pump apparatus.
The .stl files for the 3D printed parts can be found here.
Assembly of 3D-Printed Parts
The Pachter lab has created helpful videos on the construction of the pump apparatus once you have all the necessary materials and 3D printed parts.
Microscope Assembly (Optional)
Raspberry Pi Set-Up
If you are using a brand-new Raspberry Pi, you should see this page on set-up basics.
Once you have installed your Raspbian OS using NOOBS, you should connect to a Wi-Fi network. Then, open a terminal and run the following:
To update the Pi: sudo apt-get update
To upgrade the Pi: sudo apt-get upgrade
(If either of the above commands fails, then you have not connected to a Wi-Fi network yet... Do this and try again.)
To install a necessary GUI dependency: sudo apt-get install python3-pyqt5