PS ADITHYAN Posted February 10 Report Share Posted February 10 I'm doing a project for my institution where there are 4 main building blocks with 4 electric bells inside these buildings. These are worked using a switch so the bells ring with delay and not at the correct times. But there is the same internet connection going across all the buildings. So, my idea here is to implement a system for the bell by fetching the real-time from the web and should be able to program this to a microcontroller ic to specify on which times the bell should ring and by that, we can implement the same system to all 4 buildings and they will ring at the exact time without any delay and synchronized also. I can only use any microcontroller ICs and can't use any kind of development boards. The basic functioning of the system should be this. The other features that can be added are a manual button to ring the bell and access the bell via a phone or computer with a simple and very basic interface where we can activate the using that device and should be able to schedule the dates this bell should ring and on other days the shouldn't ring. I can only use microcontroller ICs only cant use any type of development boards, So I need to know about which microcontroller I can use for this project. This project should be budget-friendly, and all the pins of the microcontroller should be utilized if possible also suggest a wifi module compatible with the microcontroller. Quote Link to comment Share on other sites More sharing options...
HarryA Posted February 10 Report Share Posted February 10 If you search on the internet for "Automatic electric bell using wifi "you will find numerous articles on the subject: like: https://www.youtube.com/watch?v=jkG9sUWc1CA Quote Link to comment Share on other sites More sharing options...
catherinecarol Posted February 20 Report Share Posted February 20 An automatic electric bell using WiFi can be designed by integrating a WiFi-enabled microcontroller with an electric bell mechanism.cox internet Users can remotely control the bell's activation and schedule through a WiFi network, providing convenience and flexibility for various applications such as schools, offices, or homes. Quote Link to comment Share on other sites More sharing options...
bidrohini Posted February 22 Report Share Posted February 22 A suitable microcontroller for this project would be the ESP32. It's a budget-friendly microcontroller with built-in Wi-Fi capability, which makes it easy to connect to the internet and fetch real-time data. The ESP32 also has plenty of GPIO pins for controlling multiple bells and interfacing with other peripherals. You can also print PCB of your project from PCBway. https://www.pcbway.com/project/shareproject/ESP32_Power_Montiroing_PZEM_004T_and_Relay_Control_c8098cc0.html Quote Link to comment Share on other sites More sharing options...
Sarika539 Posted February 23 Report Share Posted February 23 Creating an automatic electric bell using WiFi involves integrating a microcontroller, such as an Arduino or Raspberry Pi, with a WiFi module and an electric bell. Here's a basic overview of how you can set it up: **Hardware Components:** - Microcontroller (Arduino or Raspberry Pi): This will control the operation of the bell based on WiFi signals. - WiFi Module (such as ESP8266 or ESP32): This will enable the microcontroller to connect to your WiFi network and receive commands. - Electric Bell: Choose a bell that operates on an appropriate voltage compatible with your microcontroller's output. Quote Link to comment Share on other sites More sharing options...
Riya21 Posted June 13 Report Share Posted June 13 Creating an automatic electric bell using WiFi involves integrating a microcontroller with WiFi capabilities, such as an Arduino or Raspberry Pi, and an electric bell. Here’s a basic overview of how you can set it up: Hardware Components: Microcontroller (Arduino or Raspberry Pi): This will control the bell’s operation based on WiFi signals. WiFi Module (such as ESP8266 or ESP32): This module enables the microcontroller to connect to your WiFi network and receive commands. Electric Bell: Choose a bell that operates at a voltage compatible with your microcontroller's output. Quote Link to comment Share on other sites More sharing options...
buymode Posted June 15 Report Share Posted June 15 On 2/10/2024 at 9:09 PM, PS ADITHYAN said: I'm doing a project for my institution where there are 4 main building blocks with 4 electric bells inside these buildings. These are worked using a switch so the bells ring with delay and not at the correct times. But there is the same internet connection going across all the buildings. So, my idea here is to implement a system for the bell by fetching the real-time from the web and should be able to program this to a microcontroller ic to specify on which times the bell should ring and by that, we can implement the same system to all 4 buildings and they will ring at the exact time without any delay and synchronized also. I can only use any microcontroller ICs and can't use any kind of development boards. The basic functioning of the system should be this. The other features that can be added are a manual button to ring the bell and access the bell via a phone or computer with a simple and very basic interface where we can activate the using that device and should be able to schedule the dates this bell should ring and on other days the shouldn't ring. I can only use microcontroller ICs only cant use any type of development boards, So I need to know about which microcontroller I can use for this project. This project should be budget-friendly, and all the pins of the microcontroller should be utilized if possible also suggest a wifi module compatible with the microcontroller. How can I implement a budget-friendly, synchronized bell system across four buildings using only microcontroller ICs (no development boards), with features like real-time web synchronization, manual activation, and scheduling via a basic interface, and which microcontroller and WiFi module would be best suited for this project? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.