发 帖  
[问答]

NRF24L01无线通信接收不到数据

2153 nRF24L01 无线









下面是接受模块的


[C] 纯文本查看 复制代码
int main(void) { u8 key,mode;u16 t=0; u8 adcx1[1]={0},adcx2[1]={0}; delay_init();     NVIC_Configuration(); uart_init(9600); LED_Init();  LCD_Init();    KEY_Init(); NRF24L01_Init();      POINT_COLOR=RED;printf("Mini STM32n");printf("NRF24L01 TESTn");printf("ATOM@ALIENTEKn");printf("2014/3/12n");    while(NRF24L01_Check()){printf("NRF24L01 Errorn");delay_ms(1000);printf("                n"); delay_ms(1000);}   printf("NRF24L01 OK"); while(1){key=KEY_Scan(0);if(key==KEY0_PRES){mode=0;   break;}t++;if(t==100)printf("KEY0:RX_Mode  KEY1:TX_Moden"); if(t==200){printf("         n");t=0; }delay_ms(5);  }    printf("                     n");   POINT_COLOR=BLUE;   if(mode==0)//RX????{printf("NRF24L01 RX_Moden");printf("Received DATA:n");NRF24L01_RX_Mode();  while(1){           if(NRF24L01_RxPacket(adcx1)==0&&NRF24L01_RxPacket(adcx2)==0){printf("RECEIVE:OK/n");printf("adcx1:%s  ",adcx1);   printf("adcx2:%sn",adcx2);}       }}}








0
2020-4-16 01:08:02   评论 分享淘帖 邀请回答 举报
4个回答
2020-4-16 09:36:36 评论

举报

2020-4-16 09:50:37 评论

举报

2020-4-16 10:14:10 评论

举报

只有小组成员才能发言,加入小组>>

459个成员聚集在这个小组

加入小组

创建小组步骤

快速回复 返回顶部 返回列表
关注微信公众号

电子发烧友网

电子发烧友论坛

社区合作
刘勇
联系电话:15994832713
邮箱地址:liuyong@huaqiu.com
社区管理
elecfans短短
微信:elecfans_666
邮箱:users@huaqiu.com
关闭

站长推荐 上一条 /7 下一条

快速回复 返回顶部 返回列表