I'm building a robot and would like it to be controlled by RF, so i ordered these chips and started trying to get them to work. i soldered 3 and when i connect any of them to my nano, they work fine, or at least i think they do. They manage to send and attempt to receive but this is where i run into the problem.
The other one will be wired up to my mega, but the mega just seems to fail to communicate. Ive tried the NRFLite.h, and the RF24 libraries, and obviously the code works fine because well my nano works. Whenever i try anything with my mega it says "Cannot communicate with radio".
ive tried different CE and CSN pins, and from what i understand the SPI library handles SCK, Mosi, and MISO on its own but ive tried different configurations with it including the one from the tutorial im following and just nothing works.
ive confirmed its not the transceiver because well, 3 of them work with my nano and 3 of them dont work with my mega, at least to the point where my nano recognizes its there.
Am i missing something? Is my mega just broken? I do not have any other arduinos.