Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 5.16 KB

011_general_preparation_parts.md

File metadata and controls

63 lines (42 loc) · 5.16 KB

##General preparation parts

###Overview This section is an overview of most parts for certain operations used in particular equipment in the laboratory. The goal of this list is to provide analysis to help planning and designing a universal platform, with micro-controller NodeMCU, to use in a wide variety of equipment, from measuring instruments to self-regulating tools.

###Table of contents

###NodeMCU NodeMCU Source:http://www.seeedstudio.com/depot/images/113990105%201.jpg

The NodeMCU is an open-source development kit, it features 13 general purpose inputs/outputs (GPIO) each GPIO can be PWM and a built in ESP8266 Wi-fi module with a PCB antenna. It comes with a lua-based unformal firmware, or you can develop it in the arduino IDE environment. Due to its flexibleness, small size and low cost it fits in with the project requirements and goals.

###General equipment - basic parts

####Display with rotary encoder For the best user interaction, a display with a rotary encoder will be implemented in all lab equipment. It will give a favorable overview of speed and duration for each process. The display menu will be arranged in rows, making it a simple and fast solution for scrolling througout all the settings.

####3 state switch Is used for switching between different modes of operation. Its uses differ from one application to another, from a manual full throttle, to an emergency stop. Its full functionality will be defined in the software.

####Heat-bed A PCB Heat-bed, commonly used in 3D printing technology, is a great solution for the Heating plate / slide warmer or Magnetic stirrer. Its slow heating process makes it appropriate for applications where lower(under 100°C) and more stable temperatures are preferred. Another advantage of the heat bed is its heat distribution as seen from the Thermal picture. Together with a integrated thermistor it forms a self-regulating system, with the ability to heat up to a certain temperature and maintain it.

###Rotating equipment - basic parts Rotating equipment Source:http://bmskgroup.com/product/mixers-rotators-tubes/

The following list contains all basic parts used by rotating instruments for their operation. The list does not cover design features, which are specific for different types of equipment. In principle, all rotating lab equipment works the same way and differ mainly in the rotation speed and axis.

####Stepper motor Will be used in low RPM (15-100 rpm) devices such as the rotating wheel and laboratory shaker, in cases where slow and controlled revolutions are favoured.

####DC motor In certain cases, e.g. vortex mixer or centrifuge, speed around 15,000 rpm is necessary to generate enough force. DC motors are a good solution for high speeds and low cost.

###Measuring equipment - basic parts Measurnig_equipment

Source:http://www.phidgets.com/wiki/images/6/6b/3550_0.jpg

All in all, measurements in the laboratory are taken with a large variety of sensors. The most GPIO pin efficient way to go would be, to make a universal input for all types of sensors, but this delivers the dilemma of constant sensor calibration.

####pH sensor Determining whether a sample is acid, neutral or basic is one of the fundamental bio-chemic tests, to know this we need to measure its pH value, which is deterined by the amount hydrogen ion (H+) concentration in the sample. The goal is to use a pH sensor to measure the pH value with 0,01 accuracy.

####Temperature sensor Its main function is to measure the temperature, but with this data a lot of other equipment can adjust their operation accordingly. It will enable self-regulating processes which are crucial for long term consistency and reproducibility of experiments.