From starter pH monitoring to full-parameter setups — official DFRobot product recommendations for indoor DIY hydroponics
Just like building a custom PC vs. buying a locked-down brand-name all-in-one: DIY hydroponics allows you to swap and upgrade individual sensor 'parts' for life, whereas retail hydroponic machines are often 'black-box' systems that are impossible to repair once a component fails.
Hydroponics automation monitoring means using pH and EC sensors to continuously track nutrient solution conditions, replacing daily manual testing. Industrial-grade probes support permanent submersion, and paired with an Arduino or ESP32 microcontroller, a complete starter build costs under $90. DFRobot's Gravity sensor series uses a unified fool-proof connector — just 3–4 wires — and is one of the most widely used open-source hydroponics hardware platforms in the global Maker community.

One rule that never changes: for hydroponics, always choose industrial-grade probes. Always.
You've read about pH. You know EC matters. You've probably even looked up a few sensor options. But you still haven't pulled the trigger, because:
This guide answers exactly those questions. No theory. Just: what to buy, in what order, and why you won't break anything.
Starter: pH + Temperature (~$73)
| Product | SKU | Price |
| Gravity: 7/24 Industrial Analog pH Meter Kit | SEN0169-V2 | $64.90 |
| Gravity: Waterproof DS18B20 Temperature Sensor Kit | KIT0021 | $7.50 |
Best for: First-time automation. Solve the parameter that causes the fastest visible damage first.
Critical note: industrial-grade, not lab-grade. The industrial probe (SEN0169-V2) is rated for 24/7 submersion in nutrient solution. Lab-grade probes are designed for short-term dipping and testing — leaving them permanently submerged causes calibration drift within weeks. This is the single most common and expensive mistake in DIY hydroponics builds.
Mid-range: pH + EC + Temperature (~$272)
| Product | SKU | Price |
| Gravity: 7/24 Industrial Analog pH Meter Kit | SEN0169-V2 | $64.90 |
| Gravity: Industrial Analog EC / Electrical Conductivity Meter Kit | SEN0451 | $199.00 |
| Gravity: Waterproof DS18B20 Temperature Sensor Kit | KIT0021 | $7.50 |
Best for: Growers who've already done pH monitoring and want to track nutrient concentration.
The EC sensor in this setup (SEN0451) is industrial-grade and rated for 24/7 submersion — the same continuous-use standard as the pH probe.
Add progressively to the mid-range setup:
Option A: Arduino (DFRduino UNO R3, DFR0216-2 — $19.70)
Best for: First-timers who want to understand what's happening at each step. Data reads over USB. No network configuration is needed.
Option B: UNIHIKER K10 (DFR0992-EN — $28.90)
Best for: Growers who want a real-time display right next to their setup — no computer, no phone required. The UNIHIKER K10 has a built-in color touchscreen plus onboard temperature, humidity, and light sensors. Connect your pH probe, power it on, and see live readings immediately.
Option C: FireBeetle ESP32 (DFR0478 — $8.90)
Best for: Growers who want to check readings remotely from their phone without being at the computer. Built-in Wi-Fi. Configure once, monitor indefinitely.
USB serial (local) → All three boards support this
Zero network dependency. Simplest setup.
On-screen display → UNIHIKER K10 only
Live readings directly at the grow site.
Remote push / cloud → UNIHIKER K10 and FireBeetle ESP32
(MQTT → Home Assistant, Best if you already have a smart home
Node-RED, or Blynk) setup and want to integrate plant data.Honest note on MQTT: if you don't already have Home Assistant or a similar platform running, setting one up just for this project adds significant complexity and ongoing maintenance. A simple phone notification via Blynk or a local web dashboard solves 90% of the "I want to check remotely" use case with far less setup.
| Kit | Components | Approx. total |
| Wired starter | pH (SEN0169-V2) + Temp + Arduino UNO | ~$93 |
| Screen starter | pH (SEN0169-V2) + Temp + UNIHIKER K10 | ~$101 |
| Wireless starter | pH (SEN0169-V2) + Temp + FireBeetle ESP32 | ~$81 |
Prices are for reference. Check dfrobot.com for current pricing.
DFRobot's Gravity series uses a standardized connector across the entire sensor lineup. The plug physically only fits one way. If you connect it backward, the worst outcome is a reading of 0 or a frozen value on your display. You will not damage the sensor. You will not damage the microcontroller.
Full wiring for a pH + temperature setup: 3 signal wires plus one ground wire for the temperature probe. That's it.
Calibration: place the probe in the included 4.0 and 7.0 pH buffer solutions in sequence. The DFRobot software library automatically detects which buffer you're using — you don't need to tell it.
| What you want to do | Product | SKU | Price |
| Start with pH only | Gravity: 7/24 Industrial Analog pH Meter Kit | SEN0169-V2 | $64.90 |
| Add temperature compensation (always recommended) | Gravity: Waterproof DS18B20 Temperature Sensor Kit | KIT0021 | $7.50 |
| Add EC / nutrient concentration | Gravity: Industrial Analog EC / Electrical Conductivity Meter Kit | SEN0451 | $199.00 |
| Wired setup, learning-focused | DFRduino UNO R3 | DFR0216-2 | $19.70 |
| On-screen display, all-in-one | UNIHIKER K10 | DFR0992-EN | $28.90 |
| Wireless / phone monitoring | FireBeetle ESP32 IoT Microcontroller | DFR0478 | $8.90 |

Complete wiring and code tutorials for all three controller options:
[Official tutorial] Hydroponics pH Monitoring: pH + Arduino
[Official tutorial] Hydroponics pH Monitoring: pH + ESP32
[Official tutorial] Hydroponics pH Monitoring: pH + UNIHIKER
[Tutorial links — continuously updated]
Still wondering whether this actually works? These are real builds from the DFRobot global Maker community. More will be added as they come in.
Case 1 : Automated Hydroponic System
Author: Casey Fergus (DFRobot Maker Community)
System: Bell siphon grow bed, built as an IoT bootcamp capstone project
Validates: Basic pH monitoring + controller selection

Case 2 : Kratky Method Monitor
Author: Ignacio Siccardi
System: Passive Kratky hydroponics (no circulation pump needed)
Validates: pH + TDS + DO three-parameter monitoring, including dissolved oxygen tracking — rarely seen in DIY builds

Case 3 : hydroMazing Smart Garden System
Author: rajeshjiet
System: Automated nutrient solution management — monitors EC and automatically tops up when concentration drops
Validates: pH + EC coupled monitoring + automated dosing pump control — full closed-loop automation

This section is updated regularly. If you complete a hydroponics monitoring build using DFRobot sensors, share it on the DFRobot community — projects may be featured in this guide.
Water Quality Sensor Series Overview
GitHub: Arduino library and sample code
Wiki: Calibration guides, sensor specifications, wiring diagrams
YouTube: Video wiring tutorials
Ask the community → | Browse all liquid sensors →|Feedback on Discord →
The real barrier to hydroponics automation isn't technical knowledge. It's the uncertainty of not knowing what will happen when you connect something for the first time.
A Gravity industrial pH probe with a fool-proof connector gives you a concrete answer to that uncertainty: the worst case is a zero on your display. Adjust and retry.
Start with one probe. See what your nutrient solution is actually doing overnight. Go from there.
Question: What sensors do I need for hydroponics automation?
Answer: For most home growers, a pH sensor and temperature sensor is the right starting point (around $73). Adding an EC sensor for nutrient concentration monitoring brings the total to roughly $272. Dissolved oxygen (DO) and ORP sensors are optional and suited to specific setups like passive Kratky systems or algae-control applications.
Question: Is hydroponics sensor wiring complicated? What if I connect something wrong?
Answer: DFRobot Gravity sensors use a standardized fool-proof connector — the plug only fits one way. If you connect it incorrectly, the worst outcome is a reading of 0 or no change on your display. You cannot damage the sensor or the microcontroller by incorrect wiring."
Question: Should I use industrial-grade or lab-grade sensors for hydroponics?
Answer:If your sensor will stay submerged in nutrient solution continuously, you need industrial-grade. Lab-grade sensors are designed for short-term testing, not permanent submersion — they will drift over time in a recirculating system. This is the most common and costly mistake in DIY hydroponics builds.
Question: How much does a DIY hydroponics monitoring system cost?
Answer: A starter build with pH sensor, temperature probe, and Arduino costs approximately $93. replaces Wi-Fi monitoring via FireBeetle ESP32 brings it to around $81 total. A mid-range pH + EC + temperature setup runs roughly $272. All prices are at dfrobot.com current rates.