My team recently acquired two NRF24 transceivers to use on our drone project. Personally I've used NRF24 modules before and have successfully paired them with Arduino and have two of them communicate. The code and library used are RF24 library by TMRh20 using the GettingStarted example. The new ones don't seem to work while doing the same exact process as with the old ones that work. The only difference spotted between the new ones and my old ones is that the new ones seem to be missing two resistors. We made sure our Arduinos give 3.3volts and we used a capacitor but still get no results. We also tried to use one of my old ones that have worked in the past in case one of the new ones wasn't working. When using the GettingStarted code the radio seems to be responding though. Could we have gotten a faulty board?