RF12demo issue

Discussion of Jee Products and Wireless Tech
jhbowling
Posts: 1
Joined: Wed Feb 24, 2016 8:45 pm

RF12demo issue

Post 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?