0% found this document useful (0 votes)
479 views4 pages

NRF24L01 Wireless Keyboard Data Transmission System Based On Arduino

The document describes the components and steps to build a wireless keyboard data transmission system using an Arduino, NRF24L01 wireless transceiver modules, and LCD displays. The system consists of a sending part with a keyboard that transmits key presses wirelessly to a receiving part with an LCD that displays the pressed keys. The document lists the components, provides schematic diagrams of the sending and receiving circuits, and explains how to connect the components to Arduino boards on each part.

Uploaded by

Hassan Allawi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
479 views4 pages

NRF24L01 Wireless Keyboard Data Transmission System Based On Arduino

The document describes the components and steps to build a wireless keyboard data transmission system using an Arduino, NRF24L01 wireless transceiver modules, and LCD displays. The system consists of a sending part with a keyboard that transmits key presses wirelessly to a receiving part with an LCD that displays the pressed keys. The document lists the components, provides schematic diagrams of the sending and receiving circuits, and explains how to connect the components to Arduino boards on each part.

Uploaded by

Hassan Allawi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

NRF24L01 Wireless Keyboard Data

Transmission System Based on Arduino

Functions
1. When the key in the sending part is pressed by someone, the 1602LCD will
display the value of the key.
2.The value of the key will stay on the 1602LCD until other key is pressed.
The 1602LCD will refresh and display the value of the new key.

Code for your reference


http://www.icstation.com/newsletter/eMarketing/wireless_code.txt

Step 1: Components List

1. IC Station ATMEGA328 UNO V3.0 R3 Board Compatible Arduino UNO R3


2. IC Station ATMEGA2560 Mega2560 R3 Board Compatible Arduino
3. NRF24L01+2.4GHz Wireless Transceiver Module for Arduino MCU
4. For Arduino IIC/I2C/TWI 1602 Serial LCD Module Display
5. 4 x 4 Matrix Array 16 Key Membrane Switch Keypad Keyboard
6. Dupont 20cm Color Cable Line 1p-1p Pin Connector
7. Pin Header

Step 2: Schematic Diagram of Sending Part


Step 3: Schematic Diagram of Receiving Part

Step 4: The Connection of Sending Part

1. Connect NRF24L01 wireless transceiver module to Mega2560


SCK--Digital pin 52 MOSI-- Digital pin 51
MOSI--Digital pin 50CSDigital pin 9 CEDigital pin 8

2. Connect the keyboard to the 0-7 pin of Mega2560

Step 5: The Connection of Receiving Part

1.Connect NRF24L01 Wireless Transceiver Module to IC Station UNO


SCK--Digital pin 13 MOSI-- Digital pin 11 MOSI-- Digital pin 12 CSDigital
pin 7 CSDigital pin 8
2. Connect 1602LCD to the IC Station UNO
SCLA5 SDAA4

Reference

/http://www.instructables.com/id/NRF24L01-Wireless-Keyboard-Data-Transmission-Syste

You might also like