找到关键词“NRF24L01程序”相关内容 8 条搜索耗时:0.0202秒
51单片机控制nRF24L01收发数据程序
#include #include typedef unsigned char uchar; typedef unsigned char uint; //****************************************NRF24L01端口定义*************************************** sbit MISO =P1^3; sbit MOSI =P1^4; sbit SCK =P1^2; sbit CE =P1^1; sbit CSN =P3^2; sbit IRQ =P3^3; //**...
时间:2025-01-26 19:50栏目:行业资料
STC12单片机SPI的nrf24l01接收程序
#include #include typedef unsigned char uchar; #define uint unsigned int //****************************************IO 端口定义*************************************** sfr SPCTL = 0xCE; //SPI Control Register SSIG SPEN DORD MSTR CPOL CPHA SPR1 SPR0 0000,0100 sfr SPSTAT = 0xCD...
时间:2024-12-05 21:54栏目:行业资料
NRF24L01SPI通讯示例程序(无线串口)
时间:2024-11-29 18:00栏目:行业资料
NRF24L01t调试程序含发送和接收可直接用
时间:2024-11-29 18:00栏目:行业资料
nrf24l01的C程序
内部使用-严禁用于商业用途 by aaa1982 1 NRF24L01 使用文档 基于c8051f330 单片机 内部使用-严禁用于商业用途 by aaa1982 2目 录 芯片简介........................................................................................................................3 1 NRF24L0...
时间:2024-11-23 14:34栏目:行业资料
NRF24L01程序
#include #include typedef unsigned char uchar; typedef unsigned char uint; //****************************************NRF24L01 端口定义*************************************** sbit MISO =P1^5; sbit MOSI =P1^4; sbit SCK =P1^3; sbit CE =P1^1; sbit CSN =P1^2; sbit IRQ =P1^6; //*...
时间:2024-11-23 14:34栏目:行业资料
NRF24L01的发送与接收程序
#include #include typedef unsigned char uchar; typedef unsigned char uint; //****************************************NRF24L01 端口定义 sbit MISO =P1^5; sbit MOSI =P1^1; sbit SCK =P1^6; sbit CE =P1^7; sbit CSN =P1^2; sbit IRQ =P1^0; //************************************按...
时间:2024-11-23 14:34栏目:行业资料
nrf24l01无线模块NRF24L01模块收发c程序
//许多人都在找nrf24l01 无线模块的c 程序;我以前刚接触无线//时用的就是nrf24l01 模块;搜索了许多程序有很多都没法直接用;甚至还怀疑模块是不是被我搞坏了;拿去让别人检测模块又是好的;为避免大家走弯路;我将我的程序...
时间:2024-11-23 14:34栏目:行业资料