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
Bluetooth Unleashed Design Challenge
  • Challenges & Projects
  • Design Challenges
  • Bluetooth Unleashed Design Challenge
  • More
  • Cancel
Bluetooth Unleashed Design Challenge
Blog Smart Doorbell System - Part 10 - Complete Project Video
  • Blog
  • Forum
  • Documents
  • Polls
  • Files
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: shabaz
  • Date Created: 20 Jul 2018 10:58 PM Date Created
  • Views 6237 views
  • Likes 17 likes
  • Comments 28 comments
  • bluetooth
  • cc2640r2
  • ti launchpad
  • bluetooth le
  • bluetooth_unleashed
  • winners
  • bt_smart_doorbell
  • design_challenges
  • bluetooth 5.0
  • raspberry_pi
  • rpi 3b+
  • bbb
  • texas_instruments
  • cc2640r2f
  • rpi 3b
  • bluetooth_le
Related
Recommended

Smart Doorbell System - Part 10 - Complete Project Video

shabaz
shabaz
20 Jul 2018

For all the parts to this project, click here! Smart Doorbell System

 

Introduction

The Smart Doorbell System is a Bluetooth Low Energy (BLE) project to build a better doorbell! However, it could also have other uses - to open and close gates, to act as an emergency attendant button or to control or monitor all sorts of things. It can also be connected up to a Pi or BeagleBone, for extending reach and capabilities even further. For example, the Pi could log and timestamp activity, or activate a camera, or tunnel the information to another Pi or BeagleBone, and then pass the information onward over BLE to the far end, providing all the benefits of BLE combined with the compute horsepower and cloud connecting capability of the Pi.

 

All software and schematics and PCB files and bill-of-materials (BoM) are available.

 

For more information, click on the link above to explore all the blog posts, or (easier) watch the twenty-minute video below.

 

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

What Was Built?

Two modules were constructed; the bell push module, and the chime module. The can communicate directly to each other, or they can connect to a Linux system for extra features such as tunnelling alerts over the Internet, or for logging events or taking photos of who is at the door. With some effort the same system could be used for patient care, or for alerting people in a warehouse / shop floor.

image

 

The Bell Push Module runs from an AA sized battery and should run for four years (I intend to make code changes to improve that further - currently it consumes 45uA but around 20uA should be feasible). It uses a Texas Instruments chip, the CC2640R2FCC2640R2F. When connecting to the wireless Chime Module, it consumes around 12-13mA average, briefly until the communication is complete. More accurate tests still need to be done, but these values were promising.

image

 

The Chime Module was constructed from a custom PCB plugged on top of a ready-made Texas Instruments microcontroller board called the CC2640R2 LaunchPadCC2640R2 LaunchPad. The custom PCB contains digital audio capability and dual supply capability (external DC, or the attached rechargeable battery which gets charged up automatically). The Chime Module can be used plugged-in to the DC supply, or it can be detached and taken outdoors (e.g. into the garden). When used on battery power, the current consumption is about 8mA, which allows for several days of outdoor use with the 600mA battery that was used. The battery will charge itself so there should be no maintenance required.

image

 

Next Steps

Although the system functions, the code is very proof-of-concept and I'd like to take the time to improve it and add more features. I've already tested communications with the Pi (so that the Bell Push module connects to the Pi, and another Pi connects to the Chime Module) and the code functions nicely (see blog post 9 for the source code). So, with little effort, it should be possible to use this system over any distance.

Thanks for following the project!

  • Sign in to reply

Top Comments

  • mcb1
    mcb1 over 7 years ago +5
    Well done. It's a lot of work, and I'm betting your're glad it over. A simple suggestion is to look at wireless charging. I used something very similar in the Beyond_the_phone challenge Wireless Challenge…
  • shabaz
    shabaz over 7 years ago in reply to Problemchild +4
    I think we need to develop an app, let's call it ChimeOS say, that allows users to configure on their Pi the doorbell strategy for the home, and let it accept the commands from the bell push, and then…
  • Problemchild
    Problemchild over 7 years ago in reply to mcb1 +3
    Hey Mark wouldn't the wireless charging require the charge pad to be behind the button unit which would becool but you would need to make sure the distance between the unit and the bell was very small…
Parents
  • mcb1
    mcb1 over 7 years ago

    Well done.

    It's a lot of work, and I'm betting your're glad it over.

     

     

    A simple suggestion is to look at wireless charging.

    I used something very similar in the Beyond_the_phone challenge

    Wireless Challenge .... the other bit -2

     

    Simon wrote about it here, and if you look at the picture they aren't very large

    The Illuminated Beer Tap

     

     

    https://www.fasttech.com/products/0/10007722/1671100-universal-qi-inductive-wireless-charging-receiver

    This means the unplugging and plugging is eliminated.

     

     

    Mark

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Problemchild
    Problemchild over 7 years ago in reply to mcb1

    Hey Mark wouldn't the wireless charging require the charge pad  to be behind the button unit which would becool but you would need to make sure the distance between the unit and the bell was very small and also that the unit wasnt placed over a mullion or other metal part hidden in the door?!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Problemchild
    Problemchild over 7 years ago in reply to shabaz

    Ha I understand even better may be to have a chime module that could do a TCP/Pull or even push to your phone where an app would say that your door bell is ringing that way it could be made to ring a number of phone "ringers" based on some configuration

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 7 years ago in reply to Problemchild

    I think we need to develop an app, let's call it ChimeOS say, that allows users to configure on their Pi the doorbell strategy for the home, and let it accept the commands from the bell push, and then switch from Peripheral to Central mode as soon as someone presses the button, and then push out the event to the Chime module and send events to phones over the Internet : )

     

    Switching from Peripheral to Central mode is easy, the code to do both modes is in blog 9. It could be quite a comprehensive alerting system : ) Maybe useful for stores/warehouses too, where you prefer someone to attend first, but if they use the excuse that they didn't hear it, then they will still receive the alert on their phone, as well as hearing the alert in other locations too if they wander off : )

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Problemchild
    Problemchild over 7 years ago in reply to shabaz

    Exactly Shabaz!!

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to Problemchild

    wireless charging require the charge pad  to be behind the button unit

    I was more thinking of the receiver end.

     

    The Chime Module can be used plugged-in to the DC supply, or it can be detached and taken outdoors
    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mcb1
    mcb1 over 7 years ago in reply to shabaz

    I think we need to develop an app, let's call it ChimeOS

    best you enter into negotiations with ntewinkel then. image

     

    Mark

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • mcb1
    mcb1 over 7 years ago in reply to shabaz

    I think we need to develop an app, let's call it ChimeOS

    best you enter into negotiations with ntewinkel then. image

     

    Mark

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
No Data
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