It's ok. Not checked yet. Delivery is fast!
Modules checked, about 25-30 meters range @0dBm in building! During configuration phase it is recommended to write 0x00 to CONFIG reg first, after configuration, write necessary value to CONFIG reg as described in datasheet. For example: CE_RESET; Delay(150); NRF24_WriteReg(EN_AA, 0x00); // Enable Pipe1 ///////////// Config other registers - Pipes, Power, Channel etc. NRF24_WriteReg(CONFIG, 0b01010010);// 0x0a); //TX IRQ, PWR_UP=0, Prim_RX:0 (transmitter) SLEEP Delay(5); NRF24_FlushRX(); NRF24_FlushTX(); CE_SET;
Excellent