-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a PCB for a piezo electric element #3
base: master
Are you sure you want to change the base?
Conversation
added picture of board dimentions
Hello, I have looked at the PDF schematics and recommended not to pull this project for now. Has the circuit been tested and shown functional? Here are some comments: In addition to the transducer frontend, I think some validations and modifications will have to be made to the 8Sounds and 16Sounds in order to work at the low frequencies. I suggest we discuss more via email. Vincent R., hardware designer for the 16SoundsUSB and other projects |
I have written you a email, I hope it doesn't end up in a spam filter. |
I have no doubt that the original circuit works, however I believe a mistake happened when recopying it. The original has a connection between the input of the amplifier (clamping diodes) and the piezo element, which is missing from the left schematics. Seeing the design you used as inspiration, I understand now, that R1 is the biasing resistor and not in the sensing path. This inconsistency is what leads me to believe that the design in the pull request isn't quite ready yet. I promise I'll look into the design further when the schematic seems OK and you have your own testing to back it. Regarding the frequencies of interest -- I had (wrongly) assumed that your application would require sub-audible frequencies. With the information that the frequencies of interest do not span below the audible band, then I agree that the existing 8SoundsUSB and 16SoundsUSB acquisition boards can be used as-is. I highly suggest the 16SoundsUSB as it uses more recent chips. Your PDF schematics specifies the NE5534. I disagree that it is a good choice for 5V application. Looking at the datasheet, I'm pretty sure you'll run into an input common-mode voltage problem. I haven't looked at the rest of your list of opamps, but I suggest that you consider the MCP6V74 or similar -- I've had good success with them for the low-noise audio applications. I think your application is very nice. Let me know if I can help with the hardware. |
updated files
updated files.
Changed the opamp to a LME49724 , as requested it has differential outputs. |
updated files
updated gerber files,
Added a pair of zeners as a waveform clipper to protect the opamp inputs against damaging voltage spikes. Also, updated pictures and other files.
Updated readme.
Updated gerber files
updated files
updated corrected schema
updated files
Corrected diode connections. |
Greetings again, I am reviewing the design you submitted. Here are questions, comments and recommendations of varying importance:
Regarding the PCB:
Regarding the files and folders:
The circuit topology itself seems like it could work but I think that the comments above would improve the submission. I would also be more comfortable to have some feedback regarding your testing before I pull the design. Thank you for your submission, Vincent R., hardware designer for the 16SoundsUSB and other projects |
I am in process of building and testing this, as I have issues soldering SMD components: |
The problem with piezoelectric and contact mics is that they are not well matched to typical audio inputs.
The reason why these devices often sound tinny is because the piezo sensor presents its signal through a series capacitance which is small, typically 15nF or less. When wired to a normal 50 kilohm line input this forms a 200Hz high-pass filter, which eliminates the bass.
Because the piezo disc has a very high impedance (1 MΩ typical), it should be buffered to avoid possible impedance mismatch with an existing audio system. This circuit acts as a impedance buffer, and some amplification does not hurt as long as it is around 40dB.
The best piezoelectric sensors for listening is based on Aluminum Nitride and molybdenum. PZT-5 also known as SensorTech BM500,Channel 5500,Morgan PZT5A1 is widely used.
NOAA technical memorandum NMFS 2008NOAA-TM-NMFS-SWFSC-417 also known as
A guide to constructing hydrophones and hydrophone arrays for monitoringmarine mammal vocalizations,
describes how to build a single crystal hydrophone.
If the piezo electric crystals are a suitable distance and 45° degrees apart from each other in a flat circular array with 8 piezoelectric sensors,
they should be compatible with Manyears or ODAS.
Approximate values for fresh water and seawater, respectively, at surface pressure are 1450 around 1500 m/s.
The speed of sound in water increases with increasing pressure, temperature and salinity.
Also, read: https://github.com/Supermagnum/passiveSonar
It is made with Kicad.