Menu
Your Cart

PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor

PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
PH Sensor Module V1.1 + PH Probe For 51 PH Shield with MSP430 Test Code Sensor
$34.99
Ex Tax: $34.99
  • Stock: In Stock
  • Model: EB0047611
  • SKU: EB0047611
>
Specification:

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

Package includes:

1 x PH Sensor Module
1 x Probe
1 x Cable


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);
}



PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

PH-Sensor-Module-V11--PH-Probe-For-AVR-51-PH-Shield-with-MSP430-Test-Code-Sensor-1460488

Write a review

Note: HTML is not translated!
Bad Good

Shipping Time


After you successfully placed an order at RenhotecIC.com, you will receive a confirmation email with your invoice. Once your order is shipped, you will be emailed with the tracking information of your package. Also, you can choose your preferred shipping method during the checkout process. Kindly advise: please select DHL/FedEx if you need our product urgently.

The timeline of the whole shipping process is shown below:

img

The total delivery time is calculated from the time your order is successfully placed to the time received. Total delivery time is broken down into processing time and shipping time.

Processing time: The time it takes to prepare your item(s), includes preparing your items, performing quality inspections, and packaging for shipment. Normally, the processing time is 1-3 days (Only include Monday to Saturday ) after getting your order.

Shipping time: The time for your item(s) to travel from our warehouse to your destination. The shipping time depends on the shipping method you chose. Please refer to the shipping rate section for details. 


Shipping Rates


You could choose the shipping method based on your preference during checkout, different shipping methods will apply different rates and shipping times. Please check the following chart for detail:


Shipping MethodShipping RatesShipping Times
Flat Shipping (Promotion)
$10About 5-30 Working Days to Worldwide (Only include Monday to Saturday )

Standard Express(0.5KG starting price listed)

Based On WeightsAbout 5-15 Working Days to Worldwide (Only include Monday to Saturday )

Priority Express (0.5KG starting price listed)

Based On WeightsAbout 3-7 Working Days to Worldwide (Only include Monday to Saturday )

In addition, the transit time depends on where you're located, the shipping method you choose, and where your package comes from. We will keep you informed of any problems here to help you get your order as soon as possible. 

If you want to know more information, please contact the customer service by contact form or sales@renhotecic.com. We will settle your problem as soon as possible. Enjoy shopping!

Tags: Probe