Difference between revisions of "Team:NAWI Graz/phHardware"

(Created page with "{{NAWI_Graz:navbar}} {{NAWI_Graz:footer}}")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{NAWI_Graz:navbar}}
 
{{NAWI_Graz:navbar}}
 +
<html>
 +
    <div class="section section-heading container">
 +
        <h1>pH HARDWARE</h1>
 +
    </div>
 +
    <br>
  
 +
    <div class="section container">
 +
        <div class="section-image border border-secondary">
 +
            <img src="" alt="[Figure 1 ???]">
 +
        </div>
 +
        <div class="section-sub-text container">
 +
            <b>Fig. 1:</b> The pH-controller for the pH inducible promoter. A 3D printed ground plate was set up with two peristaltic pumps
 +
            and a H-bridge motor control module. Two lab bottles filled with 1M HCl and 1M NaOH can be placed on the sockets.
 +
            In combination with the pH-Sensor (DFRobot), it was possible to set the pH value of the reactor medium to specific
 +
            pH values.
 +
        </div>
 +
        <div class="section-text container">
 +
            The Arduino code for the pH controller was designed in a two staged mechanism. At first a larger volume of either HCl or
 +
            NaOH was pumped into the reactor bottle until a treshold value was measured. In this case it was pH = 6.3 for
 +
            acidic conditions and pH = 7.7 for basic conditions. At this value, the motor control was set to much smaller
 +
            voltages so the liquid came in dropwise until the desired pH value was achieved (6 or 5).
 +
        </div>
 +
    </div>
 +
    <br>
 +
</html>
 
{{NAWI_Graz:footer}}
 
{{NAWI_Graz:footer}}

Latest revision as of 01:27, 2 November 2017

pH HARDWARE


[Figure 1 ???]
Fig. 1: The pH-controller for the pH inducible promoter. A 3D printed ground plate was set up with two peristaltic pumps and a H-bridge motor control module. Two lab bottles filled with 1M HCl and 1M NaOH can be placed on the sockets. In combination with the pH-Sensor (DFRobot), it was possible to set the pH value of the reactor medium to specific pH values.
The Arduino code for the pH controller was designed in a two staged mechanism. At first a larger volume of either HCl or NaOH was pumped into the reactor bottle until a treshold value was measured. In this case it was pH = 6.3 for acidic conditions and pH = 7.7 for basic conditions. At this value, the motor control was set to much smaller voltages so the liquid came in dropwise until the desired pH value was achieved (6 or 5).