搜索资源列表
NRF24L01
- NRF2401功能使用文档,很好用,接口也简单。我开始也用是at89s52,PTR4000是3.3v工作的,所以单片机也要在3.3v下工作,我试过能发射接收,后来改用了MSP430,更方便-NRF24L01
Nrf24l01-temperature-transmission
- 基于nrf24l01的无线温度传输,与51单片机连接实现功能,硬件简单。-Wireless temperature transmission of nrf24l01 connection with the 51 single-chip functionality, the hardware is simple.
24l01_led
- 基于nrf24l01单片机的间的通讯,以led点亮的方式通讯,便于调试。-Communication between the based on nrf24l01 SCM, led lit the way communications to facilitate debugging.
NRF_TX_RX.tar
- NRF24L01 单片机模拟SPI做的无线收发程序-The nRF24L01 single-chip analog SPI do the wireless transceiver procedures
51PDS18B20PNRF24L01PLCD1602
- 51单片机+DS18B20+NRF24L01+LCD1602=无线温度传感-51 microcontroller+DS18B20+NRF24L01+LCD1602 = wireless temperature sensing
NRF24L01
- nrf24L01无线模块,基于51单片机的接收,发送示例-nrf24L01 wireless module, based on 51 single-chip receiver, send the sample
NRF24L01
- 单片机开发。 NRF24L01无线传输模块的使用文档-SCM. NRF24L01 wireless transmission module using the document
12864-nrf24l01
- 无线模块nrf24l01,51单片机,12864中文液晶-Wireless module nrf24l01, 51 microcontroller, 12864 Chinese LCD
The-design-of-WSN-based-on-nRF24L01
- 设计以低功耗ATmegal6L单片机为控制核心,利用温度传感器DSl8820进行温度信号的采集,结合无线传输模块nRF24L01对数据进行无线传输的温度监测系统。-A temperature moni-toting system based on low power consumption ATmegal6L single-chip microcomputer as the control core,using the temperature sensor DSl8820 temperature
NRF24L01
- NRF24L01无线通信模块程序,程序已调试过,基于51单片机-NRF24L01 wireless communication module program, the program has been debugged, based on 51 single
transfer
- 51单片机控制nrf24l01实现数据传输,包括模拟SPI编程,读,写,读状态寄存器的状态-51 single chip microcomputer control nrf24l01 to realize data transmission, including simulation SPI programming, read, write, read the STATUS register STATUS and so on
NRF24L01-basedC51
- 基于51单片机的NRF24L01无线射频模块收发程序(内含51直流电机驱动代码,无线232通信,串口收发,以及温度传感器数据采集系统程序等等)-Based on 51 single-chip RF transceiver module NRF24L01 program (containing 51 DC motor driver code, 232 wireless communications, serial port transceiver, and a temperature sensor
nRF24L01
- NRF24L01和51单片机使用四个按键控制四个led灯-NRF24L01 and 51 microcontroller uses four buttons control the four led lights
uIP09_nfr24
- uIP09与nrf24l01在51单片机上的驱动代码,实现局域网下的无限网络控制;-uIP0.9 nrf24l01 network contrl.
NRF24L01功能使用文档
- NRF24L01是NORDIC公司最近生产的一款无线通信通信芯片,采用FSK调制,内部集成NORDIC自己的Enhanced ShortBurst协议。可以实现点对点或是1对6的无线通信。无线通信速度可以达到2M (bps)。 NORDIC公司提供通信模块GERBER文件,可以直接加工生产。嵌入式工程师或是单片机爱好者只需要为单片机系统预留5个GPIO, 1个中断输入脚,就可以很容易实现无线通信的功能,非常适合用来为MCU系统构建无线通信功能。