Automatic School Bell Prototype

hello, students! Today, I'm excited to introduce you to our new Automatic School Bell prototype. In addition to the Arduino board, LCD display, RTC module, and push buttons, we've added an 8x8 LED matrix display. This will show us the current period throughout the day.

Feb 5, 2024

15997 views

1 respects

Components and supplies

1

Grove - Buzzer - Piezo

1

Arduino uno

1

arduino uno

3

push buttons

1

16x2 LCD display with I²C interface

1

1 relay module 5 Vdc 10A (assembled)

1

High brightness LED red

1

LED Matrix Module 8x8

1

DS1307 RTC Module (2 pcs)

1

12V Power Supply

Tools and machines

1

Arduino IDE

1

Solder Soldering Wire

1

wires

1

The open-source Arduino Software (IDE)

1

Arduino UNO

1

Digital Multimeter

Apps and platforms

1

Arduino IDE

Project description

Code

Automatic School Bell

c

Automatic School Bell

Downloadable files

Automatic School Bell Prototype

Automatic School Bell Prototype

School_Bell_PushButton_Final_Backup.ino

Documentation

Automatic School Bell Prototype

Automatic School Bell Prototype

https://youtu.be/5Ok1kHcCCgk?si=AWLeMnSQJ-G_ZG74

Comments

Only logged in users can leave comments

Image
Image

gxgip

7 months ago

Hello sir, very good instructions. Thank You For Your Prompt Response. Thanks for everything.

Image
Image

gxgip

7 months ago

Hello, I am confused with this wiring diagram. Do you have another or the circuit diagram?

Image
Image

ballieducation

7 months ago

step by step to connect the components 16x2 I2C LCD Interface: • The GND pin of the I2C LCD is connected to the Ground of the Arduino Uno. • The VCC pin of the I2C LCD is connected to the +5V supply of the Arduino Uno. • The SDA pin of the I2C LCD is connected to pin 16 (SDA, digital side) of the Arduino Uno. • The SCL pin of the I2C LCD is connected to pin 17 (SCL, digital side) of the Arduino Uno. RTC Interface: • The GND pin of the RTC module is connected to Ground of the Arduino Uno. • The VCC pin of the RTC module is connected to the +5V of the Arduino Uno supply. • The SDA pin of the RTC module is connected to Analog pin A4 (SDA pin) of the Arduino Uno. • The SCL pin of the RTC module is connected to Analog pin A5 (SCL pin) of the Arduino Uno. Relay Interface: • The Relay(IN1 or IN2 pin) is connected to digital pin 8 of the Arduino Uno. 8x8 Matrix Module Interface: • The GND pin of the Matrix Module is connected to Ground. • The VCC pin of the Matrix Module is connected to the +5V supply. • The DIN (Data Input) pin of the Matrix Module is connected to digital pin 12 of the Arduino Uno. • The CLK (Clock) pin of the Matrix Module is connected to digital pin 11 of the Arduino Uno. • The CS (Chip Select) pin of the Matrix Module is connected to digital pin 10 of the Arduino Uno. Buzzer Interface: • The Buzzer is connected to digital pin 9 of the Arduino Uno. Push Button Interface: Three push-to-on switches, used for SETUP, UP counter, and DOWN counter, are connected to digital pins 2, 3, and 4 of the Arduino Uno, respectively. The other side of each push-to-on switch is connected to the GND pin. General Notes: • All pin connections are also specified in the programming code. • You can change the pin connections, but ensure that the corresponding changes are made in the code as well.

Image
Image

riabossa08

a year ago

Hello, will you have the assembly documentation of the project? (the step by step to connect the components)

Image
Image

ballieducation

a year ago

Wiring Diagram of this Project : https://drive.google.com/file/d/1DKyL1t_m91erQKaErRLPgpZVTBd7HoQw/view?usp=sharing