I am currently designing an ultrasonic sensor unit. One of the requirements is that the ultrasonic sensors located in the hazardous area need to be intrinsically safe. This requires placing a Zener barrier between the sensors and the control system.
I have tested two different types of ultrasonic sensors:
- A standard ultrasonic transducer (40 kHz)
- An integrated piezoelectric micromachined ultrasonic transducer (PMUT) with a system-on-chip (SoC)
For the standard transducer, I used a Texas Instruments evaluation board (BOOSTXL-TUSS4470) with an Arduino Uno. For the integrated sensor (CH101), I used an Arduino Zero along with the Arduino library for the sensor. Both setups worked fine without the Zener barrier, the CH101 continued to work even with the Zener barrier in place.
When I added the barrier between the standard transducer and the evaluation board, I could no longer see the echo on the oscilloscope.
- Transducer: UTR-1440K-TT-R, 40 kHz, 1800 pF
- Resistor: 80 Ohm
- Damping resistor: 10 kOhm
- Zener (2EZ14D5-TP): 14 V, transducer is pulsed with 12 V
- Fuse (C308F-V-40MA-TR1): 40 mA
Although we are now using the CH101 for this project and the transducers are no longer needed, I am curious about why the barrier affected the echo so much. My assumption is that the capacitance of the Zener diode might have filtered out the echo, but I am not entirely sure.
Does anybody know the exact reason for this?
Scope image of the echo (Pink is the VOUT pin from the BOOSTXL-TUSS4470 and yellow is the positive terminal of the transducer) without the barrier and an object located 50 cm from the transducer:
Scope image of the echo (Pink is the VOUT pin from the BOOSTXL-TUSS4470 and yellow is the positive terminal of the transducer) with the barrier and an object located 50 cm from the transducer:




