element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Embedded Forum Maximize the Sound from a Buzzer
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 14 replies
  • Answers 7 answers
  • Subscribers 466 subscribers
  • Views 7269 views
  • Users 0 members are here
  • buzzer
  • alarm
Related

Maximize the Sound from a Buzzer

fmilburn
fmilburn over 7 years ago

I am working on a gizmo that will alert the user to an event using sound and light.  It will be in a small enclosure.  My objective is to make the buzzer as loud and annoying as possible, with an option to soften it. This is what I have to work with power wise:

 

  • 5V from USB
  • 3V logic from microcontroller
  • gizmo will include a radio so want to avoid a switching boost converter

 

I put together the following circuit on a breadboard which works more or less as expected:

 

image

I don't need to vary pitch and the buzzer I just happened to have on hand is an active buzzer (that is to say it will buzz with only DC) which frees up a timer on the microcontroller.  I have looked through the E14 offerings and 85 dB seems to be about the best I can expect at 5V.  Before I blindly pick one and move on here are my observations and questions:

 

1) There is a sharp transition between loud and soft.  It seems subjectively like it goes from a soft buzz to full throttle with a small change in R5 on the schematic.

2) Are there high efficiency buzzers I am missing or is the only way to get higher volume with higher power and thus, higher voltage.

3) I might consider an amplifier with speaker but it would have to be simple, sturdy, and compact.

 

Thoughts and ideas are greatly appreciated!

 

Frank

Attachments:
image
  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 7 years ago +5 suggested
    Piezo buzzers will provide higher sound pressure level with lower input power than magnetic buzzers. The input power is minimized and the output sound pressure level is maximized when the buzzer is operating…
  • dr-jhc
    dr-jhc over 7 years ago +5 suggested
    Another option could be to do something mechanical to provide better impedance-matching of the buzzer to the air: essentially some way to make the buzzer move air more efficiently. Some kind of waveguide…
  • shabaz
    shabaz over 7 years ago +5 suggested
    Hi Frank, Interesting topic I've looked in the past for good buzzer circuits too, and it seems quite hard to find an off-the-shelf single chip to do this these days. One trick I recall was to use a schmitt…
Parents
  • dr-jhc
    0 dr-jhc over 7 years ago

    Another option could be to do something mechanical to provide better impedance-matching of the buzzer to the air: essentially some way to make the buzzer move air more efficiently. Some kind of waveguide (like you get for bass on ported music speakers) can work well. Your frequencies won't be low, so the waveguide won't be large.... but you need some way to design it.

     

    As dougw said, because your frequency is fixed, resonance will help you. Attaching the buzzer to another, larger, object that has the same resonant frequency can help you get more air moving (so higher SPL).

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • dougw
    0 dougw over 7 years ago in reply to dr-jhc

    Good point dr-jhc . A horn shape is likely the best way to match impedance, although which horn shape is best, is a complicated question.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • fmilburn
    0 fmilburn over 7 years ago in reply to dougw

    Awesome link.  This is something I actually worked on (more accurately struggled with) one summer as a student project many years ago.  I will never forget the professor who thought most of the derivations and math “obvious from inspection”.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • fmilburn
    0 fmilburn over 7 years ago in reply to dougw

    Awesome link.  This is something I actually worked on (more accurately struggled with) one summer as a student project many years ago.  I will never forget the professor who thought most of the derivations and math “obvious from inspection”.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • rachaelp
    0 rachaelp over 7 years ago in reply to fmilburn

    fmilburn  wrote:

     

    I will never forget the professor who thought most of the derivations and math “obvious from inspection”.

    I had a lecturer at university who was like that. He was supposed to be our maths lecturer but when everything is "by inspection" it gets hard to follow! Oh, that and he wrote in circles around the board and as he was cancelling out things or rearranging an equation he would just wipe them off the board and rewrite the updated version, which made it very hard to keep up and write down in our log books!

     

    Best Regards,

     

    Rachael

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 7 years ago in reply to fmilburn

    I can certainly relate to the notion of profs who were legendary for all the wrong reasons.

    Profs who spent their lecture time telling stories and never covering the subject matter at hand.

    Profs who write so fast or flip slides so fast it is impossible to keep up, much less understand what they are trying to get across.

    Profs with such strong accents, it was impossible to understand what they were saying.

    Profs who mumble incoherently.

    Tyrannical Profs who were on a power trip.

    But they do make you appreciate the gems even more.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube