You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually its not correct , I tested
nrf24l01 (non-p version) can't config 250Kbps but you can set bit 5 in RF_SETUP register,
so that isn't good way to know what is nrf24 version
Hello,
if(radio.isPVariant()) {
Serial.println("Radio is nRF24L01 plus variant");
}
else {
Serial.println("Radio is nRF24L01 NON-plus variant");
}
per documentation for a non-P device radio.setDataRate(RF24_250KBPS) should fail and IS failing..
The marking on the chip is as per datasheet and indicates P variant.
thx
sundar
The text was updated successfully, but these errors were encountered: