100% found this document useful (1 vote)
487 views

Wireless Electronic Notice Board Using Arduino PDF

This document describes how to create a wireless electronic notice board using an Arduino, LCD display, and Bluetooth module. The notice board allows messages to be sent remotely via Bluetooth from a mobile phone and displayed on the LCD screen. Key steps include connecting the LCD and Bluetooth module to the Arduino, downloading code to receive messages via Bluetooth and display them on the LCD, and using a mobile app to send messages in a specific format to be displayed. This allows important notices to be wirelessly sent and shown without delay to inform people in places like colleges or buildings.

Uploaded by

Pandees Pandees
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
487 views

Wireless Electronic Notice Board Using Arduino PDF

This document describes how to create a wireless electronic notice board using an Arduino, LCD display, and Bluetooth module. The notice board allows messages to be sent remotely via Bluetooth from a mobile phone and displayed on the LCD screen. Key steps include connecting the LCD and Bluetooth module to the Arduino, downloading code to receive messages via Bluetooth and display them on the LCD, and using a mobile app to send messages in a specific format to be displayed. This allows important notices to be wirelessly sent and shown without delay to inform people in places like colleges or buildings.

Uploaded by

Pandees Pandees
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

instructables

Wireless Electronic Notice Board Using Arduino

by Anto B

Whats app guys.. In this tutorial, we are going to


make a wireless electronic notice board using arduino
and bluetooth. you are going to make it step by step Supplies:
manner. This will help us in passing any message Materials Required:-
almost immediately without any delay just by sending
a SMS which is better and more reliable than the old 1) Arduino UNO
traditional way of passing the message on notice
board. This proposed technology can be used in 2)LCD 16x2
colleges many public places, malls or big buildings to
enhance the security system and also make 3) LCD Break up board
awareness of the emergency situations and avoid
many dangers. Using Bluetooth module display the 4)HC05 Bluetooth
message onto the display board.

Wireless Electronic Notice Board Using Arduino: Page 1


Step 1: Gather the Required Components and Understand the Circuit

You can use either arduino uno, arduino nano, arduino promini for this project

I suggest you to buy the LCD Breakout board to fix the LCD.

power up the Bluetooth carefully

Wireless Electronic Notice Board Using Arduino: Page 2


Step 2: Connect the LCD With Breakout Board

Connect the LCD as follows

RS -- D7

EN -- D6

D4 -- D5

D5 -- D4

D6 -- D3

D7 -- D2

adjust the contrast by turning the variable resistor on the breakout board

Wireless Electronic Notice Board Using Arduino: Page 3


Step 3: Connect the Bluetooth With the Arduino

Connect the TX of the arduino to the RX of the Bluetooth

Connect the RX of the arduino to the TX of the Bluetooth

Connect VCC on arduino board to the +5v of the bluetooth as well as ground to ground.

Wireless Electronic Notice Board Using Arduino: Page 4


Step 4: Download the Code From the Attachment

things to learn from the code:-

In the code, i used LCD code and Serial Reception.

in serial Reception, i planned a text format... if you want to display the given text, we have to send text in such a
way " #MESSAGE* " so that i can extract the text between # and *.

Download
https://www.instructables.com/ORIG/FZ3/77X4/K0UTO5E4/FZ377X4K0UTO5E4.ino

Step 5: Switch ON the Hardware

After switched ON the hardware, note the led on the bluetooth blinks good and the LCD displays the title with a
scrolling to the Left. if this happens, you are working perfectly

Wireless Electronic Notice Board Using Arduino: Page 5


Step 6: Open "Arduino Bluetooth Control " App

Install Arduino Bluetooth Control app from play store. 3) give no if message come

https://play.google.com/store/apps/details?id=com.... 4) select TERMINAL from the home screen

this is one of the best app for the bluetooth terminal 5) Type the message in the format #MESSAGE*

pair our HC05 bluetooth with the pin 1234 to my 6) touch the send button..
mobile
Now you can see your message in the LCD
1) scan device

2) select the bluetooth device

Wireless Electronic Notice Board Using Arduino: Page 6


Wireless Electronic Notice Board Using Arduino: Page 7
Wireless Electronic Notice Board Using Arduino: Page 8
Wireless Electronic Notice Board Using Arduino: Page 9
Wireless Electronic Notice Board Using Arduino: Page 10
Step 7: Display the Message on the LCD

If you want to watch the live demo for this project follow my youtube channel

//www.youtube.com/embed/vQir9CAY4cI

for queries... comment me..

Wireless Electronic Notice Board Using Arduino: Page 11

You might also like