Arduino Sine Wave: Piezo Buzzer Possible?

AI Thread Summary
An Arduino can produce a sine wave for a piezoelectric buzzer using an R-2R ladder DAC setup and a look-up table for waveform generation. The output may require buffering with an op-amp to meet the current demands of the buzzer. Some piezo buzzers operate on DC input, so understanding the specific buzzer's specifications is crucial. The frequency rating on a buzzer indicates its capability rather than the actual output produced. For further guidance, referring to Arduino tutorials on tone generation can be beneficial.
elevfan7072
Messages
4
Reaction score
0
Is it possible for an Arduino to produce a sine wave to a piezoelectric buzzer?
 
Engineering news on Phys.org
elevfan7072 said:
Is it possible for an Arduino to produce a sine wave to a piezoelectric buzzer?

Some piezo buzzers only need a DC input. What are the specs of your piezo buzzer?

You could use an R-2R ladder DAC arrangement, connected to some of the uC's IO lines. Then use a look-up table in the uC to drive a sine wave out the DAC. You may need to buffer that DAC output with an opamp to drive the buzzer, depending on the current required.
 
berkeman said:
Some piezo buzzers only need a DC input. What are the specs of your piezo buzzer?

You could use an R-2R ladder DAC arrangement, connected to some of the uC's IO lines. Then use a look-up table in the uC to drive a sine wave out the DAC. You may need to buffer that DAC output with an opamp to drive the buzzer, depending on the current required.

I don't have one yet. When it says (?? hz), does that mean what it's capable of, and not what it actually produces?
 
elevfan7072 said:
I don't have one yet. When it says (?? hz), does that mean what it's capable of, and not what it actually produces?

Can you post a datasheet that you are looking at?

I'm guessing that you put a DC voltage across it, and it produces a tone of that specified frequency (probably with some harmonics too...).
 
A little late but are you you looking for something like this?
http://arduino.cc/en/Tutorial/tone
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Back
Top