Non-Rechargeable pH Sensor Kit
20,000 د.ع
Measure the acidity or alkalinity of liquids with precision using this Non-Rechargeable pH Sensor Kit, featuring a 0-14 glass pH electrode probe and dedicated sensor module with BNC connector. Designed for seamless integration with Arduino and other microcontrollers, this complete pH measurement system provides everything you need to monitor pH levels in hydroponics, aquaponics, water quality testing, laboratory experiments, and environmental monitoring applications.
In stock
CompareDescription
Non-Rechargeable pH Sensor 0-14 Glass pH Electrode Probe with BNC Connector – Detect Sensor Module Compatible with Arduino
Measure the acidity or alkalinity of liquids with precision using this Non-Rechargeable pH Sensor Kit, featuring a 0-14 glass pH electrode probe and dedicated sensor module with BNC connector. Designed for seamless integration with Arduino and other microcontrollers, this complete pH measurement system provides everything you need to monitor pH levels in hydroponics, aquaponics, water quality testing, laboratory experiments, and environmental monitoring applications.
The kit includes a sensitive glass membrane pH electrode combined with a dedicated signal conditioning board that interfaces directly with your Arduino’s analog input. The electrode outputs millivolt signals proportional to the hydrogen ion activity in the solution, while the processing board amplifies and conditions these signals for accurate analog-to-digital conversion . With a wide measurement range of 0-14 pH and compatibility with standard buffer solutions for calibration, this sensor delivers reliable and repeatable pH readings for both hobbyist and professional applications .
The BNC connector ensures secure, noise-resistant connection between the electrode and processing board, while the PH2.0 interface simplifies wiring to your microcontroller . Whether you’re building an automated hydroponic system, monitoring aquarium water quality, conducting chemistry experiments, or developing industrial process control systems, this non-rechargeable pH sensor kit provides the accuracy and reliability you need.
Key Features
Complete 0-14 pH Measurement Range
Covers the full pH spectrum from highly acidic (0) to highly alkaline (14), suitable for virtually all aqueous solution testing applications including drinking water, wastewater, hydroponic nutrients, and chemical solutions .
Glass pH Electrode Probe
Features a sensitive glass membrane electrode specifically designed for pH measurement. The glass bulb responds to hydrogen ion concentration, generating a millivolt output that varies linearly with pH value . The non-rechargeable design means the electrode is sealed and maintenance-free for its operational life.
Dedicated Sensor Processing Module
Includes a signal conditioning board with amplification and filtering circuits that convert the electrode’s high-impedance millivolt output to a 0-5V analog signal compatible with Arduino ADC inputs. The board features an onboard power indicator LED, BNC connector for the electrode, and PH2.0 interface for microcontroller connection .
Standard BNC Connector
The electrode connects to the processing board via a professional BNC connector, providing secure, noise-resistant signal transmission and easy disconnect for storage or replacement .
Arduino-Compatible Interface
The module outputs an analog voltage (0-5V) that connects directly to any Arduino analog input pin. Simple code examples and libraries are available for reading and converting the analog values to pH readings with proper calibration .
Onboard Gain Adjustment
Features a potentiometer for adjusting the signal gain, allowing you to fine-tune the output and calibrate the sensor for optimal accuracy with standard buffer solutions .
Fast Response and Stability
Engineered for quick response to pH changes with excellent thermal stability, providing reliable readings within approximately one minute of immersion .
Wide Operating Temperature
Suitable for measuring solutions from 0°C to 60°C, accommodating most environmental and laboratory applications .
Specifications
| Parameter | Value |
|---|---|
| Measurement Range | 0-14 pH |
| Accuracy | ±0.1 pH (at 25°C) |
| Resolution | 0.01 pH (with 10-bit ADC) |
| Response Time | ≤ 1 minute |
| Operating Temperature | 0°C to 60°C |
| Module Power Supply | +5.00V DC |
| Module Dimensions | 43mm x 32mm |
| Electrode Type | Glass, non-rechargeable |
| Electrode Connector | BNC |
| Module Interface | PH2.0 (3-pin) |
| Output Signal | Analog 0-5V |
| Onboard Features | Power LED, Gain Adjustment Potentiometer |
| Calibration | Required using standard buffer solutions |
Pin Configuration
| Module Pin | Connection | Description |
|---|---|---|
| VCC | Arduino 5V | Power supply (+5V DC) |
| GND | Arduino GND | Ground connection |
| PO | Analog Pin (A0-A5) | Analog signal output |
Wiring Diagram
pH Sensor Module Arduino Uno ---------------- ----------- VCC -----> 5V GND -----> GND PO (Signal) -----> A0 (analog pin)
Basic Arduino Code Example
/* * pH Sensor Reading Example * Connect sensor output to analog pin A0 */ #define SensorPin A0 #define Offset 0.00 // Calibration offset #define samplingInterval 20 #define ArrayLength 40 int pHArray[ArrayLength]; int pHArrayIndex = 0; void setup() { Serial.begin(9600); Serial.println("pH Sensor Test"); } void loop() { static unsigned long samplingTime = millis(); static float pHValue, voltage; if (millis() - samplingTime > samplingInterval) { pHArray[pHArrayIndex++] = analogRead(SensorPin); if (pHArrayIndex == ArrayLength) pHArrayIndex = 0; voltage = averageArray(pHArray, ArrayLength) * 5.0 / 1024; pHValue = 3.5 * voltage + Offset; samplingTime = millis(); Serial.print("Voltage: "); Serial.print(voltage, 3); Serial.print(" V, pH: "); Serial.println(pHValue, 2); } } double averageArray(int* arr, int number) { // Function to calculate average after removing min and max // (full implementation provided in sample code) }
Calibration Procedure
For accurate measurements, calibrate the sensor using standard buffer solutions:
-
Initial Setup: Connect the sensor to your Arduino and upload the test code.
-
Single-Point Calibration:
-
Immerse the electrode in pH 7.00 buffer solution.
-
Note the pH value displayed in the serial monitor.
-
Calculate the offset (difference from 7.00).
-
Update the
Offsetvalue in your code.
-
-
Two-Point Calibration (for better accuracy):
-
After offset adjustment, immerse the electrode in pH 4.00 (acidic) or pH 9.18 (alkaline) buffer, depending on your measurement range.
-
Adjust the gain potentiometer on the module until the reading matches the buffer value.
-
For maximum accuracy, calibrate using both acidic and alkaline buffers if your measurements span wide pH ranges.
-
Important Usage Notes
-
Calibration Required: The sensor must be calibrated before first use and periodically thereafter (typically every 6 months, or more frequently when measuring dirty solutions) .
-
Electrode Care: Keep the electrode bulb moist when not in use. Store with protective cap containing 3.3M KCl solution to maintain performance .
-
Cleaning: Rinse the electrode with deionized water between measurements of different solutions to prevent cross-contamination .
-
Avoid Mechanical Damage: The glass bulb is fragile. Do not touch or wipe the sensitive glass membrane.
-
Power Supply Quality: Use a stable +5.00V power supply for best accuracy. The sensor’s output is ratiometric to the supply voltage .
-
Warm-Up Time: Allow the sensor to stabilize in the solution for at least one minute before taking critical readings .
Common Applications
-
Hydroponic nutrient solution monitoring
-
Aquarium and fish tank water quality testing
-
Drinking water and wastewater analysis
-
Laboratory chemistry experiments
-
Soil pH testing (with appropriate preparation)
-
Brewing and fermentation monitoring
-
Swimming pool and spa water testing
-
Environmental and agricultural research
-
Educational STEM projects
Package Contents
-
1 x Glass pH Electrode Probe (BNC connector)
-
1 x pH Sensor Processing Board
-
1 x Analog Connection Cable
(Note: pH buffer solutions for calibration are NOT included and must be purchased separately.)
مستشعر أس هيدروجيني غير قابل لإعادة الشحن 0-14 مع مسبار زجاجي وموصل BNC – وحدة كشف متوافقة مع Arduino
قس حموضة أو قلوية السوائل بدقة باستخدام طقم مستشعر الأس الهيدروجيني غير القابل لإعادة الشحن، الذي يتميز بمسبار pH زجاجي 0-14 ووحدة مستشعر مخصصة بموصل BNC. مصمم للتكامل السلس مع Arduino والمتحكمات الدقيقة الأخرى، يوفر نظام قياس الأس الهيدروجيني الكامل هذا كل ما تحتاجه لمراقبة مستويات الأس الهيدروجيني في أنظمة الزراعة المائية وأحواض الأسماك واختبار جودة المياه والتجارب المعملية وتطبيقات المراقبة البيئية.
يتضمن الطقم مسبار pH زجاجي حساس مقترن بلوحة معالجة إشارات مخصصة تتصل مباشرة بالمدخل التماثلي لـ Arduino. ينتج المسبار إشارات ميلي فولت تتناسب مع نشاط أيونات الهيدروجين في المحلول، بينما تعمل لوحة المعالجة على تضخيم هذه الإشارات وتهيئتها للتحويل التناظري الرقمي الدقيق . مع نطاق قياس واسع من 0-14 pH وتوافق مع محاليل منظمة قياسية للمعايرة، يقدم هذا المستشعر قراءات pH موثوقة وقابلة للتكرار لكل من التطبيقات الاحترافية والهواة .
يضمن موصل BNC نقل إشارة آمن ومقاوم للضوضاء بين المسبار ولوحة المعالجة، بينما تبسط واجهة PH2.0 الأسلاك إلى المتحكم الدقيق الخاص بك . سواء كنت تبني نظامًا آليًا للزراعة المائية أو تراقب جودة مياه أحواض الأسماك أو تجري تجارب كيميائية أو تطور أنظمة تحكم في العمليات الصناعية، فإن طقم مستشعر الأس الهيدروجيني غير القابل لإعادة الشحن هذا يوفر الدقة والموثوقية التي تحتاجها.
المميزات الرئيسية
نطاق قياس كامل 0-14 pH
يغطي طيف الأس الهيدروجيني الكامل من الحمضي القوي (0) إلى القلوي القوي (14)، مناسب لاختبار جميع المحاليل المائية تقريبًا بما في ذلك مياه الشرب والمياه العادمة والمحاليل المغذية للزراعة المائية والمحاليل الكيميائية .
مسبار pH زجاجي
يتميز بمسبار زجاجي حساس مصمم خصيصًا لقياس الأس الهيدروجيني. يستجيب الغلاف الزجاجي لتركيز أيونات الهيدروجين، مما يولد خرجًا بالميلي فولت يتغير خطيًا مع قيمة pH . التصميم غير القابل لإعادة الشحن يعني أن المسبار مغلق ولا يحتاج إلى صيانة طوال عمره التشغيلي.
وحدة معالجة مستشعر مخصصة
يتضمن لوحة معالجة إشارات مع دوائر تضخيم وترشيح تحول خرج الميلي فولت عالي المقاومة من المسبار إلى إشارة تماثلية 0-5V متوافقة مع مدخلات ADC لـ Arduino. تتميز اللوحة بمؤشر طاقة LED مدمج وموصل BNC للمسبار وواجهة PH2.0 للتوصيل بالمتحكم الدقيق .
موصل BNC قياسي
يتصل المسبار بلوحة المعالجة عبر موصل BNC احترافي، مما يوفر نقل إشارة آمن ومقاوم للضوضاء وسهولة الفصل للتخزين أو الاستبدال .
واجهة متوافقة مع Arduino
تخرج الوحدة جهدًا تماثليًا يتصل مباشرة بأي دخل تماثلي في Arduino. تتوفر أمثلة برمجية ومكتبات بسيطة لقراءة القيم التماثلية وتحويلها إلى قراءات pH مع المعايرة المناسبة .
ضبط كسب مدمج
تتميز بمقياس جهد لضبط كسب الإشارة، مما يسمح لك بضبط الخرج ومعايرة المستشعر للحصول على دقة مثالية باستخدام محاليل منظمة قياسية .
استجابة سريعة وثبات
مصمم لاستجابة سريعة لتغيرات الأس الهيدروجيني مع ثبات حراري ممتاز، مما يوفر قراءات موثوقة خلال حوالي دقيقة واحدة من الغمر .
نطاق درجة حرارة تشغيل واسع
مناسب لقياس المحاليل من 0 درجة مئوية إلى 60 درجة مئوية، مما يلبي معظم التطبيقات البيئية والمخبرية .
المواصفات الفنية
| المعلمة | القيمة |
|---|---|
| نطاق القياس | 0-14 pH |
| الدقة | ±0.1 pH |
| الدقة الرقمية | 0.01 pH |
| وقت الاستجابة | ≤ 1 دقيقة |
| درجة حرارة التشغيل | 0°C إلى 60°C |
| جهد تغذية الوحدة | +5.00V تيار مستمر |
| أبعاد الوحدة | 43 مم × 32 مم |
| نوع المسبار | زجاجي، غير قابل لإعادة الشحن |
| موصل المسبار | BNC |
| واجهة الوحدة | PH2.0 |
| إشارة الخرج | تماثلية 0-5V |
تكوين الأطراف
| طرف الوحدة | التوصيل | الوصف |
|---|---|---|
| VCC | 5V في Arduino | تغذية +5V |
| GND | GND في Arduino | أرضي |
| PO | دخل تماثلي | خرج الإشارة التماثلية |
ملاحظات استخدام مهمة
-
المعايرة مطلوبة: يجب معايرة المستشعر قبل الاستخدام الأول وبشكل دوري بعد ذلك.
-
العناية بالمسبار: حافظ على رطوبة الطرف الزجاجي عند عدم الاستخدام.
-
التنظيف: اشطف المسبار بالماء منزوع الأيونات بين قياسات المحاليل المختلفة.
-
تجنب التلف الميكانيكي: الطرف الزجاجي هش، تجنب لمسه.
-
جودة مصدر الطاقة: استخدم مصدر طاقة +5.00V مستقر للحصول على أفضل دقة.
التطبيقات الشائعة
-
مراقبة المحاليل المغذية في الزراعة المائية
-
اختبار جودة مياه أحواض الأسماك
-
تحليل مياه الشرب والمياه العادمة
-
التجارب الكيميائية المخبرية
-
مراقبة التخمير
-
مشاريع STEM التعليمية
محتويات العلبة
-
1 × مسبار أس هيدروجيني زجاجي
-
1 × لوحة معالجة مستشعر pH
-
1 × كابل توصيل تماثلي






Reviews
There are no reviews yet.