This item has closed 1 buyer bought 1 item

Similar products

CERAMIC CAPACITOR DISK 1pF 100V P=2.5mm PB1P1001C0DP1
R0.22
CERAMIC CAPACITOR DISK 18pF 50V P=5mm TS15001H180JSBNB0R
R0.19
SOCKET/ FEMALE STRAIGHT 1P P=5.00 DG105R-5.0-01P-14-00A(H)
R4.63
METER PH/mV/TEMP H/DUTY RS232 PH-207
R3,062.49
Analog pH Meter v1.0 Analog pH Meter v1.0
Analog pH Meter v1.0 Analog pH Meter v1.0
Sold

Analog pH Meter v1.0

5 were available / new
R778.00
Shipping
R35.00 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30.00 surcharge. This will be calculated at checkout if applicable.
Check my rate
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Buyer protection
Returns
Warranty Type: Dealer Standard Dealer Warranty Money-Back Guarantee: 7 Days: 7 Days Money Back Guarantee
Get it now, pay later

Product details

Condition
New
Location
South Africa
Product code
mir-sen0161
Bob Shop ID
441942897
Description

Analog pH Meter v1.0

Need to measure water quality and other parameters but haven't got any lowcost pH meter? Find it difficult to use with Arduino? Here comes an analog pHmeter, specially designed for Arduino controllers and has built-in simple,convenient and practical connection and features. It has an LED which works asthe Power Indicator, a BNC connector and PH2.0 sensor interface. To use it,just connect the pH sensor with BNC connector, and plug the PH2.0 interfaceinto the analog input port of any Arduino controller. If pre-programmed, youwill get the pH value easily. Comes in compact plastic box with foams forbetter mobile storage.

Applications

  • Water quality testing
  • Aquaculture

Quick Spec

  • Module Power: 5.00V
  • Module Size: 43mm×32mm
  • Measuring Range:0-14PH
  • Measuring Temperature :0-60 ℃
  • Accuracy: ± 0.1pH (25 ℃)
  • Response Time: ≤ 1min
  • pH Sensor with BNC Connector
  • PH2.0 Interface ( 3 foot patch )
  • Gain Adjustment Potentiometer
  • Power Indicator LED

Wiring Diagram

SEN0161-000

Code Example

/*

This sample codes is for testing the pH meter V1.0.

# Editor: YouYou # Date: 2013.10.21 # Ver: 0.1 # Product: pH meter # SKU: SEN0161*/

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)avgValue5.0/1024/6; //convert the analog into millivolt phValue=3.5phValue+Offset; //convert the millivolt into pH value Serial.print(" pH:");
Serial.print(phValue,2); Serial.println(" "); digitalWrite(13, HIGH);
delay(800); digitalWrite(13, LOW); }

Resources

  • Product Page
  • Product Wiki
  • Schematic
  • PH Composite Electrode Manual

Shipping List

  • 1 x Analog pH Meter v1.0
More InfoLocal Stock.
More Products

View More Products

Recently viewed

See more
McBride: The Struggle Continues' by Bryan Rostron
R270.00
Automobile High Quality Asian and Eu Version Left Right Front Fog Lamp 6005916-00-e 600591600e for M
R2,701.00
50% OFF
LCD Flex Cable for Microsoft Surface Pro 5
R233.00 R465.00
For iPhone 15 Plus Original LCD Screen
R6,144.14