NRF2L401 Wireless PC Data Transmission System With Arduino

by ICStation in Circuits > Arduino

913 Views, 3 Favorites, 0 Comments

NRF2L401 Wireless PC Data Transmission System With Arduino

图片12.jpg
图片11.jpg

ICStation team introduce you how to make this NRF2L401 Wireless PC Data Transmission System based on the ICStation UNO and the ICStation mega2560 Compatible with Arduino.
The NRF2L401 Wireless PC Data Transmission System works under DC5V voltage and uses the NRF24L01 Wireless Module to do communication. It can finish the bidirectional transmission through the serial module and the NRF24L01 Wireless Module. This system is with the advantage of easy procedure transplantation, stable and high-efficiency data transmission. What’s more, it’s suitable for a variety of occasions which need real-time wireless data transmission.

Working principle

The main board of this system is the ICStation UNO and the ICStation Mega2560. Both of the boards are connected with computer and use the NRF24L01 wireless module to transmit data. When emitting information, the main control panel uses the Serial Module to receive information from computer, while use the NRF2L401 Wireless Module to emit the information to computer. When receiving information, the main control board emits the information which is transmitted by the NRF24L01 wireless module to computer through the Serial Module. We can use this system to finish the bidirectional transmission between computers. Besides, the project is with a LCD1602 Boards which connected with the main control board to display the data.

Functions:

The main function of this system is to realize the bidirectional transmission between two computers. The specific function is as following:

(1)Open the serial monitors which associated with the ICStation UNO and the ICStation mega2560.

(2) Input a string of characters in the serial monitor which associated with the ICStation mega2560, we’ll see the serial monitor of ICStation UNO displays the word “receive” and the received characters. Meanwhile,the first line of the LCD1602 which connected with the ICStation UNO displays the word “T X” and the characters which transmitted by the Serial Module, while the LCD1602 which connected with the ICStation mega2560 shows the letter “RX” and the received characters in the second line.

(3)When we input a string of characters in the Serial Monitor of the ICStation UNO, we can see the Serial Monitor of the ICStation mega2560 displays the word “receive” and the received characters. Meanwhile, the LCD1602 which associated with the ICStation Mega2560displays the word “TX” and the characters which the serial transmitted in the first line, while the LCD1602 which associated with the ICStation UNO shows the word “RX” and the received characters in the second line.

Code for your reference

http://www.icstation.com/newsletter/eMarketing/NRF2L401_date_code.zip

Components List

图片3.jpg

Schematic Diagram

图片3.png
图片2.png

Video to Show Effect

Tutorial for Arduino ▶19 NRF2L401 Wireless PC Data Transmission System