I did not manage to get the example rf69_server working.
It hangs in void RH_RF69::setOpMode(uint8_t mode)
at
// Wait for mode to change.
while (!(spiRead(RH_RF69_REG_27_IRQFLAGS1) & RH_RF69_IRQFLAGS1_MODEREADY)) ;
Strange thing is, receiver works, and if I merge receiver and sender to the same ino and let them run on the same Arduino uno, than it works.
Switching to lowpower lib examples works straight.
Something is wrong. I wonder that I´m the only one.
I did not manage to get the example rf69_server working. It hangs in void RH_RF69::setOpMode(uint8_t mode) at // Wait for mode to change. while (!(spiRead(RH_RF69_REG_27_IRQFLAGS1) & RH_RF69_IRQFLAGS1_MODEREADY)) ; Strange thing is, receiver works, and if I merge receiver and sender to the same ino and let them run on the same Arduino uno, than it works. Switching to lowpower lib examples works straight. Something is wrong. I wonder that I´m the only one.