nRF24L01 无线通信系统设计 学院: 电子信息学院 专业: 电子信息工程 姓名: 学号: 指导老师: 摘要本文介绍了一套基于 STM32 微处理器,结合 nRF24L01 无线通信模块无线数据传输系统。nRF24L01 无线通信系统是基于 nRF24L01 无线收发芯片,以STM32F103 单片机为关键半双工无线通信系统,文中具体叙述了该无线通信系统硬件和软件设计。该系统关键由一个 nRF24L01 无线通信模块组成,在硬件基础上,结合 nRF24L01 特点,实现了两个 nRF24L01 无线通信模块之间通信。关键字: nRF24L0l;STM32;无线通信AbstractThis paper introduces a wireless communication system , a system based on STM32 microprocessor, combined with nRF24L01 wireless communication module . nRF24L01 wireless communication system is based on nRF2L01 wireless transceiver chip, half duplex wireless communication system with a control core of STM32F103 MCU.This paper describes the hardware and software design of the wireless communication system. The system mainly consists of a nRF24L01 wireless communication module, basing on the hardware and combining with the characteristics of nRF24L01, and realize the implementation of communication between two nRF24L01 wireless communication modules .Key words:nRF24L01;STM32;Wireless Communication 序言无线方案适适用于布线繁杂或不许可布线场所,现在在遥控遥测、门禁系统、无线抄表、小区传呼、工业数据采集、无线遥控系统、无线鼠标键盘等应用领域,全部实行了无线方法进行远距离数据传输。现在,蓝牙技术和Zigbee 技术已经较为成熟应用在无线数据传输领域,形成了对应标准。然而,这些芯片相对昂贵,同时在应用中,需要做很多设计和测试工作来确保和标准兼容性,假如目标应用是点到点专用链路,如无线鼠标到键盘,这个代价就显得毫无必需。本无线数据传输系统实行挪威Nordic企业推出工作于2.4GHz ISM 频段nRF2401 射频芯片。和蓝牙和Zigbee 相比,nRF2401 射频芯片没有复杂通信协议,它完全对用户透明,同种产品之间能够自由通信。更关键是,nRF2401 射频芯片比蓝牙和Zigbee 所用芯片更廉价。系统由单片机STM32F103控制无线数字传输芯片...