pH Sensor Kit

Need to measure precise pH? This kit includes everything you need including buffer solutions for calibration, pH probe, and even a board to connect directly to your favorite microcontroller. This is laboratory-grade equipment and not just a toy or educational kit.

All you need to do is follow the included instructions for calibrating the probe and connect it to the included pH Circuit. The pH Circuit outputs data from the probe over serial, so it couldn't be much easier to use.

  • 125ml Red Buffer Solution - pH 4.0
  • 125ml Yellow Buffer Solution - pH 7.0
  • 125ml Blue Buffer Solution - pH 10.0
  • 125ml Storage Solution
  • pH Probe
  • pH Circuit
  • BNC Connector
  • pH probe
    • pH Range: 0-14 (Na+ error at >12.3 pH)
    • Speed of Response: 95% in 1 second
    • Isopotential point: pH 7.00 (0 mV)
    • Offset: +/- 0.20 pH
  • 3 buffer solutions and storage solution
  • 38400 baud rate default

pH Sensor Kit Product Help and Resources

Resources & Going Further

Need some inspiration for your next project? Check out the aquaponics example using the pH sensor kit from Joel's engineering round table:


Core Skill: Programming

If a board needs code or communicates somehow, you're going to need to know how to program or interface with it. The programming skill is all about communication and code.

2 Programming

Skill Level: Rookie - You will need a better fundamental understand of what code is, and how it works. You will be using beginner-level software and development tools like Arduino. You will be dealing directly with code, but numerous examples and libraries are available. Sensors or shields will communicate with serial or TTL.
See all skill levels


Core Skill: Electrical Prototyping

If it requires power, you need to know how much, what all the pins do, and how to hook it up. You may need to reference datasheets, schematics, and know the ins and outs of electronics.

3 Electrical Prototyping

Skill Level: Competent - You will be required to reference a datasheet or schematic to know how to use a component. Your knowledge of a datasheet will only require basic features like power requirements, pinouts, or communications type. Also, you may need a power supply that?s greater than 12V or more than 1A worth of current.
See all skill levels


Comments

Looking for answers to technical questions?

We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.

  • bwhitman / about 7 years ago / 1

    Big errata -- the datasheet Sparkfun has is out of date. This is the new one:

    http://www.atlas-scientific.com/_files/_datasheets/_circuit/pH_EZO_datasheet.pdf

    most importantly, the default baud rate is no longer 38400, it is 9600. Hopefully this will save the rest of you the hours I just spent trying to get this to not return garbage characters :)

  • Member #148444 / about 12 years ago / 5

    A couple of things to keep in mind...

    1. Electrical: pH sensors have impedances on the order of 10 gigohms to 1 teraohm. The supplied PCB might kill the low voltage signal due to surface conduction if the solder flux wasn't cleaned well or if you spilled some gack on it. Most pH meters bring the signal pin in on teflon standoffs and lift a leg of the IC dead bug style so that the signal never even touches the PCB. Very few op-amps have a high enough input impedance to handle pH signals. Think of these sensors as being a zero-current reference battery with a pH-dependent output voltage.

    2. Chemical: The best storage solution in between uses is a pH 4 buffer with a lot of potassium chloride added. Not sodium chloride. The cell uses potassium chloride in it's internal reference cell and in the "salt bridge" which makes the ground connection into the water sample being tested. pH membrane glass is (barely) conductive to a current consisting of hydrogen ions (not electrons). This storage solution keeps the glass membrane primed.

    3. Physical: this sensor is probably not compatible with direct soil measurements. The connection will be poor and you can easily break the thin bulb. If you're careful not to poke any gravel or twigs into the glass you could try mixing up some mud using deionized water and measure that.

  • RSP2k / about 10 years ago * / 4

    I have had nothing but problems with this probe. It provides Inaccurate readings. The pH probe cannot be submersed, only the tip can, otherwise you will ruin the probe. We purchased this in order to speedup development time, not donate beta testing time to Atlas Scientific. It nearly cost me a client. If you read through their documentation you will find glaring errors that indicate issues with their document review process.

    We also had several of their temperature probes (ENV-TMP-D) shipped to us that read almost 3deg C high at room temperatures (factory calibration). When I called them on this, they confirmed they "had a bad batch" but didn't offer to replace my bad sensors.

    Save your money and time and look into another solution.

    • Member #225489 / about 10 years ago / 1

      I am using the circuit and probe for a hydroponics system. I was wondering if you found an alternative that works better for you? I'd be interested in exploring other options as they become available. Always good to know what is out there!

  • Member #585949 / about 9 years ago / 2

    Kindly assist in reading the pH using the pH Atlas board and Arduino Uno. Despite all meticulous and accurate wiring, the serial communication response is a set of strange and unreadable characters. These characters change if a different BAUD rate is selected . The command R from the serial terminal does not change the type of characters returned by the board. However if the command R is issued when Myserial baudrate is changed from 9600 to 38400, there seems to be a response with different characters. Running the E-Z super code, still show strange characters responses, even without any command sent. The microcontroller Arduino Uno is used , with the following settings Myserial baud rate: 9600 Hardware Serial baudrate: 9600 Connected to PC with Windows OS

    • Member #619398 / about 9 years ago / 1

      I am also seeing this issue. Any help from SparkFun?

      • If you're getting weird characters that change with the baud rate, it sounds like you simply have the wrong baud rate selected for some part of your system interface. If there's a mismatch between your serial terminal and what your sketch is running your serial connection at, you'll get the behavior you're describing.

  • Member #372394 / about 11 years ago / 2

    Sweet. I'm in the (long) process of setting up a planted Aquarium, with high power lights, fertilizer, and CO2 injection. PH controlled CO2 injection is the best way to go, but the controllers are $200+. But with this and an ATmega328 chip, I can do it for half the cost!

  • c40256 / about 13 years ago / 2

    Can the probe be left in a liquid (like swimming pool water) continuously or is it meant to be used intermittently ?

    • Ah... found the answer to this on the Product Page:

      "After calibration, the pH probe can be immersed in a liquid and operate continuously for 12 months before recalibration is recommended."

      • RSP2k / about 10 years ago * / 1

        Just the tip. If the end of the probe with the wire coming out gets wet, liquid will leach into the probe and ruin it, at least that's what happened to mine.

        Also the cheap paper Atlas Scientific sticker at the top of the probe will come off in your solution possibly contaminating it.

  • Member #662455 / about 9 years ago / 1

    Para que servem as portas "Do", "To" e "Po" no sensor de pH para arduíno?

  • Member #546458 / about 10 years ago / 1

    Just go with the Vernier probe and their shield. Comes out to almost the same price, but theirs is in my experience very resistant to water damage. Only thing you're sacrificing are the standard buffers.

  • Member #512741 / about 10 years ago / 1

    Hello,

    I recently purchased the above ph kit and I intend to use to control the value of the pH and display it on an LCD but I am unable to take the pH value as an integar which I could compare with the preset values and at the same time i could display it on my lcd without serial monitor being involved. Thanks

    Please Help

  • Average_AZN / about 10 years ago / 1

    This documentation is ridiculous, the wiring diagram says to use a breadboard and then page 12 of the datasheet says do not use a breadboard.

  • Average_AZN / about 10 years ago / 1

    Why are there male headers on both the BNC adapter board and the PH Circuit? This makes absolutely no sense to me.

  • Anchor / about 10 years ago / 1

    there is a problem if handled at a baud rate of 9600

  • Member #182818 / about 10 years ago / 1

    i did all necessary wirings. When i tried to read ph , it always give me 7 ph. What should i do is there anyone who crosses this problem . I need urgent solution.

    • Member #553921 / about 10 years ago / 1

      check BNC to circuit wiring. BNC connector pinout is 1st reserved, 2nd PRB, 3rd GND.

  • Member #57671 / about 10 years ago / 1

    I have a strange problem with this kit, on the breadboard it is working like a charm, but as soon as i solder the BNC connector and the stamp together it stops working, it just shows a ph of 7.00, it is extremely strange, i have made a very nice and proper PCB for it, checked all connections and everything, all is very fine and all is very clean. I have tried and experimented a lot and i rely can't understand it, my last crazy idea is that it does not like some property of the solder, but i think this is a bit crazy, i am using spark fun's 0.020" special blend. Have anybody else had similar problems or anything like that???

    • Member #553921 / about 10 years ago / 1

      i got the same problem. take a look at the BNC connector, 3 pins. 1st pin is reserved, 2nd @ middle is PRB, 3rd is GND. at first i thought the pin configuration is 1st PRB, 2nd and 3rd is GND.

    • Member #182818 / about 10 years ago / 1

      did you find the solution to your problem . İ also have similar problem but cant find a solution

      • Member #553921 / about 10 years ago / 1

        after a while, i got the same error again. i thought maybe there is something related to power supply. so i soldered capacitor 0.1uF to VCC and GND near the pH circuit 5.0. for the time being, it works well..

      • Member #529032 / about 10 years ago / 1

        I had the exact same problem. after soldering always got PH 7.00. I had luck i guess, my problem was the obvious one. the prb exit of the BNC connector wasn't soldered right to the stamp.

  • Member #501280 / about 10 years ago / 1

    Interestingly this kit, however I have a question, do you have automatic temperature compensation or compensated?.

    Greetings.

  • Member #472537 / about 10 years ago / 1

    What about selling the shield by itself for deeper application development combining with other sensors for fully automated "garden" idea, just a thought. I guess you would need the probe too. Just had an IOT idea, yet don't want to have to house a bunch of chemicals, when seeking strictly the electronic aspects.

  • Member #473775 / about 10 years ago / 1

    I've looked at a bunch of different PH shields and kits, this appears to be the best. I have only one concern, and hope someone here can help me around it. I need to use my serial communications continuously, and also want to have a continuous PH level feed. The datasheet looks like this will require the data to be transmitted via a serial connection. Has anyone found a way to communicate without using the serial connection? I'd prefer a 2-wire type interface like another arduino shield I found, but this appears to be a superior design.

    Thoughts...

  • Chopper / about 11 years ago / 1

    What version of the board are you selling? The picture shows 3.0 and the manual is for 4.0. Atlas Scientific is currently selling 5.0.

  • Member #447961 / about 11 years ago / 1

    34 euros customs fees … it’s a lot! and especially not specified on your site! Results arrival between transport and customs, the product price is tripled! And the customer is not happy …

    A noter pour les francais, 34 Euros de douane pour une simple sonde Ph arduino … un conseil passez votre chemin …

    • In regards to having the fees listed on the site, this is nearly impossible unfortunately. Each country has their own fees and not every country uses the unified tariff schedule, and if they do, it can vary. So, we apply the tariff codes that are used pretty universally, BUT each country has their own taxes, and interpretations for them (generally speaking). So, we would have to store all the rules for every country out there, which becomes quite problematic.

    • Sorry to hear it was so expensive. Unfortunately, we have no control over customs/related fees, and I don't know if there are any systems in place to let us know about the exact cost associated with customs in each country, which is likely why we don't have the information posted. You may want to consider checking with our distributors closer to you. It should help negate some of the cost for shipping and customs.

      • Member #342114 / about 10 years ago / 1

        Had the same problem once (with other items). Price of the item got doubled by the taxes in Belgium. I know SF can't do anything about it so I never complained. But it would be very helpful if it would be indicated with each item if it can be ordered somewhere in Europe like http://www.watterott.com/ Because now I'm always checking the different European distributors if they have the item I want...

        kind regards, Dirk Claesen

        • I imagine our IT department would have a fit if we asked them to indicate which distributors carry each product, as it sounds somewhat like a logistics nightmare, but we'll keep an eye out to see if there is a solution to make this more user friendly.

  • Member #358967 / about 11 years ago / 1

    Are they selling the latest version of the stamp? It seems to me that's the older version 5.0 version stamp comes with a layer of epoxy.

    Does anyone at Sparkfun knows the current version of this sensor kit?

  • Member #378294 / about 11 years ago / 1

    Can anybody help me? I want to convert the pH-String in "sensorstring" in a float-type. Have anybody a code-snippet?

  • Member #419768 / about 11 years ago / 1

    this product is coming out of stock from past 10 days when will this be available

  • Member #415219 / about 11 years ago / 1

    PROBLEM CALIBRATE ! work with two stamps on arduino 2560 mega . all works fine -- but problem to calibrate to 10 ! no problem calibrate to Ph 7 - no problem calibrate to Ph4 but if i want to calibrate to Ph 10 it does not work :( the stamp gave me always a PH 7 back !! ?? I cant masure above Ph 7. Any idea why ??

  • Member #331683 / about 11 years ago / 1

    Does anyone have an eagle library file for the stamp?

  • Member #389759 / about 11 years ago / 1

    I really want several of these for aquaponics monitoring but the markup is crazy! If I buy 10 of these units, I'll save about 100 dollars but if I buy 100, I save 2000! What a deal! Let me begin mass-manufacturing chemicals. -_-

  • Member #378294 / about 11 years ago / 1

    When is the kit available again?

  • Member #373859 / about 12 years ago / 1

    any 1??

  • Member #373859 / about 12 years ago / 1

    Hi guys

    i have bought this stamp

    i am doing a project. i wanna trigger LEDs, buzzer, LCD when certain range of pH is reached.

    any arduino codes??

    help me i'm a newbie

  • Member #66177 / about 12 years ago / 1

    Baud rate stuck on 9600. I can change brightness and other parameters, baud rate can't be changed. Any suggestions?

  • Member #152271 / about 12 years ago / 1

    If you guys want to display the reading onto an LCD, add the following code to the Arduino example given above:

    include

    LiquidCrystal lcd(7, 8, 9, 10, 11, 12);

    void setup(){ lcd.begin(20,4); // columns, rows. use 20,4 for a 20x4 LCD, etc. lcd.clear(); // start with a blank screen lcd.setCursor(0,0); lcd.print("pH Sensor:"); } void loop() { // place this code under Serial.print(sensorstring); lcd.setCursor(11,0); lcd.print(sensorstring); delay(1000);

      {
       myserial.print("R");                           //will return pH reading
       myserial.print('\r');
       }
    

    }

    Good luck :)

  • Member #354846 / about 12 years ago / 1

    hello, I could tell if the sensor can be used in a mixture similar to earth, I need to measure pH in compost. I want to know if this sensor serves me

  • Member #345550 / about 12 years ago / 1

    I can't seem to get any returned data. I'm using the Arduino Uno. The sent string is received fine with the return button, but I don't get any readings!

    • mykel / about 12 years ago / 1

      i'm in the same boat. i can't figure out how to get readings from the probe. the documentation isn't really helpful. let me know if you have any luck...

  • ygr / about 12 years ago / 1

    Hey there, when are you going to have this back in stock? Thanks!

  • sandbeda / about 12 years ago / 1

    Anybody have any code that works with this? The examples definitely don't work the arduino uno, and I have been putting some considerable hours in trying to get a reading.

    • EdsRy / about 12 years ago * / 1

      Are you using a software serial port, or reading from the arduino hardware port then displaying on lcd? Also remember Tx-Rx, Rx-Tx and at a baud of 38400. I ended up building an interface like this one though it uses an Atmega328 so its arduino compatable, but the reasoning is the same. You send a command and the unit responds with the data or action you want. Here is some real basic code for the Atlas stamp using the uno hardware serial port.

      void setup()  
      {
        Serial.begin(38400);
      }
      
      void loop()
      {
        if(Serial.available() )
        {
          //Do whatever you want with the returned data here
        }
        Serial.println("R"); //will return pH reading
        Serial.println("S"); //sets pH7 calibration
        Serial.println("F"); //sets pH4 calibration
        delay(1000); //1 sec
      }
      

    • how does it not work with the Uno? The basic stamp just outputs serial so it should work with everything. you should be able to take the output from the stamp and go directly into an FTDI or something into a terminal on your computer. all the arduino is doing is repeating the serial data (essentially...)

  • sandbeda / about 12 years ago / 1

    How the heck do I use the BNC connector? It looks almost made for a bread board but not quite. Any help?

  • Member #172027 / about 12 years ago / 1

    this electrode work to measure ground pH directly?

  • Member #172027 / about 12 years ago / 1

    this electrode to measure ground pH directly?

  • straylight / about 13 years ago / 1

    Does anyone know if this pH kit will provide readings for a mineral springs pool instead of a classic chlorine pool?

  • Y'all should definitely use this in a project with Mr.Plantsypants!

  • Drun / about 13 years ago / 1

    Will you guys start to cary the otheer stamps by Atlas Scientific.... I was thinking making a sensor package for my Science Teachers would be an awesome gift!

    • MostThingsWeb / about 12 years ago / 1

      One year later: New Atlas Scientific stuff just added to New Products :)

  • rub0t / about 13 years ago / 1

    Are the probes single use?

  • buddhafw / about 13 years ago / 1

    Do you guys sell just the stamp? I already have plenty of probes....

  • clever / about 13 years ago / 1

    what are the procedures for calibration?

  • Lion XL / about 13 years ago /

    Anyone know if this suitable for a automated Aquarium water tester? I've always wanted to try and automate my mothers fish tank. Every time I get to go over there and clean her tank, its usually just after she lost a hand full of fish.
    If this isn't suitable for that, any one know of a sensor that is?
    hmm...this just turned in to a great idea for a hand made Xmas gift...

    • enigma32 / about 13 years ago / 1

      I think it should be just fine. It certainly beats the homebrew boards I have looked at in the past. (I wish there were more technical details about it's performance though...)
      I'm ordering one and going to give it a try with my homebuilt reef automation ;)

  • Azayles / about 13 years ago /

    It should be noted you need to rinse the probe off with a wash bottle of distilled water between each stage of calibration (4, 7 and 10 buffer) to prevent cross-contaminating the buffers. The buffers solutions are designed to resist changes to pH, but can become unstable if they're mixed.
    You'll also need to rinse off the probe before testing your sample liquid and again before storing the probe in the storage solution.

  • Member #103796 / about 13 years ago /

    What's with the plastic bottle on the probe? Is it removed during use, and is it food (beer) grade?

    • You need to keep the pH probe in a buffer solution. This keeps them hydrated and ready to go. You slip them out of the solution to do the measurements. I don't know about the food grade part. I would not hesitate to use a probe for beer that I had ONLY used for beer. But that's me, and not advice.

  • superbrad / about 13 years ago /

    Darn ... needed this exact product with an I2C or 1-Wire interface.

    • Member #592535 / about 10 years ago / 1

      It includes code for I2C, does that mean it can speak I2C ?

    • Member #103796 / about 13 years ago /

      1-Wire would be nice. I use the DS1820 1-Wire temperature sensors

  • James1111 / about 13 years ago /

    what is the white square component above the "Atlas Scientific"

    • mitpatterson / about 13 years ago /

      Looks like a LED (Bi-color?) at least red and green, doesn't look RGB.

      • mitpatterson / about 13 years ago /

        Yep, looking at the date sheet it says it has a red and green LED, and that is the only thing on the whole board that would fit the bill.

Customer Reviews

4.5 out of 5

Based on 4 ratings:

Currently viewing all customer reviews.

2 of 2 found this helpful:

Easy to setup, works great

At first I thought it might be a challenge to set this up, as I haven't ever connected anything to GPIO or UART (I'm using a pi), but after about an hour of looking at the associated documentation, I had it up and reading fine.

1 of 1 found this helpful:

Easy to work with!

This was super easy to hook up and calibrate. I used the i2c on my Raspberry PI. It is fully waterproof and I have been using it to monitor the PH in my aquarium.

Excellent pH sensor kit

I ordered this kit after reviewing a lot of other probes. One might consider this probe expensive but it's high quality and the Atlas support is first rate.

If you're considering this kit, also consider purchasing the Atlas shield built for the Arduino. The shield simplifies the connection of the EZO Circuit and attachment of a temperature probe.

Great quality

It is a great product, the only thing that they missed to say is that there is one conector on the market that you can use to connect the BNC Connector and the PH circuit together.