Hi,
I'm trying to figure out how to make the radio sleep better, in my sketch if I use rf_sendWait(0) everything works, if I want it to sleep and use rf_sendWait(2) it never wakes up. I assume that the minion is wired somewhat differently with regard to the interrupt line from the radio. The schematics seem to say that the NIRQ line on the radio is connected to D3.
Is that correct?
I tried to change the RF12 driver from Jeelabs to use it but the compilation breaks (according to the instructions I need to set RFM_IRQ to 3 (or 4?) and PIN_CHG to 1. Compilation dies on me due to the PIN_CHG. I'm wondering if anyone has an idea on how to do it properly.
Baruch