Conductivity/TDS detection in smart water appliances is typically not laboratory analysis but used for filter life reminders, water quality trend display, temperature compensation, and equipment feedback. For products like water purifiers, water dispensers, coffee machines, smart water cups, and pet water fountains, R&D teams often face a selection question: should they use a conductivity sensor interface ASIC like the AtomBit BA121/BA234, or build a self-developed analog front end with operational amplifiers, analog switches, ADCs, and MCUs? This article provides an engineering comparison from seven dimensions: development cycle, analog front end, verification, firmware, supply chain, maintenance, and mass production risk, focusing on application boundaries and integration conditions without providing unverified cost commitments.

1. Comparison objects and prerequisites

The comparison objects need to be clearly defined. On the ASIC side, the AtomBit BA121 and BA234 are used as examples. The BA121 is a single-channel conductivity and water temperature ASIC designed for compact smart water products. It integrates a patented conductivity conversion algorithm, automatic temperature correction, single-channel conductivity detection, and bipolar probe driving, with extremely few external components. The BA234 is a single-channel dual-probe interface ASIC supporting automatic NTC temperature compensation, bipolar pulse excitation, simple control commands, and 9600 bps UART digital output.

A self-developed circuit typically includes: an MCU or oscillator generating AC excitation, analog switches or operational amplifiers driving the probe, differential amplification, band-pass/low-pass filtering, ADC sampling, NTC or digital temperature sensor acquisition, and software temperature compensation and TDS conversion. Both paths can achieve basic functionality, but the engineering investment and risk distribution differ.

This article assumes the product scenario is single-point, single-channel conductivity/TDS detection, applicable to countertop water purifiers, instant hot water dispensers, coffee machine water tanks, smart water cups, and pet water fountains. Multi-parameter water quality analysis, industrial wastewater, municipal sewage, river monitoring, or high-precision analysis requiring long-term unattended operation are outside the default scope of this article.

2. Development cycle comparison

The development cycle is one of the most sensitive resources in home appliance projects. An ASIC solution typically shortens hardware debugging and firmware development time. The BA121/BA234 have already completed the analog front end, excitation control, temperature compensation, and signal conversion. The R&D team's main work focuses on power supply, decoupling, probe connection, and MCU communication. The BA234's UART output further simplifies protocol integration; the MCU only needs to parse data frames and handle display and filter life logic.

A self-developed circuit requires a complete analog design process: requirement decomposition, selection of excitation frequency and amplitude, operational amplifier selection, filter parameter calculation, analog/digital ground partitioning in PCB layout, anti-interference design, and temperature compensation algorithm development. These steps not only increase schematic and layout time but may also introduce issues such as oscillation, temperature drift, and batch inconsistency during the debugging phase.

From a phase comparison perspective:

PhaseASIC solutionSelf-developed circuit
Requirements and selectionConfirm single channel, probe constant, output formatDetail measurement range, resolution, excitation method, error budget
Hardware designPeripheral power supply, decoupling, connectors, MCU communicationExcitation, amplification, filtering, ADC, temperature acquisition, PCB analog layout
Debugging and calibrationFocus on system-level calibration and structural verificationBoard-by-board debugging, temperature correction, probe consistency calibration
Firmware developmentBA234 reads processed data via UARTSampling, filtering, temperature compensation, TDS conversion, anomaly detection
Verification and testingSystem integration, power supply, EMC, probe matchingFull temperature range, multi-board consistency, aging drift, probe interchangeability
Mass production introductionSingle component, simplified test points, easy ICT/FCTMultiple analog components, more complex test coverage and calibration fixtures

It should be noted that the ASIC does not eliminate all work. Probe structure, cabling, installation position in the water path, and housing sealing still require R&D verification. The ASIC reduces the design and risk of the on-chip analog front end, not the entire product system.

3. Analog front end and temperature compensation

One of the core issues in conductivity measurement is probe polarization. The BA121 uses bipolar probe driving, and the BA234 uses bipolar pulse excitation, both of which reduce polarization and scaling effects during measurement. If a self-developed circuit does not use bipolar or AC excitation, DC excitation can cause bubbles or deposits on the probe surface, affecting long-term stability. Therefore, self-developed circuits typically also need to design bipolar or AC excitation, but additional handling of phase, amplitude, and switching noise is required.

Temperature compensation is another key point. Conductivity varies significantly with temperature and usually needs to be normalized to 25°C or a device-defined reference temperature. The BA121 describes automatic temperature correction, while the BA234 explicitly supports automatic NTC temperature compensation. Self-developed circuits require additional acquisition of NTC or temperature sensors, establishment of temperature-conductivity correction curves, and consideration of ADC resolution, nonlinearity errors, and different probe constants.

It is important to note that the ASIC's automatic compensation is based on typical configurations and built-in algorithms. If the product uses non-standard probes, long cables, or special water quality ranges, secondary calibration or correction may still be needed at the system level. Although self-developed circuits are flexible, every modification may bring new verification work.

For TDS display, the ASIC output is typically already a conductivity or corresponding value, and the MCU only needs to convert it to a TDS display value. Self-developed circuits need to calculate based on probe constant and temperature coefficient and handle full-scale, precision, and rounding.

4. Firmware and system integration

Firmware complexity directly affects project iteration speed. The BA234 provides 9600 bps UART digital output with simple control commands, resulting in lower MCU integration effort: initialize UART, send read commands, parse data frames, update display and filter life algorithms. The BA121 is designed for compact products; the specific interface and output format should be confirmed with the AtomBit datasheet, but its high integration reduces firmware code related to the analog front end.

Firmware for self-developed circuits needs to include sensor drivers, ADC sampling, digital filtering, temperature compensation, probe constant calibration, TDS calculation, and fault detection modules. The reliability and maintainability of these modules require dedicated investment. Each hardware parameter adjustment may require synchronized firmware modifications and regression testing.

In smart water appliances, the MCU often also handles Wi-Fi, Bluetooth, display, buttons, and pump control. If conductivity detection consumes too many MCU resources or development time, it may affect the overall product schedule. An ASIC solution can provide stable output, allowing the team to focus on user interaction and connectivity features.

5. Supply chain and maintenance

Self-developed circuits typically use multiple analog components: precision operational amplifiers, resistors, capacitors, analog switches, and voltage regulators. The supply chain requires managing more components, making incoming inspection, alternative part verification, and version compatibility more complex. ASIC solutions use very few external components, reducing BOM component count and simplifying procurement and inventory management.

In terms of maintenance, the ASIC's silicon version is managed and tested by AtomBit, allowing hardware design to remain relatively stable. For self-developed circuits, when components are out of stock or discontinued, alternative parts need to be re-verified, and full temperature testing may be required again. On the firmware side, the ASIC provides stable output, and subsequent maintenance focuses mainly on product functionality rather than sensor algorithms.

However, the ASIC is a single-source component, requiring evaluation of supplier continuity, inventory strategy, and product lifecycle. Self-developed circuits can switch suppliers in extreme cases, but the verification cost incurred may not necessarily be low.

6. Mass production risks

BA121 Conductivity Sensor Interface ASIC
BA121 product image and integration reference

Mass production risks include consistency and test coverage. ASICs undergo factory testing, and the consistency of the on-chip analog front end is guaranteed by the chip supplier. During mass production, the R&D team primarily verifies system-level functions such as power-on sequence, UART communication, EMC, and probe matching. Self-developed circuits require additional analog test items on the production line, such as gain, offset, temperature drift, and excitation amplitude, which require dedicated fixtures and calibration procedures.

Another risk is probe interchangeability. Conductivity measurement is highly correlated with the probe constant. ASICs can be calibrated with AtomBit matched probes or custom probes to reduce batch-to-batch dispersion. Self-developed circuits need to manage probe suppliers themselves to ensure that the constants and temperature characteristics of each batch are within allowable ranges.

It is recommended to conduct a small-batch trial production early in the project to evaluate the performance of both the ASIC and self-developed circuits across multiple prototypes, multiple probe batches, and different water temperatures and quality conditions. Do not judge mass production feasibility based solely on sample boards.

7. Decision methodology

A weighted scoring table can be established, with each project setting weights based on its own situation. Evaluation dimensions include: development cycle, hardware complexity, firmware workload, verification cost, BOM management, mass production manufacturability, maintenance cost, team analog design capability, and supplier dependency.

If the project schedule is tight, analog design resources are limited, and rapid product launch is needed, the ASIC solution should be prioritized. If the product requires special measurement ranges, multiple channels, unique algorithms, or an existing mature analog circuit platform, self-development can be evaluated, but full verification time must be reserved.

A simplified decision table:

ConditionLean toward ASICLean toward self-developed
Development cycleLess than 6 months, rapid prototyping neededOver 12 months, ample debugging time available
Team capabilityEmbedded-focused, insufficient analog engineersDedicated analog and signal chain engineers available
Number of channelsSingle-point, single-channelMulti-channel or special probe configurations
Firmware resourcesMCU resources constrained, sensor code simplification desiredAcceptable to add sensor algorithm maintenance
Mass production scaleSmall to medium batches, need to reduce test complexityLarge batches that can amortize self-development verification costs

This table is for decision guidance only and does not constitute a cost or benefit commitment.

8. Implementation steps

If choosing an AtomBit ASIC, it is recommended to proceed with the following steps:

  1. Requirements definition: Clarify water quality range, display resolution, temperature range, structural space, probe cable length, and whether connectivity is required.
  2. Selection and documentation: Contact AtomBit to obtain the BA121 or BA234 datasheets, evaluation boards, and reference designs, and confirm output format, communication protocol, and power supply requirements.
  3. Hardware integration: Design power supply filtering, decoupling, probe connectors, and UART or analog interfaces; pay attention to analog and digital ground separation to avoid switching power supply noise.
  4. Probe matching: Confirm the cell constant, NTC parameters, cable length, and structural component installation with AtomBit or the probe supplier.
  5. System calibration: Perform multi-point calibration using standard conductivity solutions, record the temperature-output relationship, and write the calibration parameters into the MCU (if the system allows).
  6. Firmware integration: Implement communication, data parsing, display, filter life algorithm, and anomaly alarms.
  7. Verification: Conduct high/low temperature tests, power-on/power-off, ESD, EMC, multi-board consistency, and interchangeability of different probes.
  8. Production ramp-up: Design ICT/FCT test items, sampling standards, and burn-in tests to ensure factory consistency.

If you choose to develop your own circuit, the scope of hardware design, algorithm development, probe matching, and production calibration in the above steps will increase significantly, requiring a longer development cycle and test fixtures.

9. Limitations and applicable boundaries

It must be clarified that conductivity/TDS is an apparent indicator of water quality, reflecting the total amount of ions in water, and cannot replace tests for microorganisms, heavy metals, organic matter, turbidity, etc. In household devices, conductivity sensors are mainly used for trend indication and filter life reminders, not for laboratory analysis. When the device needs to monitor organic pollution, COD/TOC/UV254, and other indicators, evaluation of AtomBit's optical water quality sensing solution or additional sensors is required, as conductivity chips cannot cover these parameters.

In addition, BA121 and BA234 are single-channel products and are not suitable for simultaneous multi-parameter measurement. If the product needs to detect multiple points or multiple water quality parameters simultaneously, other options or custom development should be considered. Temperature compensation is for typical water quality; extreme water samples or unconventional temperature ranges still require verification. Probes may experience scaling or fouling over time and require regular cleaning or structural design mitigation.

FAQ

Q: Is an ASIC always cheaper than a custom circuit? A: Not necessarily. Cost depends on annual volume, BOM component count, calibration and testing investment, yield, and supplier pricing. This article makes no commitment to specific amounts; it is recommended to evaluate on a total lifecycle cost basis in actual projects.

Q: Can the UART output of BA234 be directly connected to an MCU? A: Yes. BA234 provides 9600bps UART digital output, and the MCU reads data through simple control commands. Specific frame formats and timing are subject to the AtomBit datasheet.

Q: Are BA121/BA234 suitable if I need multi-channel or special water quality detection? A: BA121/BA234 are single-channel products mainly for single-point conductivity/TDS detection. Multi-channel or special water quality requires alternative solutions or custom development; you can check with AtomBit for matching products.

Q: Can automatic temperature compensation completely eliminate temperature effects? A: Automatic compensation is effective within the typical range, but extreme temperatures, unconventional water samples, or probe structural changes may cause deviations. Verification with standard solutions and temperature cycling is still required before mass production.

Q: How to verify production consistency? A: It is recommended to use standard conductivity solution multi-point calibration, temperature cycling, interchangeability of different probe batches, power-on/power-off, ESD and EMC tests, and define production sampling and calibration fixtures.

Conclusion

For conductivity/TDS detection in smart small home appliances, BA121 and BA234, by integrating the analog front end, temperature compensation, and bipolar drive, can significantly reduce the burden of hardware debugging, firmware algorithms, and production testing, making them suitable for products with short project cycles, limited analog resources, and a pursuit of fast time-to-market. Custom circuits remain valuable in special measurement ranges, multi-channel, or when a mature platform already exists, but verification, supply chain, and production risks must be addressed. Decisions should be weighed from multiple dimensions such as development cycle, team capabilities, number of channels, production scale, and long-term maintenance, rather than looking only at the cost of a single component.