Oscarliu117 (Talk | contribs) |
Oscarliu117 (Talk | contribs) |
||
Line 111: | Line 111: | ||
3.pH Meter yellow wire----Arduino A1</br> | 3.pH Meter yellow wire----Arduino A1</br> | ||
define in code by yourself #define SensorPin A0</br> | define in code by yourself #define SensorPin A0</br> | ||
− | 4. Wiring diagram</br> | + | 4. Wiring diagram</br></p> |
+ | |||
<div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
− | |||
+ | <p class="pcontent">See the code on github</br></br></p> | ||
<p class="pcontent"><h8>Experiments</h8></br> | <p class="pcontent"><h8>Experiments</h8></br> | ||
Experiment 1:Instrument calibration</br> | Experiment 1:Instrument calibration</br> | ||
Line 120: | Line 121: | ||
(1)Insert pH meter into pH 7 buffer solution, wait about 1 min, it will achieve a stable value.</br> | (1)Insert pH meter into pH 7 buffer solution, wait about 1 min, it will achieve a stable value.</br> | ||
(2)Minus the value with pH 7, and it will get the offset value. For instance,</br> | (2)Minus the value with pH 7, and it will get the offset value. For instance,</br> | ||
− | <h8>7-7.09=-0.09</h8></br> | + | <h8>7-7.09=-0.09</h8></br></p> |
+ | |||
+ | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
+ | |||
+ | <p class="pcontent">(3)Write the offset value into code, upload the code into Arduino again.</br></p> | ||
+ | |||
<div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
− | + | ||
− | < | + | <p class="pcontent">(4) After rinsing the pH meter, insert it into pH 4 buffer solution.</br> |
− | + | ||
(5) If it is found to be too different from the error of pH=4, you should adjust the knob.</br> | (5) If it is found to be too different from the error of pH=4, you should adjust the knob.</br> | ||
− | After inserting pH = 4, it is found that the error with 4 is very large.</br> | + | After inserting pH = 4, it is found that the error with 4 is very large.</br></p> |
+ | |||
+ | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
+ | |||
+ | <p class="pcontent">Adjust the knob</br> | ||
+ | (Remark: Because the change of the knob is small, it may have to turn a few more times until display pH 4.)</br></p> | ||
<div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
− | + | ||
− | + | <p class="pcontent">Finally, it can be found that the measured pH is 4.</br></p> | |
− | + | ||
− | + | ||
<div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
− | 2. Experimental formula calculation</br> | + | |
+ | <p class="pcontent">2. Experimental formula calculation</br> | ||
(1)voltage = analog value*5/1024</br> | (1)voltage = analog value*5/1024</br> | ||
(2) pH value = 3.5*voltage+offset</br> | (2) pH value = 3.5*voltage+offset</br> | ||
Line 145: | Line 155: | ||
Mixing a solution with pH=4.7 and measure with a calibrated pH meter.</br> | Mixing a solution with pH=4.7 and measure with a calibrated pH meter.</br> | ||
3. Result</br> | 3. Result</br> | ||
− | After inserting the solution with pH=4.7, we found that the value was stable at pH 4.83 with an error of about 0.13, which roughly met the error of this pH meter ± 0.1 pH.</br> | + | After inserting the solution with pH=4.7, we found that the value was stable at pH 4.83 with an error of about 0.13, which roughly met the error of this pH meter ± 0.1 pH.</br></p> |
+ | |||
<div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | <div class="carousel-item active" style="background-image: url('http://placehold.it/1900x1080')"></div> | ||
− | + | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 05:08, 15 September 2018