微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 微波和射频技术 > 天线设计和射频技术 > NRF24L01 communication link

NRF24L01 communication link

时间:04-06 整理:3721RD 点击:
I am using two numbers of NRF24L01 for RF communication for my meter project. taking one NRF as transmitter and another one as receiver. But i want to know how to communicate the both. how to tune it . how to send and receive data. Pls do explain me and send me the details.

Thank u.

program it using SPI port, look at this link: http://gpio.kaltpost.de/?page_id=726
search for nrf24l01 (or nrf24l01P) product specification, there would be commands
For example, from datasheet: "06 RF_SETUP RF Setup Register". You can write to this register using something like SPI_WR_Reg(0x20 + 0x06, 0x00 <-your config bits here);

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top