Hi,
i am working on a simple project on ESP32 and would like to build a circuit:
- ESP32 (Bluetooth)
- receiving a signal from a phone/tablet
- generation of an ultrasonic signal of approx. 40 kHz
- control of ultrasonic transducer
Premise:
When a Bluetooth signal is received - a short ultrasonic pulse is generated.
This is a hobby/test project.
I would welcome suggestions:
- how best to implement 40 kHz generation
- whether a MOSFET would be a good solution
- what components do you recommend
If anyone has experience with such projects and would like to help with implementation - also welcome to contact me.
Thanks!
Remek
AI: What exact ultrasonic transducer do you want to control (model or at least parameters: operating voltage, power, resonant frequency)?
At this stage I do not yet have a specific model.
I am assuming an ultrasonic transducer with a frequency of about 40 kHz (typical commercially available components, e.g. as in the HC-SR04 sensors).
Power supply in the range 3.3V-5V (possibly with a driver).
AI: What do you want this "short pulse" to look like - how many cycles / what duration and from what voltage do you want to supply the transmitter?
I understand a short pulse to be a signal of about 40 kHz lasting between about 0.2 and 1 second.
At this stage I am assuming ESP32 level control (PWM or tone), with adjustable pulse duration.
I plan to supply the transmitter from the 3.3V-5V range (or via a transistor/MOSFET if required).
i am working on a simple project on ESP32 and would like to build a circuit:
- ESP32 (Bluetooth)
- receiving a signal from a phone/tablet
- generation of an ultrasonic signal of approx. 40 kHz
- control of ultrasonic transducer
Premise:
When a Bluetooth signal is received - a short ultrasonic pulse is generated.
This is a hobby/test project.
I would welcome suggestions:
- how best to implement 40 kHz generation
- whether a MOSFET would be a good solution
- what components do you recommend
If anyone has experience with such projects and would like to help with implementation - also welcome to contact me.
Thanks!
Remek
AI: What exact ultrasonic transducer do you want to control (model or at least parameters: operating voltage, power, resonant frequency)?
At this stage I do not yet have a specific model.
I am assuming an ultrasonic transducer with a frequency of about 40 kHz (typical commercially available components, e.g. as in the HC-SR04 sensors).
Power supply in the range 3.3V-5V (possibly with a driver).
AI: What do you want this "short pulse" to look like - how many cycles / what duration and from what voltage do you want to supply the transmitter?
I understand a short pulse to be a signal of about 40 kHz lasting between about 0.2 and 1 second.
At this stage I am assuming ESP32 level control (PWM or tone), with adjustable pulse duration.
I plan to supply the transmitter from the 3.3V-5V range (or via a transistor/MOSFET if required).