Introduction: Introduction
In this era of Bluetooth, WiFi and IoT we are somewhere forgetting the old Radio frequency modulations used to transmit data wireless. Here I'm presenting a very simple wireless data link between a computer/laptop and an Arduino uno which can display the data sent from the computer terminal wirelessly on a 16x2 LCD.
This project can be used as a wireless message display board, the display can easily be changed to a dot matrix display or a larger LCD like 20x4. You can send text data over the wireless link which uses the ISM band frequency of 433MHz which is free and unlicensed.
This project can also used with multiple displays. A single transmitter sending data on a frequency of 433MHz and multiple receviers with LCDs can be used to display the same message on all the LCDs.
It can be used to digital advertising purpose or for displaying other notices/messages.
Step 1: Wireless Notice Board System Using Arduino
Here in this Instrcutable I'm presenting a simple Wireless notice board system made using two Arduinos and 434 MHz ASK RF Modules.
This system can be used in schools and colleges to flash a notice or message on a LCD. Multiple receivers can be used to receive the same message across the whole college campus.
The message to be displayed is given to the transmitting arduino from PC/Laptop via the serial monitor in Arduino IDE.
Let's get started!!
Step 2: Parts Required
1.Two Arduino boards(I'm using an Arduino Uno and one Arduino Mini)
2.434 MHz ASK RF module pair
3.16 x 2 LCD
4.Connecting wires
5.10 k potentiometer
Step 3: Connection Diagram
Here's a brief about connection diagram.
First Arduino Uno is used as the transmitter. The data pin of 434 MHz Tx is connected to pin 12 of Arduino Uno.
The Tx module has 4 pins. Vcc goes to +5V,Gnd goes to Gnd, Ant is the antenna connect a small wire 10-12cm and data pin to pin 12 of Arduino.
The Rx module is connected to Arduino Mini. It also has 4 pins(some modules have 2 data and 3 gnd pins) Ignore them. The data pin is connected to pin D11 of Mini. Vcc and Gnd are connected to +5V and gnd respectively.Antenna is a long wire 10-12cm.
Step 4: Code
The code uses VirtualWire library for transmitting and receiver wireless data.
Transmitter.ino contains the code for transmitter arduino.
receiver.ino contains the code for receiver arduino.
Here's the library download and install it.
Step 5: Testing the System
Here's a Video showing the system in action.
Hope you liked my instructable.
Attachments

Participated in the
Arduino All The Things! Contest
20 Comments
4 years ago
Pin D11 of arduino pro is connected to which pin of LCD??
Please answer this asap
Reply 4 years ago
Rx pin of the RX module. Not connected to LCD
Reply 4 years ago
thank u sir....there is an another problm.
There is an virtualwire error in tx and rx programming...please tell us what to do???
Reply 4 years ago
Please write to me on rsjaw14@gmail.com
Mail me your problem.
Question 4 years ago on Introduction
what is the work/use of potentiometer? Please provide a proper circuit diagram of this.
4 years ago
I want this project
Reply 4 years ago
What do you mean by want?
5 years ago
i need the codebut the code is downloaded and not opened
Reply 5 years ago
You'll have to open the file in Arduino IDE.
7 years ago
Cool. I did this about a month ago, but with a 20x4 I2C LCD
Reply 7 years ago
Looks awesome!
I'm planning to extend this project by using a graphics display.
Reply 6 years ago
Planning to take this as mini project Rushiraj. Would you suggest some more advancement?
6 years ago
Plz can you give me proper circuit diagram.as early as possible
7 years ago
can it use a big notice board?
Reply 7 years ago
with arduino you can use a slightly bigger LCD like a graphics LCD used by headslant(see below comments)
I'm planning to make a bigger project which uses a LCD TV.
Reply 7 years ago
Actually I only used a 20x4 Text Lcd, but I did use custom chars to create the status symbol.
https://www.instructables.com/id/WEDThe-Wireless-Electronic-LCD-Display/
7 years ago
Very nice! Thanks for posting!
Reply 7 years ago
Thanks!
7 years ago
Like it!
Reply 7 years ago
Thanks!