Don't know how to make an ultrasonic sensor circuit....

AI Thread Summary
The discussion focuses on creating an ultrasonic sensor circuit for a speedometer project using a 40 kHz ultrasonic transmitter and receiver connected to an MSP430 microcontroller. The microcontroller needs to be programmed to generate the 40 kHz signal, and the connection between the transmitter and receiver is primarily handled through software. A circuit design for a 25 kHz sensor can be adapted for the 40 kHz application, as there are no frequency-dependent components involved. Resistor and capacitor values should be chosen to optimize power efficiency, reduce electrical noise, and mitigate the effects of input bias currents. Understanding these components and their functions is crucial for successfully implementing the ultrasonic sensor circuit.
zxcvb
Messages
10
Reaction score
1
TL;DR Summary
I am preparing to use an ultrasonic transmitter and receiver to make an ultrasonic sensor circuit, and then connect it with the single-chip microcomputer msp430 to realize the functions of speed measurement and numerical display.
Hello everyone, I am studying abroad and I am working on a speedometer project.
I am preparing to use an ultrasonic transmitter and receiver to make an ultrasonic sensor circuit, and then connect it with the single-chip microcomputer msp430 to realize the functions of speed measurement and numerical display.
I am temporarily in charge of the hardware module.
I don't know much about circuit diagrams, and I have many questions to ask.
  1. I chose a 40Khz ultrasonic transmitter and receiver. Does the circuit I need to generate a frequency of 40Khz? Can this step be achieved by MSP430?
  2. What circuit do I need to make between the transmitter and receiver? What function?
  3. I found this circuit design on the Internet, but it is for a 25Khz sensor. Can I use it?
  4. What are the values of resistors and capacitors based on?
1619603735899.png
 
Engineering news on Phys.org
zxcvb said:
Can this step be achieved by MSP430
1. The microcontroller must be programmed to generate a 40 kHz signal.

zxcvb said:
What function?
2. The only connection between the TX and RX circuits is in the software.
zxcvb said:
but it is for a 25Khz sensor. Can I use it?
3. Yes. There are no frequency dependent components in the circuit.
zxcvb said:
What are the values of resistors and capacitors based on?
4. Values are selected to minimise waste of power, to minimise electrical noise, and not be affected by the input bias currents.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top