Analog PH sensor Ph sensor Analog sensor ph meter Arduino compatible

Analog PH sensor Ph sensor Analog sensor ph meter Arduino compatible
Analog PH sensor Ph sensor Analog sensor ph meter Arduino compatibleAnalog PH sensor Ph sensor Analog sensor ph meter Arduino compatibleAnalog PH sensor Ph sensor Analog sensor ph meter Arduino compatibleAnalog PH sensor Ph sensor Analog sensor ph meter Arduino compatibleAnalog PH sensor Ph sensor Analog sensor ph meter Arduino compatibleAnalog PH sensor Ph sensor Analog sensor ph meter Arduino compatibleAnalog PH sensor Ph sensor Analog sensor ph meter Arduino compatibleAnalog PH sensor Ph sensor Analog sensor ph meter Arduino compatible
รหัสสินค้า A4466
หมวดหมู่ เซนเซอร์วัดสภาพแวดล้อม
ราคา 1,150.00 บาท
ขออภัย สินค้าหมด
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay
Analog PH sensor Ph sensor Analog sensor Arduino compatible
เซ็นเซอร์วัดค่า PH เอาต์พุตแบบ analog  ใช้ไฟเลี้ยง 5V


Analog PH sensor Ph sensor Analog sensor Arduino compatible
Are you still worrying about not having a cheap and easy-to-use open source pH meter? We have launched an analog PH meter specially designed for Arduino controller, which has the characteristics of simple connection, convenience and practicality. Onboard power indicator, BNC interface and XH2.54 interface. When in use, connect the pH sensor to the onboard BNC interface, and connect the onboard XH2.54 interface to the analog port of the Arduino controller. Through program control, you can easily measure the pH of the solution.
 
The electrode of the PH sensor adopts a plastic non-fillable composite electrode that is a combination of a glass electrode and a reference electrode. It is a measuring element of a pH meter and is used to measure the activity of hydrogen ions in an aqueous solution, that is, the pH value.
The sensor comes with a thick black packing box and a black high-quality sponge pad inside, which not only fully protects the components, but also is generous and beautiful. The core component---PH is included, which conforms to the electrode manual, which is convenient for the user's secondary development.
Note: In order to ensure the measurement accuracy, it is recommended to use calibration fluid to calibrate the pH meter regularly to prevent large errors. Normally it is calibrated once every six months. If the measured solution contains more impurities, it is recommended to increase the number of calibrations!
 
Scope of application:
water quality testing
aquaculture
 
Technical specifications
  • Module power supply: +5.00V
  • Module size: 43mmx32mm
  • Measuring range : 0-14PH Measuring
  • temperature: 0-60℃
  • Accuracy: ±0.1pH (25℃)
  • Response time: ≤1min
  • BNC interface type pH sensor
  • XH2.54 interface (3 Foot patch)
  • Gain adjustment potentiometer
  • power indicator
The mapping table is only the probe voltage output, and the non-analog terminal voltage output.
 
The output of the electrode is millivolt, and the relationship with the pH value is as follows (25℃):


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!


 

วิธีการชำระเงิน

ขาย Arduino ,ซื้อ Arduino มั่นใจ AllNewStep


     ซื้อ Arduino กับ AllNewStep ขาย Arduino ตลอด 24 ชั่วโมง มั่นใจได้ 100% เราจัดส่งสินค้าทางไปรษณีย์ แบบ EMS / Best Express
แพ็คสินค้าอย่างดีปลอดภัย ส่งถึงมือลูกค้าอย่างแน่นอน 

              • ถ้าทำรายการสั่งซื้อสำเร็จ = มีของพร้อมส่ง ทางร้านจองสินค้าไว้ให้ 3 วัน

จัดส่ง วันอาทิตย์-วันศุกร์

ส่งแบบ EMS ได้รับ 1-2 วัน นับจากวันจัดส่ง

วันจันทร์-ศุกร์ แจ้งโอนก่อน 14.00 น. จัดส่งวันนั้น

แจ้งโอนวันศุกร์ หลัง 14.00 น. และวันเสาร์ จัดส่งวันอาทิตย์

แจ้งโอนวันอาทิตย์ จัดส่งวันจันทร์

ขาย Arduino การตรวจสอบเลขแทรคสินค้า Arduino

  • เมื่อจัดส่งแล้วทางร้านแจ้งเลขแทรคไปให้ทาง E-Mail ที่แจ้งไว้ตอนทำรายการสั่งซื้อ


ขาย Arduino ใบกำกับภาษี


ขาย Arduino สินค้าทุกชิ้นที่ซื้อกับทางร้าน AllNewStep

สามารถนำไปเบิกกับ หน่วยงานราชการ บริษัท ห้างร้าน ได้อย่างถูกต้อง จึงซื้อได้อย่างมั่นใจ


กรณีที่ไม่ได้นำไปใช้เบิก 
สามารถติ๊กออก ข้ามช่องนี้ไม่ต้องกรอกได้ ทางร้านออกเป็น ใบเสร็จรับเงิน / ใบกำกับภาษีฉบับย่อให้ แนบไปพร้อมกับสินค้า


ขาย Arduino ใบกำกับภาษีเต็มรูปแบบ

สำคัญมาก "ข้อมูลใบกำกับภาษีไม่สามารถเปลี่ยนแปลงหรือแก้ไขได้หลังการสั่งซื้อสินค้า"

ขาย Arduino ทางร้าน AllNewStep ออกใบกำกับภาษี/ใบเสร็จรับเงิน ลงวันที่ ที่แจ้งชำระสินค้าให้ลูกค้าทุกครั้งที่ทำรายการสั่งซื้อโดยแนบไปพร้อมสินค้า


ขาย Arduino ข้อมูลสำหรับออกใบกำกับภาษี 

ขาย Arduino โปรดตรวจสอบข้อมูลเหล่านี้ให้ชัดเจน ก่อนกรอกข้อมูล เพราะใบกำกับภาษีไม่สามารถเปลี่ยนแปลง หรือแก้ไขได้หลังซื้อสินค้า

  1. ชื่อสถานประกอบการเช่นสถานศึกษาบริษัทห้างร้าน
  2. ที่อยู่สถานประกอบการ
  3. เลขที่ประจำตัวผู้เสียภาษี
  4. สาขา

*** สำคัญมาก :: ข้อมูลจะต้องมีครบทั้ง 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 วันหลังจากได้รับสินค้า พร้อมออกค่าส่งสินค้าให้ ทั้งค่าส่งมา และค่าส่งกลับ ลูกค้าไม่ต้องรับภาระเรื่องค่าจัดส่ง โดยสามารถใช้กล่องเดิมส่งมาได้  โดยมีเงื่อนไขดังนี้

  • ขาย Arduino การซื้อสินค้า ถือว่าลูกค้ายินยอมและปฎิบัติตามเงื่อนไขและการรับประกันของทางร้านแล้ว กรณีไม่ตรงตามเงื่อนไข ทางร้านขอสงวนสิทธิ์ในการรับประกันสินค้า
  • ขาย Arduino คำแนะนำจากทางร้านเป็นเพียงข้อมูลบางส่วน อาจมีข้อมูลหรือเนื้อหาไม่ครบถ้วนทุกประเด็น ไม่สามารถใช้อ้างอิงได้ โปรดศึกษาข้อมูลเพิ่มเติมประกอบการพิจารณา
  • ขาย Arduino สินค้าอ้างอิงตามวงจรและสเปค ทางร้านรับประกันการทำงานถูกต้องทุกชิ้น
  • ขาย Arduino การสรีนสี/ข้อความ/สีของบอร์ด/อาจมีแต่ต่างบ้าง ไม่มีผลกับการใช้งาน ทางร้านขอสงวนสิทธิ์ในการรับประกันการสกรีน/สีของบอร์ด อาจมีความแต่ต่างบ้าง ซึ่งไม่มีผลกับการใช้งาน
  • การแจ้งรายละเอียดทาง sms ทางร้านอาจไม่ได้รับหรือตรวจสอบได้ล่าช้า เพื่อความรวดเร็วและไม่ผิดพลาด จึงขอยกเว้นช่องทาง sms
  • การสั่งซื้อจะสมบูรณ์เมื่อลูกค้าชำระเงินและได้รับใบเสร็จของทางร้านแล้ว ซึ่งสามารถนำมาใช้เป็นหลักฐานได้
  • สินค้า ต้องเขียนรายละเอียดปัญหาแนบมาด้วย ส่งมาพร้อมใบเสร็จรับเงินหรือสำเนาใบเสร็จรับเงิน จาก AllNewStep มาในกล่องด้วย เพื่อเป็นหลักฐาน สำคัญมาก กรณีที่ไม่มีหลักฐานใบเสร็จของทางร้าน ขอสงวนสิทธิ์เนื่องจากไม่ตรงตามเงื่อนไขการรับประกัน
  • สินค้าจะต้องเป็นความเสียหายที่เกิดจากตัวอุปกรณ์ ไม่ใช่ความเสียหายที่เกิดจากการใช้งานของตัวลูกค้าเอง เช่น อุปกรณ์ 3.3V แต่จ่ายไฟ 5V การจ่ายไฟเกินทำให้อุปกรณ์เสียหายได้
  • สินค้าต้องอยู่ในสภาพที่สมบูรณ์เช่น ไม่มีรอยไหม้ แตกหัก ไม่มีรอยงัดแงะ หรืออื่น ๆ
  • ความเสียหายที่เกิดขึ้นต้องไม่เกิดจากใช้งานผิดประเภท ดัดแปลง แก้ไข หรือใส่ไฟผิดขั้ว
  • อุปกรณ์ประเภทเซอร์เฟสเมาส์ SMD การบัดกรีมีความเสียงต่ออุปกรณ์เสียหาย ทางร้านขอยกเว้นการรับประกันอุปกรณ์ประเภทนี้
  • การรับประกันเฉพาะ hardware ไม่รวมการอัพเกรด software/firmware ของตัวอุปกรณ์
  • การรับประกัน จะพิจารณาจากข้อเท็จจริง  ขึ้นอยู่กับทาง AllNewStep 
  • การรับประกันเปลี่ยนอุปกรณ์ใหม่ AllNewStep รับประกันสินค้าทุกชิ้นที่ขายในร้าน โดยร้านเป็นผู้รับผิดชอบความเสียหายเอง
  • การรับประกัน นี้ อาจเป็นการเปลี่ยนสินค้าใหม่ หรือ คืนเงิน ขึ้นอยู่กับ AllNewStep พิจารณา ครอบคลุมทั้งตัวสินค้าและค่าจัดส่งทุกอย่าง ยกเว้นค่าใช้จ่ายอื่น ๆ นอกเหนือจากนี้ เช่น ค่าเสียเวลา ค่าปรับที่เกิดขึ้นทั้งหมด
  • ทางร้านมีสิทธิ์ยกเลิกหรือคืนเงินในรายการสั่งซื้อให้ลูกค้าได้
  • ถ้าสินค้าที่ส่งมามีปัญหาทั้งหมดทุกชิ้น AllNewStep จะแนบค่าส่งตอนที่ส่งมาคืนให้ในกล่อง และออกค่าส่งกลับส่งไปให้ลูกค้า ลูกค้าไม่ต้องรับภาระเรื่องค่าจัดส่ง
  • ถ้าส่งมามีอย่างน้อย 1 ชิ้นที่ไม่มีปัญหา ทางร้านออกค่าส่งกลับให้ฟรี แต่ไม่ได้ออกค่าส่งให้ โปรดตรวจสอบให้ละเอียด
  • ถ้าไม่มีชิ้นไหนมีปัญหาเลยทางร้านไม่ได้ออกค่าส่งให้ โปรดตรวจสอบให้ละเอียด
  • การ นับวัน หากสินค้าถึงมือลูกค้าในวันที่ 1/5/2564 ( ตรวจสอบได้จากไปรษณีย์ไทย) เมื่อพบความเสียหาย ลูกค้าจะต้องส่งสินค้ากลับคืนมาที่ AllNewStep ภายในวันที่ 31/5/2564 โดยอ้างอิงจากเลขแทรค ผ่านไปรษณีย์ลงทะเบียน หรือแบบ EMS ถ้ามีเลือกบริการเสริมพิเศษนอกเหนือจากวิธีส่งปกติ เช่น ค่าบริการพิเศษ พกง. ลูกค้าเป็นออกค่าบริการพิเศษนี้เอง
  • กรณีสินค้าไม่มีปัญหา ทางร้านขอไม่รับคืนหรือเปลี่ยนสินค้า โปรดพิจารณาตรวจสอบให้ละเอียดก่อนสั่งซื้อหรือส่งมาให้ตรวจสอบ
  • เมื่อ ทำการส่งเรียบร้อยแล้ว ลูกค้าจะต้อง ส่งหมายเลขพัสดุ tracking ที่สามารถ track ได้จากทางเว็บไซต์ของทางไปรษณีย์ไทย มาให้กับ AllNewStep แล้วเราจะพิจารณาตรวจสอบและแจ้งให้ลูกค้าทราบผ่านทางช่องทาง Email ที่ลูกค้าให้ไว้
บมจ. ธนาคารกรุงไทย สาขาชัยนาท ออมทรัพย์
บมจ. ธนาคารกสิกรไทย สาขาชัยนาท ออมทรัพย์
พร้อมเพย์ สาขา- -
Scan this!
ไกรสร สืบบุญ
098-xxxxxx-9
Accept All Banks | รับเงินได้จากทุกธนาคาร

มีคูปองส่วนลดเพิ่ม พิเศษ ด้านล่างนี้

ขาย ARDUINO
คุณภาพ อันดับ 1

ได้รับรางวัลร้านยอดเยี่ยม
ตั้งแต่ปี 2558
ขาย Arduino
วีดีโอสอน Arduino

สอน esp8266

สอน Arduino IoT
สอน Arduino แบบเร็ว

สอน NodeMCU

อุปกรณ์ Arduino

MEMBER ZONE

พูดคุย-สอบถาม