The datasheet of this ultrasonic specifies that the maximum driving voltage is 10 Vrms
, which suggests that it should be driven by an AC.
Is my assumption correct? Can the emitter be DC driven?
The datasheet of this ultrasonic specifies that the maximum driving voltage is 10 Vrms
, which suggests that it should be driven by an AC.
Is my assumption correct? Can the emitter be DC driven?
Yes, it needs to be AC driven at it's nominal frequency (40kHz)
You can just apply a square wave of this frequency to the base/gate of a transistor with emitter/source to ground and put the transducer from collector/drain to +V. You can also use an inductor in parallel with the capacitance of the transducer to form a tank for increased amplitude (see this previous question)
You can use the PWM module for this to spare more time for your main loop, or a timer with interrupt, or if you are not using a microcontroller use a 555, or anything else capable of generating your square wave (or sine wave)
Right on the first page of the datasheet is this chart:
Clearly these things want about 40 kHz. Even just 35 kHz is about 20 dB down in output. DC (0 Hz) won't do anything useful.
This should also be clear just from the function of the device itself. It is some kind of ultrasonic transducer. I didn't look at the datasheet enough to see if it is piezo or magnetic, but most of these things are piezo. In any case, DC isn't ultrasound. You wouldn't be using these devices in the first place if you weren't trying to emit 40 kHz ultrasound.