รหัสสินค้า | A4466 |
หมวดหมู่ | เซนเซอร์วัดสภาพแวดล้อม |
ราคา | 1,150.00 บาท |
Steps for usage
Note:
Please use an external switching power supply to make the voltage as close as possible to +5.00V. The more accurate the voltage, the higher the accuracy!
The electrode needs to be calibrated with a standard buffer solution before each continuous use. In order to obtain more accurate results, the ambient temperature should be around 25°C. The known pH value must be reliable, and the closer the pH value to the measured value, the better .If the sample you are measuring is acidic, please use a pH4.00 buffer solution to calibrate the electrode. If the sample you are measuring is alkaline, please use a pH9.18 buffer solution to calibrate the electrode.Calibrate in sections just to get better accuracy.
The pH electrode needs to be cleaned with clean water for every solution with a different pH. It is recommended to clean with deionized water.
(1) Connect each device as shown in the figure, that is: connect the pH electrode to the BNC interface of the pH meter circuit board, and then use the analog cable to connect the pH meter circuit board to the analog port 0 of the Arduino main controller. After powering on the Arduino main controller, you can see that the blue indicator light of the pH meter circuit board turns on.
(2) Write sample code to Arduino main controller.
(3) Insert the pH electrode into the standard solution with a pH value of 7.00, or directly short the two inputs of the BNC interface, open the serial monitor of the Arduino IDE, you can see the pH value currently printed, and the error will not exceed 0.3. Record the value printed at this time, and then compare with 7.00, modify the difference to the Offset in the program. For example, if the printed pH value is 6.88, the difference is 0.12. In the sample program, change #define Offset 0.00 to #define Offset 0.12.
(4) Insert the pH electrode into the calibration solution with a pH value of 4.00. After waiting for one minute, adjust the gain potentiometer to make the printed pH value as stable as possible around 4.00. At this point, the acid section calibration has been completed, and you can test the pH value of the acid solution.
Note: When measuring other solutions, the electrode must be cleaned.
(5) Relying on the linear characteristics of the pH electrode itself, after the above calibration, the pH value of the alkaline solution can be directly measured, but if you want to obtain better accuracy, it is recommended to recalibrate. The alkaline section is calibrated with a standard solution with a pH of 9.18, and the gain potentiometer is also adjusted to stabilize it at about 9.18. After calibration, you can now measure the pH value of the alkaline solution.
Sample code Arduino IDE to see the result
#define SensorPin 0 //pH meter Analog output to Arduino Analog Input 0
#define Offset 0.00 //deviation compensate
unsigned long int avgValue; //Store the average value of the sensor feedback
void setup()
{
pinMode(13,OUTPUT);
Serial.begin(9600);
Serial.println("Ready"); //Test the serial monitor
}
void loop()
{
int buf[10]; //buffer for read analog
for(int i=0;i<10 ;i++) //Get 10 sample value from the sensor for smooth the value
{
buf[i]=analogRead(SensorPin);
delay(10);
}
for(int i=0;i<9;i++) //sort the analog from small to large
{
for(int j=i+1;j<10;j++)
{
if(buf[i]>buf[j])
{
int temp=buf[i];
buf[i]=buf[j];
buf[j ]=temp;
}
}
}
avgValue=0;
for(int i=2;i<8;i++) //take the average value of 6 center sample
avgValue+=buf[i];
float phValue=(float)avgValue*5.0 /1024/6; //convert the analog into millivolt
phValue=3.5*phValue+Offset; //convert the millivolt into pH value
Serial.print(" pH:");
Serial.print(phValue,2);
Serial.println (" ");
digitalWrite(13, HIGH);
delay(800);
digitalWrite(13, LOW);
}
Maintenance and precautions
1. When the electrode is used for the first time or will not be used again for a long time, immerse the electrode bulb and sand core in 3NKCL solution to activate it for 8 hours.
2. After removing the electrode protective cover, pay attention that the sensitive glass bubbles in the plastic protective grid do not contact with hard objects. Any damage or grazing will cause the electrode to fail.
3. After the measurement, the electrode protective sleeve should be put on when not in use, and a small amount of 3.3mol/L potassium chloride solution should be placed in the protective sleeve to keep the electrode bulb moist.
4. The lead-out end of the electrode must be kept clean and dry to absolutely prevent short circuit at both ends of the output, otherwise the measurement result will be inaccurate or invalid.
5. Avoid long-term immersion of the electrode in distilled water, protein solution and acid fluoride solution, and prevent contact with silicone grease.
6. After the electrode has been used for a long time, if you find that the gradient is a little bit inland, you can soak the lower end of the electrode in 4% HF (hydrofluoric acid) for 3-5 seconds, wash it with distilled water, and then put it in potassium chloride solution. Soak in the medium to restore it.
7. If the tested solution contains substances that are easy to contaminate the sensitive bulb and block the liquid junction, and the electrode is passivated, the phenomenon is that the sensitivity gradient is reduced and the reading is inaccurate.In this case, it should be cleaned with an appropriate solution according to the nature of the pollutant to make it renewed.
8. When choosing a cleaning agent, such as a cleaning solution that can dissolve polycarbonate resin, such as carbon tetrachloride, trichloroethylene, tetrahydrofuran, etc., it is possible to dissolve the polycarbonate resin and apply it to the sensitive glass bulb to make the electrode Invalid, please use with caution!
จัดส่ง วันอาทิตย์-วันศุกร์
ส่งแบบ EMS ได้รับ 1-2 วัน นับจากวันจัดส่ง
วันจันทร์-ศุกร์ แจ้งโอนก่อน 14.00 น. จัดส่งวันนั้น
แจ้งโอนวันศุกร์ หลัง 14.00 น. และวันเสาร์ จัดส่งวันอาทิตย์
แจ้งโอนวันอาทิตย์ จัดส่งวันจันทร์
ขาย Arduino การตรวจสอบเลขแทรคสินค้า Arduino
ขาย Arduino ใบกำกับภาษี
ขาย Arduino สินค้าทุกชิ้นที่ซื้อกับทางร้าน AllNewStep
สามารถนำไปเบิกกับ หน่วยงานราชการ บริษัท ห้างร้าน ได้อย่างถูกต้อง จึงซื้อได้อย่างมั่นใจ
กรณีที่ไม่ได้นำไปใช้เบิก
สามารถติ๊กออก ข้ามช่องนี้ไม่ต้องกรอกได้ ทางร้านออกเป็น ใบเสร็จรับเงิน / ใบกำกับภาษีฉบับย่อให้ แนบไปพร้อมกับสินค้า
ขาย Arduino ใบกำกับภาษีเต็มรูปแบบ
สำคัญมาก "ข้อมูลใบกำกับภาษีไม่สามารถเปลี่ยนแปลงหรือแก้ไขได้หลังการสั่งซื้อสินค้า"
ขาย Arduino ทางร้าน AllNewStep ออกใบกำกับภาษี/ใบเสร็จรับเงิน ลงวันที่ ที่แจ้งชำระสินค้าให้ลูกค้าทุกครั้งที่ทำรายการสั่งซื้อโดยแนบไปพร้อมสินค้า
ขาย Arduino ข้อมูลสำหรับออกใบกำกับภาษี
ขาย Arduino โปรดตรวจสอบข้อมูลเหล่านี้ให้ชัดเจน ก่อนกรอกข้อมูล เพราะใบกำกับภาษีไม่สามารถเปลี่ยนแปลง หรือแก้ไขได้หลังซื้อสินค้า
*** สำคัญมาก :: ข้อมูลจะต้องมีครบทั้ง 4 อย่างนี้ ถ้าไม่ครบ ทางร้านจำเป็นต้องออกใบกำกับภาษีอย่างย่อ เนื่องจากข้อมูลไม่ครบ
ขาย Arduino วิธีการชำระเงิน
ชำระเงินผ่านธนาคาร เรามีหลายธนาคารให้เลือก ขาย Arduino เพื่ออำนวยความสะดวกให้กับลูกค้า
การทำธุรกรรมของธนาคารต่างสาขาหรือต่างธนาคาร จะมีค่าธรรมเนียมเพิ่ม แล้วแต่ธนาคาร กรณีมีค่าธรรมเนียมรายได้เป็นของธนาคาร ทางร้านไม่ได้ออกค่าธรรมเนียมให้
ถ้าทำธุรกรรมภายในธนาคารเดียวกัน จะเสียค่าธรรมเนียมน้อยที่สุดหรือไม่เสียเลย บางธนาคารจะไม่คิดค่าธรรมเนียมโดยจำกัดว่าฟรีได้กี่ครั้งใน 1 เดือน เช่นฟรีค่าธรรมเนียมเมื่อโอนในธนาคารเดียวกัน 5 ครั้ง/เดือน ผ่านทางตู้ ATM
ดังนั้น ควรเลือกโอนมาที่ธนาคารเดียวกัน จะเสียค่าธรรมเนียมน้อยที่สุดหรือไม่เสียค่าธรรมเนียมตามเงื่อนไขที่ธนาคารกำหนด
ขาย Arduino เมื่อชำระเงินผ่านธนาคารแล้ว
กรุณาแจ้งที่หน้า แจ้งชำระเงิน https://www.allnewstep.com/informpayment
พร้อมแนบสลิป หรือภาพหน้าจอการโอนที่สำเร็จแล้ว ด้วยทุกครั้ง
เพื่อเป็นหลักฐาน และเก็บสลิปหลักฐานการโอนเงินไว้จนกว่าจะได้รับสินค้า
กรณีที่ธนาคารสลิปหมด หรือไม่มีสลิป สามารถแจ้งข้อความ รายละเอียดการโอนเงินได้ที่ เมนู ติดต่อ AllNewStep https://www.allnewstep.com/contactus ทางร้านจะดำเนินการตรวจสอบและรีบจัดส่งให้เร็วที่สุด
แนะนำจ่ายเงินผ่าน PromtPay ฟรีค่าธรรมเนียม หรือน้อยที่สุด Recomment
สแกน QR Code นี่จ่ายได้เลย
ขาย Arduino AllNewStep มีอุปกรณ์สำหรับ Arduio ครบทุกอย่างที่อยากได้ จากทุกแห่งทั่วโลก ในราคาที่ถูกที่สุด รับประกันคุณภาพ เสียเปลี่ยนตัวใหม่ให้ทันที ไม่ต้องรอ ไม่ต้องเสียค่าส่งสินค้ามาเคลม ขาย Arduino ตามรายละเอียดการรับประกันด้านล่างนี้
สินค้าทุกชิ้นมีรับประกัน 30 วัน ซื้อสินค้าจาก AllNewStep มั่นใจได้ รับประกันคุณภาพ ด้วยการมีประกันสินค้าที่ดีกว่าเราได้ตรวจเช็คและรับประกันสินค้าซื้อไปใช้ได้อย่างมั่นใจและสบายใจ เพื่อให้ลูกค้าถูกใจที่สุด
ทั้ง นี้หากมีสินค้าที่ได้รับมีความผิดพลาดอันใด ที่อาจเกิดขึ้นได้ ไม่ว่าจะเป็นอุปกรณ์เสีย หรือความเสียหายระหว่างการส่ง โดยที่ลูกค้าไม่ได้เป็นคนกระทำ AllNewStep รับประกันเปลี่ยนตัวใหม่ให้ทันที ภายใน 30 วันหลังจากได้รับสินค้า พร้อมออกค่าส่งสินค้าให้ ทั้งค่าส่งมา และค่าส่งกลับ ลูกค้าไม่ต้องรับภาระเรื่องค่าจัดส่ง โดยสามารถใช้กล่องเดิมส่งมาได้ โดยมีเงื่อนไขดังนี้