Hi, I am having trouble getting my RFM12B modules working with the library. I am unsure whether the issue lies with an incorrect connection RFM12B -> Arduino or of I am using the code improperly.
When I load up the serial monitor, the help text displays. But any input is entirely ignored.
I have traced the problem down to a particular function call railing the uC. rf12_xfer() (specifically the calls in rf12_initialize()) are calling rf12_xfer(), but then rf12_xfer() goes into an infinite loop.
Is this an error that can be caused by improperly connecting the modules to the arduino?
Currently I have:
RFM12B connected to Arduino
------------------------------------------
nIRQ --> 2
SCK --> 10
SDI --> 11
SDO --> 12
SCK --> 13
That configuration was determined using the eagle diagram on the site in conjunction with the pin definitions in the RF12.h header file.
I am using these modules for a school project and would greatly appreciate any insight into this error.
Thanks so much!!!!

not a support question