• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Arduino Bell : Brass Bell Ringing DIY Project

By Abhishek Ghosh September 14, 2016 7:01 am Updated on March 16, 2017

Arduino Bell : Brass Bell Ringing DIY Project

Advertisement

Possibly you are thinking that quite complicated system is involved in the DIY Project. Heavy Indian Brass Bells Used For Worship Can Be Shaken By Mechanical System Controlled By Arduino. Arduino Brass Bell Ringing DIY is Simple. We just need thick wire, bell, wire cutter, plier, servo motor in most simplest form. Coding part is also easy. It is better to use PAPERduino like cheaper thing instead of Arduino for real usage. You can use this Arduino Bell as door bell, as an idea. More bigger the bell will be, more will be the sound.

 

Arduino Bell : Things We Need For Brass Bell Ringing DIY Project

 

The idea spontaneously came in my mind but I thought to perform a Google Web Search and found that few other peoples already did it. So, the workload actually decreased plus the readers are getting more options to customize their Arduino bells. We need :

  1. One Arduino Board
  2. One Servo Motor like TowerPro SG 5010.
  3. Power supply for the Arduino and basic electronic stuffs
  4. Obviously a brass bell
  5. Wire and wire cutter

 

arduino-brass-bell-ringing-diy-project
 

Arduino Bell : Understanding the Basics of Brass Bell Ringing DIY Project

 

Basically we ring the hand bells or any bells in simple harmonic motion like pendulum. Servo motors are great for creation of this simple harmonic motion. So, the coding part is just easy. If you are not used with Servo Motor basics to control with Arduino, please read Servo Motor control by Arduino. We also have Servo Motor buying guide.

Advertisement

---

The project is easy on the coding circuit part and honestly need no further explanation with circuit diagram – above linked old Servo Motor control by Arduino guide will work fine for even a starter. Only the coding part is different. This code is good enough to create the simple harmonic motion :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
int servopin = 4;
int pulse = 1500;
void setup ()
{
pinMode(servopin, OUTPUT);
Serial.begin(9600);
}
void loop()
{
digitalWrite(servopin, HIGH);
delayMicroseconds(pulse);
digitalWrite(servopin, LOW);
delay(20);
}

That int pulse = 1500 value is in microseconds. 5V for 1500 microseconds (1.5 milliseconds) corresponds to 90 degrees. 500 microseconds corresponds to 0 degrees and 2500 microseconds corresponds to 180 degrees. delay(20) means send pulse every 20ms. Because hitting or moving the bell once will create reset of the position by gravity – it is easy than you can think. Managing the mechanical system is difficult – we created the infographics on what others are doing with their bells to give you an idea.

Tagged With arduino door bell , servo motor Arduino bell ringing , arduino bell , mechanical bell ringer arsuino , mechanical bell arduino , https://thecustomizewindows com/2016/09/arduino-bell-brass-bell-ringing-diy-project/ , bell uses in window diy , bell ringer using servo , arduino ringing a brassbell , arduino ring mechanical bell

This Article Has Been Shared 388 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Arduino Bell : Brass Bell Ringing DIY Project

  • Hardening WordPress (Nginx, Ubuntu, OpenStack, HP Cloud)

    Hardening WordPress Written on Official WordPress is Pretty Outdated & Useless on 2015. Here is Some Tips For WordPress Running on Nginx on OpenStack.

  • Buying Arduino Original Versus Arduino Clones

    Arduino Clone in this article means Arduino Compatible. Buying Arduino original versus Arduino clone has difference from many less known aspects.

  • Basic Electronic Components List and What They Do

    Here is an Illustration of the Basic Electronic Components List and What They Do. This article is helpful for new Electronics Enthusiasts.

  • Mini Christmas Light With Arduino (Very Easy)

    Here is a Mini Christmas Light With Arduino as Project Which Needs 3 Resisters and 3 LEDs, No External Power Supply. It Has 2 Blink Effects.

  • Taking Out Hard Disk Motor For DIY Project

    Here is What Exactly You Will Do For Taking Out Hard Disk Motor For DIY Project. Probably You Need Just a Torx Screwdriver For Clean Work.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Voice User Interface (VUI) January 31, 2023
  • Proxy Server: Design Pattern in Programming January 30, 2023
  • Cyberpunk Aesthetics: What’s in it Special January 27, 2023
  • How to Do Electrical Layout Plan for Adding Smart Switches January 26, 2023
  • What is a Data Mesh? January 25, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Arduino Bell : Brass Bell Ringing DIY Project," in The Customize Windows, September 14, 2016, February 1, 2023, https://thecustomizewindows.com/2016/09/arduino-bell-brass-bell-ringing-diy-project/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT