Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Project help request: Striking a bell manually, alarm clock.

stevef22

New Member
Hello! Glad to be here at this forum. My name is Steve. I'm looking for help designing a circuit for an alarm clock bell. The bell is a "singing bowl" struck with a leather mallet.

Variables user can set:

Initial Clock time
Clock Time Zone
Chimes: 1-10
Duration between chimes: .100ms - 5 seconds
Intensity of strike: (not sure how to rate this, ie harder or softer)

singing-bowl-diagram-steve-prototype.jpg




Design goal is for a physical mallet to strike the singing bowl via actuated 12v motor. (I can get fancy and design a little wooden figure to strike bowl later)

I'm thinking the clock settings can be built into wooden base via a small analog LCD screen. Or everything configured via super basic app with the above variables listed above, connected via bluetooth.

My idea isnt novel. This gentleman created a similar invention. Link here:

If interested in helping me please let me know! My skills are soldering, wood working and finishing. Looking forward to your reply! :)

Simple image diagram of my project: https://ibb.co/g4bLJQj

Thank you, Steve
 

Attachments

  • singing-bowl-diagram-steve-prototype.jpg
    singing-bowl-diagram-steve-prototype.jpg
    138.3 KB · Views: 128
I can see a couple of options for the mechanical system:

A solenoid rather than a motor, to operate the mallet:

The striker for a bell or gong usually needs to be "floating" so it bounces away again after a strike, otherwise it mutes the bell.

By varying the pulse duration to a solenoid you could vary the force and so how hard it nudges the striker, then the striker is "thrown" at the bowl by that impulse and can bounce back, with a spring to hold it against the solenoid when idle.

Varying a pulse time or duration is very simple with a microcontroller, as they pretty much all have internal timers.


A motor could do the same thing, but using it as a rotary solenoid in effect, directly swinging the striker & with spring return rather than continuous rotation.

A normal DC motor may not work well for that, as the brushes would be in the same area permanently, but possibly a brushless motor with one winding directly switched & the mallet mount angle set appropriately could work well?

The electronics & clock side is relatively simple, with an appropriate MCU.
 
A hobby servo might work.
 
I can see a couple of options for the mechanical system:

A solenoid rather than a motor, to operate the mallet:

The striker for a bell or gong usually needs to be "floating" so it bounces away again after a strike, otherwise it mutes the bell.

By varying the pulse duration to a solenoid you could vary the force and so how hard it nudges the striker, then the striker is "thrown" at the bowl by that impulse and can bounce back, with a spring to hold it against the solenoid when idle.

Varying a pulse time or duration is very simple with a microcontroller, as they pretty much all have internal timers.


A motor could do the same thing, but using it as a rotary solenoid in effect, directly swinging the striker & with spring return rather than continuous rotation.

A normal DC motor may not work well for that, as the brushes would be in the same area permanently, but possibly a brushless motor with one winding directly switched & the mallet mount angle set appropriately could work well?

The electronics & clock side is relatively simple, with an appropriate MCU.

Would this door striker be compatable with pulse time and duration? Thank you
 

Attachments

  • Screen Shot 2023-05-18 at 8.59.24 AM.png
    Screen Shot 2023-05-18 at 8.59.24 AM.png
    1.1 MB · Views: 108
Yes, you experiment with pulse width to get the effect you need. If you are programming.

Keep in mind you drive it as follows from micro :

4a7dS.png





Regards, Dana.
 
Use an old electro-mechanical door bell striker kit. Like the ones used in houses?
 
Sorry for the late reply. It took me a little while to order parts. First Solenoid ordered was too small with 10mm of travel. The brass tip of the 10mm solenoid sounded bad against the metal bowl, putting rubber on the end did not help. So I went with a 30mm travel larger solenoid to actuate the mallet.



Here is where Im at!

Picture Full Size: https://ibb.co/HCz0bcH




Part: Solenoid 35mm Push Pull 12V







I can manually make it go GONG when I momentarily connect the terminals to my power 12V 8A power supply. Work and sounds great!





Next Steps:


How would I program this into an alarm clock? I need a program to control the 12V 8A current with clock function. I can pay for your design help. Please PM me or reply here.



Features:


- Set time


- Set alarm time


- Set number of chimes





*There is no turn off function like typical alarm clock. You can just set number of chimes.














Thank you, your help is much appreciated.
 

Attachments

  • gong-alarm-clock.jpg
    gong-alarm-clock.jpg
    512 KB · Views: 119

New Articles From Microcontroller Tips

Back
Top