We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to cange the channel and power in the nRF24e1 but I don't obtain results. A basic code for getting this maybe as follows:
CS = 1; DELAY_100us(0); SPI_ReadWrite(CHANNEL); DELAY_100us(0); for(b=0;b<rxconf.n;b++) { SPI_ReadWrite(rxconf.buf[b]); } CS = 0;
Is this correct?
The data sheet says that "Direct Mode" (i.e., the first two bytes for general device configuration) is not supported by the nRF24E1.