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. rf12xfer() (specifically the calls in rf12initialize()) are calling rf12xfer(), but then rf12xfer() 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!!!!
