Page 1 of 1

RF12demo issue

Posted: Wed Feb 24, 2016 8:52 pm
by jhbowling
I've built the JeeLabs RFM Board Kit, but the initial test using RF12demo seems to be failing. The only output I get over the serial monitor is:

[RF12demo.12]

By inserting Serial.println statements I have narrowed it down to the f12_initialize function in RF12.cpp:

Code: Select all

   while (digitalRead(RFM_IRQ) == 0)
        rf12_xfer(0x0000);
The loop above just goes forever. Can you provide any insight?