New Reply

Arduino Sine waves?

 
Share Thread
Nov28-12, 01:15 PM   #1
 

Arduino Sine waves?


Is it possible for an Arduino to produce a sine wave to a piezoelectric buzzer?
PhysOrg.com engineering news on PhysOrg.com

>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
>> Faster, more precise airstrikes within reach
>> How smart technology could change public transit
Nov28-12, 04:10 PM   #2
 
Mentor
Quote by elevfan7072 View Post
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.
Nov30-12, 12:33 PM   #3
 
Quote by berkeman View Post
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?
Nov30-12, 12:39 PM   #4
 
Mentor

Arduino Sine waves?


Quote by elevfan7072 View Post
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...).
Jan1-13, 09:00 AM   #5
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
A little late but are you you looking for something like this?
Arduino tone example
New Reply

Similar discussions for: Arduino Sine waves?
Thread Forum Replies
Sine waves Introductory Physics Homework 6
sine waves Introductory Physics Homework 2
square waves sine waves etc(signal propagation) Electrical Engineering 9
Sine waves General Math 6
sine waves General Physics 7