Due to the COVID 19 epidemic, orders may be processed with a slight delay

Search

In Stock

PH Sensor Analog Kit

Specifications:

  1. Module Power : 5.00V
  2. Module Size : 43 x 32mm
  3. Measuring Range :0 – 14PH
  4. Measuring Temperature: 0 – 60 °C
  5. Accuracy : ± 0.1pH (25 °C)
  6. Response Time : ≤ 1min
  7. pH Sensor with BNC Connector
  8. pH2.0 Interface ( 3 foot patch )
  9. Gain Adjustment Potentiometer
  10. Power Indicator LED

2,649.00

Compare
SKU:cds-s-wm-ph-sak

Download Datasheet

 

DEMO Code:

/*
# 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 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);
}

Reviews

There are no reviews yet.

Write a review

Your email address will not be published. Required fields are marked *

Bestsellers

Compare

YF-S201 Water Flow Measurement Sensor with 1-30Liter/min Flow Rate - White

274.94
(0 Reviews)
Specifications:
  • Working Voltage: DC 5V~24V
  • Maximum Working Current: 15mA @ 5V DC
  • Flow Rate Range: 1~30L/min
  • Threads: External 1/2″
  • Connection: Threads External 1/2″
  • Inlet Water Pipe Diameter: 2.5-4mm
  • Load Capacity: ≤10mA (DC 5V)
  • Operating Temperature: ≤80℃
  • Liquid Temperature: ≤120℃
  • Operating Humidity: 35%~90%RH
  • Water Pressure: ≤1.75MPa
  • Storage Temperature: -25~+ 80℃
  • Storage Humidity: 25%~95%RH
Compare

Raindrop Water drop Sensor

100.30
(0 Reviews)
Features
  • Function: rain detection and rainfall intensity measurement and monitoring
  • Weight: aprx 8g
  • PCB or module size: 30mm x 16mm
  • Control board size: 54mm x 40mm
  • Colour and shape: as shown in image
  • Package contains: 1 x control board, PCB board module and 2 X female to female jumper wire
Compare

Soil Moisture Sensor Module

100.30
(0 Reviews)
Specifications:
  1. Input operating voltage: 3.3 to 5V
  2. 4 Hardware Connection
  3. The sensor has a 3-Pin male header.
  4. The pins are as follows VCC (external 3.3V-5V) GND (external GND)
  5. DO-board digital output interface (0 and 1).
Compare

Turbidity Sensor

1,099.76
(0 Reviews)
Specification
  • Ratio Range (NTU):0-1000±30
  • Analog Output
  • Infrared Emitting Diode:940nm(Peak emission wavelength)
  • Photo Transistor:880nm(Peak emission wavelength)
  • Vcc: 5V
  • Output Voltage: 0-5V
  • Reverse Voltage: 5V
  • Operating Temp:-20~+90
Compare

Turbidity Sensor With ADC Circuit

1,799.50
(0 Reviews)
Specifications:
  1. Operating Voltage: 5V DC
  2. Operating Current: 40mA (MAX)
  3. Response Time : <500ms
  4.  Insulation Resistance: 100M (Min)
  5. Output Method:
  6. Analog output: 0-4.5V
  7. Digital Output: High/Low-level signal (you can adjust the threshold value by adjusting the potentiometer)
  8. Operating Temperature: 5Ԩ~90Ԩ
  9.  Storage Temperature: -10Ԩ~90Ԩ
  10.  Weight: 30g
  11. Adapter Dimensions: 38mm*28mm*10mm/1.5inches *1.1inches*0.4inches
Compare

Turbidity Sensor with Module

894.98
(0 Reviews)
Specifications:
  1. Operating Voltage: 5VDC.
  2. Current: 30mA (MAX).
  3. Operating temperature: -30 ° C to 80 ° C.
  4. Compatible with Arduino, Raspberry Pi, AVR, PIC, etc.
  5. Measuring Range: 0 ~ 1000 NTU.
Compare

WATER FLOW SENSOR BIG YFG1

802.40
(0 Reviews)
Specifications: Mini. Working Voltage: DC 4.5V Working Voltage: DC 5V~18V Flow Rate Range: 2~100L/min Water pressure resistance: = >2MP Operating Temperature: = -20~85C Insulation resistance: = >100MΩ Characteristics of Flow pulse: f=(4.8*Q) Q=L/Min Accuracy: ±3% Connector type: G1

Back to Top
Product has been added to your cart