Zbotic Logo Zbotic Logo
  • Home
  • Shop
  • Sale
  • 3D Print Service
  • PCB Service
  • B2B
  • Blogs
  • Contact Us
0 0

View Wishlist Add all to cart

0 0
0 Shopping Cart
Shopping cart (0)
Subtotal: ₹0.00

View cartCheckout

  • Shop
  • About Us
  • Contact Us
  • Reseller
  • Blogs
020 69134444
1800 209 0998
[email protected]
Help Desk
Facebook Twitter Instagram Linkedin YouTube
Zbotic Logo Zbotic Logo
0 0

View Wishlist Add all to cart

0 0
0 Shopping Cart
Shopping cart (0)
Subtotal: ₹0.00

View cartCheckout

All departments
  • 3D Print Service
  • 3D Printer
  • Batteries & Chargers
  • Development Boards
  • Drone Parts
  • EBike parts
  • Sensor Modules
  • Electronic Components
  • Electronic Modules
  • IoT and Wireless
  • Mechanical Parts and Workbench Tools
  • Motors & Drivers & Pumps & Actuators
  • DIY and Robot Kits
  • Show more
  • Home
  • Shop
  • Sale
  • 3D Print Service
  • PCB Service
  • B2B
  • Blogs
  • Contact Us
Return to previous page
Home Sensors & Modules

Atlas Scientific Sensors: Professional pH, EC and ORP Probes

Atlas Scientific Sensors: Professional pH, EC and ORP Probes

March 11, 2026 /Posted byJayesh Jain / 0

When a standard consumer pH sensor module simply is not accurate enough, professional projects and commercial systems turn to Atlas Scientific. Known for laboratory-grade accuracy, industrial reliability, and excellent Arduino compatibility, Atlas Scientific’s EZO circuit boards and probe ecosystem are the gold standard for water quality measurement in hydroponics, aquaculture, water treatment, environmental monitoring, and scientific research. This comprehensive buying guide covers every major Atlas Scientific sensor, how to wire them to Arduino, calibration procedures, and which applications they suit best.

Table of Contents

  1. Why Choose Atlas Scientific?
  2. The EZO Circuit System Explained
  3. pH EZO Circuit & Probe
  4. Electrical Conductivity (EC) EZO Circuit
  5. ORP (Oxidation-Reduction Potential) Probe
  6. Dissolved Oxygen Probe
  7. RTD Temperature Probe
  8. I2C Wiring to Arduino
  9. UART Wiring to Arduino
  10. Calibration Procedures
  11. Applications and Use Cases
  12. Atlas Scientific vs Cheap Sensors: Comparison
  13. Frequently Asked Questions

Why Choose Atlas Scientific?

The maker and IoT space is filled with cheap pH, EC, and ORP sensor modules available for under ₹500. So why spend significantly more on Atlas Scientific? The answer lies in accuracy, stability, and longevity:

  • Accuracy: Atlas Scientific EZO-pH is accurate to ±0.002 pH units. Cheap modules typically drift ±0.5 pH or more, rendering them useless for precision applications.
  • Temperature compensation: Atlas circuits accept a temperature input and automatically compensate for temperature effects on readings — a critical feature that many budget sensors ignore entirely.
  • Calibration memory: Calibration values are stored in non-volatile memory inside the EZO circuit. Remove power, reconnect, and readings are immediately accurate without re-calibration.
  • Isolation: Atlas Scientific’s EZO circuits provide electrical isolation between the probe and the microcontroller, preventing ground loops and electrical noise that plague cheap pH modules in real installations.
  • Data output: Clean ASCII text over I2C or UART — no complex signal conditioning required on the Arduino side.
  • Probe quality: Atlas probes are built for long-term immersion with double-junction reference electrodes, silver/silver-chloride references, and chemical-resistant bodies — not the fragile single-junction probes on budget modules.

The EZO Circuit System Explained

Atlas Scientific’s EZO (Easy-to-interface Zero-calibration-effort) platform is a modular system of small circuit boards, each dedicated to a specific measurement. The EZO circuit connects between the raw analog probe and the Arduino, handling all the complex signal amplification, analog-to-digital conversion, and calibration internally. The Arduino communicates with the EZO circuit using simple ASCII commands over either I2C or UART.

EZO circuits can be connected in two ways:

  • Embedded mode: The EZO circuit is placed on a carrier board (the EZO Carrier Board or the Tentacle Mini/Shield) and connects directly to the Arduino’s I2C bus. Multiple circuits share the same two wires (SDA, SCL) using different I2C addresses.
  • In-line (standalone) mode: The EZO circuit connects via UART serial to a single Arduino UART port or via SoftwareSerial.

The Whitebox Labs Tentacle Shield is the most popular Arduino carrier board for Atlas Scientific sensors — it holds up to 4 EZO circuits simultaneously on I2C and includes electrical isolation between each channel.

pH EZO Circuit and Probe

The EZO-pH is Atlas Scientific’s most popular circuit. It measures pH from 0.001 to 14.000 with ±0.002 accuracy. Key features:

  • Response time: 1 second
  • I2C default address: 0x63
  • Temperature compensation: via EZO-RTD or manual input
  • Compatible probes: Atlas Scientific Lab Grade pH Probe, SPEAR-type probes for narrow containers, and industrial probes for harsh environments

Recommended probes by application:

  • Hydroponics / aquaculture: Lab Grade pH Probe (±0.002 pH, general purpose)
  • Soil testing: SPEAR pH Probe (designed for semi-solid samples)
  • Industrial / sewage: pH Probe Industrial (wider temperature range, ruggedised body)

Calibration: pH calibration uses three buffer solutions: pH 4.0, 7.0, and 10.0. Commands:

Cal,mid,7.00   // Mid-point calibration (pH 7.0 buffer)
Cal,low,4.00   // Low-point (pH 4.0 buffer)
Cal,high,10.00 // High-point (pH 10.0 buffer)
Cal,?          // Verify calibration status

Electrical Conductivity (EC) EZO Circuit

The EZO-EC measures electrical conductivity, total dissolved solids (TDS), salinity, and specific gravity. It is essential for hydroponics nutrient management, aquarium water quality, and water treatment plants.

  • EC range: 0.07 µS/cm to 500,000 µS/cm (depending on probe cell constant)
  • Accuracy: ±2%
  • I2C default address: 0x64
  • Output formats: EC (µS/cm), TDS (ppm), salinity (PSU), specific gravity (for saltwater systems)

Probe selection by cell constant (K):

  • K 0.1: Ultra-pure water, pharmaceutical water — measures very low conductivity
  • K 1.0: Hydroponics, freshwater, drinking water — the most common choice
  • K 10.0: Seawater, brine, industrial process water — high conductivity solutions

Calibration commands:

Cal,dry        // Dry calibration (sensor in air)
Cal,84         // Single-point calibration with 84 µS/cm standard
Cal,low,1413   // Two-point low (1413 µS/cm standard)
Cal,high,12880 // Two-point high (12,880 µS/cm standard)

ORP (Oxidation-Reduction Potential) Probe

The EZO-ORP measures oxidation-reduction potential — the ability of a solution to act as an oxidising or reducing agent. ORP is critical for:

  • Swimming pool and spa sanitisation monitoring (chlorine effectiveness)
  • Drinking water treatment (ozone disinfection verification)
  • Wastewater treatment (cyanide destruction process control)
  • Wine and brewing process monitoring
  • ORP range: -1019.9 mV to +1019.9 mV
  • Accuracy: ±1 mV
  • I2C default address: 0x62

ORP calibration uses a single calibration standard (typically 225 mV or 468 mV at 25°C):

Cal,225   // Calibrate to 225 mV standard
Cal,?     // Verify current calibration

Interpreting ORP values:

  • +650 to +750 mV: Ideal for chlorinated swimming pool (strong disinfection)
  • +200 to +500 mV: Typical freshwater, light disinfection
  • Below 0 mV: Reducing (anoxic) environment — potential for corrosion

Dissolved Oxygen Probe

The EZO-DO measures dissolved oxygen — critical for aquaculture (fish farms), hydroponics root zone oxygenation, and environmental monitoring of rivers and lakes.

  • DO range: 0 to 35 mg/L (0–100% saturation)
  • Accuracy: ±0.05 mg/L
  • Uses galvanic or optical DO probe types
  • Optical probes (recommended): No membrane, no electrolyte, no zero-oxygen consumption — far better long-term stability

Fish farms require DO levels above 7 mg/L for most species. Below 5 mg/L, fish become stressed. Below 3 mg/L, fish begin dying. Automated aeration systems triggered by EZO-DO readings can prevent catastrophic losses in aquaculture.

RTD Temperature Probe

The EZO-RTD (Resistance Temperature Detector) provides highly accurate water temperature measurements that are fed into other EZO circuits for temperature compensation. Unlike the common DS18B20 sensor, the RTD probe is designed for extended immersion in corrosive solutions and high-purity water where metal contamination must be minimised.

  • Range: -126.000°C to +1254°C
  • Accuracy: ±(0.15 + 0.002|T|)°C
  • I2C default address: 0x66
DS18B20 Programmable Resolution Temperature Sensor

DS18B20 Programmable Resolution Temperature Sensor

A cost-effective temperature sensor for water temperature compensation when budget constraints prevent using the Atlas EZO-RTD system for simpler water quality projects.

View on Zbotic

I2C Wiring to Arduino

I2C mode allows multiple EZO circuits to share just two signal wires. To switch an EZO circuit from UART (default) to I2C mode, send the command I2C,n where n is the desired I2C address, via UART. Then power cycle.

Wiring for multiple EZO circuits in I2C mode:

  • EZO VCC (3.3V or 5V) → Arduino 3.3V or 5V (check your specific EZO version)
  • EZO GND → Arduino GND
  • EZO SDA → Arduino A4 (Uno) or dedicated SDA pin
  • EZO SCL → Arduino A5 (Uno) or dedicated SCL pin

Add 4.7 kΩ pull-up resistors on SDA and SCL lines to 3.3V (if using 3.3V EZO circuits) or 5V. The Whitebox Labs Tentacle Shield includes these pull-ups.

UART Wiring to Arduino

UART mode gives a dedicated serial connection for each EZO circuit. Use SoftwareSerial on Arduino Uno to avoid conflicts with the hardware UART used by the USB serial monitor:

// Atlas Scientific EZO-pH via UART (SoftwareSerial)
// Zbotic.in - Sensors & Measurement Tutorial

#include <SoftwareSerial.h>

SoftwareSerial pHSerial(10, 11); // RX, TX

void setup() {
  Serial.begin(9600);    // USB debugging
  pHSerial.begin(9600);  // EZO default baud rate
  Serial.println("Atlas Scientific EZO-pH Ready");
}

void loop() {
  // Request a pH reading
  pHSerial.print("Rr");  // 'R' command = read, r is required
  delay(1000);  // EZO-pH takes ~900ms to process a reading

  // Read the response
  String response = "";
  while (pHSerial.available()) {
    char c = pHSerial.read();
    if (c != 'r') response += c;
  }

  if (response.length() > 0) {
    Serial.print("pH: ");
    Serial.println(response);
  }

  delay(2000);
}

Calibration Procedures in Detail

Proper calibration is the key to getting value from Atlas Scientific sensors. Here is the full recommended procedure for pH calibration:

  1. Prepare buffers: Let pH 4.0, 7.0, and 10.0 buffer solutions reach room temperature (25°C ideal). Measure water temperature with a thermometer or EZO-RTD.
  2. Set temperature compensation: Send T,25.00 (replace 25.00 with actual water temperature) to the EZO-pH before calibrating.
  3. Mid-point first: Rinse probe with DI water, dry gently with tissue, immerse in pH 7.0 buffer. Wait 90 seconds for stable reading. Send Cal,mid,7.00.
  4. Low-point: Rinse and dry probe. Immerse in pH 4.0 buffer. Wait 60 seconds. Send Cal,low,4.00.
  5. High-point: Rinse and dry probe. Immerse in pH 10.0 buffer. Wait 60 seconds. Send Cal,high,10.00.
  6. Verify: Rinse probe. Immerse in pH 7.0 buffer. Reading should be within ±0.01 pH of 7.00.
  7. Storage: Store pH probe in 3M KCl solution or proprietary storage solution, never in DI water or dry.

Recalibration frequency: Monthly for stable laboratory conditions, weekly for field use or fluctuating temperatures, daily for critical applications.

Applications and Use Cases

Hydroponics and vertical farming

Commercial hydroponic systems use pH (5.5–6.5 target), EC (1.5–3.0 mS/cm for most crops), and temperature to automate nutrient dosing. Atlas Scientific sensors integrated with Arduino or Raspberry Pi control peristaltic pumps that add pH Up, pH Down, and concentrated nutrient solutions to maintain perfect growing conditions 24/7.

Aquaculture and fish farming

Tilapia farms, shrimp hatcheries, and ornamental fish breeding facilities use pH (6.5–8.5 for most species), DO (above 7 mg/L), and temperature for automated water quality management. ORP monitoring ensures sanitiser effectiveness without harmful over-dosing.

Swimming pool and spa automation

ORP (650–750 mV target) and pH (7.2–7.6 target) together determine pool water safety and comfort. Automated chemical dosing systems save chemicals and prevent health issues compared to manual weekly testing.

Environmental monitoring

River and lake monitoring stations measure pH, DO, conductivity, and ORP continuously to track industrial pollution events, agricultural runoff effects, and long-term ecosystem health trends.

LM35 Temperature Sensors

LM35 Temperature Sensors

For projects where Atlas Scientific’s precision is not required, LM35 provides reliable ambient temperature measurement for basic temperature compensation in water monitoring applications.

View on Zbotic

Atlas Scientific vs Cheap Sensors: Comparison

Feature Cheap pH Module (₹300–₹800) Atlas Scientific EZO
Accuracy ±0.5 pH or worse ±0.002 pH
Temp. compensation Manual (few support it) Automatic via EZO-RTD
Calibration memory Lost on power off Stored in EEPROM
Electrical isolation None (ground loops) Full isolation
Long-term stability Drifts within weeks Stable for months
Interface Analog voltage (noisy) I2C or UART (clean ASCII)

Frequently Asked Questions

Can Atlas Scientific EZO circuits work with 3.3V microcontrollers like Raspberry Pi?

Yes. All Atlas Scientific EZO circuits are available in both 3.3V and 5V versions. The 3.3V versions are directly compatible with Raspberry Pi, ESP32, and other 3.3V microcontrollers without level shifting. Make sure to order the correct voltage version for your platform.

How long do Atlas Scientific pH probes last?

With proper storage and care, Atlas Scientific lab-grade pH probes typically last 2–3 years before the internal reference electrode degrades and drift becomes unacceptable. Industrial probes in harsh environments may need replacement annually. Always store pH probes in KCl storage solution, never dry or in DI water, to maximise lifespan.

How many EZO circuits can I connect to one Arduino via I2C?

Theoretically, up to 127 I2C devices can share a bus, but practically the Whitebox Labs Tentacle Shield supports 4 EZO circuits per shield. You can stack two Tentacle Shields for 8 circuits. Each EZO circuit has a configurable I2C address, so ensure no two circuits share the same address.

What is the difference between EZO-EC and a TDS meter?

TDS (Total Dissolved Solids) is calculated from electrical conductivity using a conversion factor (typically 0.5 to 0.7 depending on the solution type). The EZO-EC measures true electrical conductivity and can output TDS using a configurable conversion factor. A standalone TDS meter is essentially a conductivity meter with a fixed conversion factor applied — the EZO-EC gives you more flexibility and far greater accuracy.

Is Atlas Scientific suitable for outdoor environmental monitoring?

Atlas Scientific EZO circuits operate from -40°C to +85°C and are used in outdoor environmental monitoring stations worldwide. For waterproofing, they must be housed in IP65 or IP67 enclosures since the circuits themselves are not waterproof. The probes are designed for immersion, but the EZO boards and carrier boards should always be kept dry.

Build Professional Water Quality Systems

Zbotic.in stocks a comprehensive range of sensors and measurement modules for hydroponics, aquaculture, environmental monitoring, and industrial applications. Browse our Sensors & Measurement category for temperature sensors, gas sensors, pressure sensors, and more — all with fast delivery across India.

Shop Sensors & Modules

Tags: atlas scientific, EC sensor, ORP probe, pH sensor arduino, water quality sensor arduino
Share Post
  • Facebook
  • Linkedin
  • Whatsapp
RC Transmitter Buying Guide In...
blog rc transmitter buying guide india frsky vs radiomaster 2026 596057
blog how to fix drone esc beeping errors after arming complete troubleshooting guide 596061
How to Fix Drone ESC Beeping E...

Related posts

Svg%3E
Read more

Encoder Module: Position and Speed Measurement with Arduino

April 1, 2026 0
A rotary encoder converts the angular position and rotation speed of a shaft into electrical signals that Arduino can count... Continue reading
Svg%3E
Read more

Infrared Obstacle Sensor: Line Follower and Object Detection

April 1, 2026 0
Infrared obstacle sensors are the building blocks of line-following robots, edge detection systems, and proximity triggers. These tiny modules emit... Continue reading
Svg%3E
Read more

Rain Sensor and Raindrop Detection Module: Arduino Guide

April 1, 2026 0
A rain sensor module detects the presence of water droplets on its surface, giving Arduino a simple signal to trigger... Continue reading
Svg%3E
Read more

LiDAR Sensor TFmini: Distance Measurement Beyond Ultrasonic

April 1, 2026 0
When ultrasonic sensors hit their limits — range too short, accuracy too coarse, outdoor sunlight causing interference — LiDAR sensors... Continue reading
Svg%3E
Read more

Pressure Sensor BMP280: Weather Station and Altitude Meter

April 1, 2026 0
The BMP280 barometric pressure sensor by Bosch measures atmospheric pressure with ±1 hPa accuracy and temperature with ±1°C precision. These... Continue reading

Add comment Cancel reply

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

Facebook Twitter Instagram Pinterest Linkedin Youtube

Get the latest deals and more.

Download on Google Play Download on the App Store

Call us: 020 69134444 / 1800 209 0998

Monday - Saturday 09:30 AM - 06:00 PM
For Technical Supports Email: [email protected]
For Sales / Enquiries Email: [email protected]

  • My Account

    • Cart

    • Wishlist

    • Checkout

    • My Orders

    • Track Order

    • My Account

  • Information

    • FAQs

    • Blogs

    • Career

    • About Us

    • Contact Us

    • Payment Options

  • Policies

    • Privacy Policy

    • Terms & Conditions

    • GST Input Tax Credit

    • Shipping Return Policy

    • E-Waste Collection Points

    • Our Sitemap

© Zbotic.in is registered trademark of Moxie Supply Pvt Ltd – All Rights Reserved
Login
Use Phone Number
Use Email Address
Not a member yet? Register Now
Reset Password
Use Phone Number
Use Email Address
Register
Already a member? Login Now