PaulStoffregen / RadioHead

Version of RadioHead library for Teensy boards
http://www.airspayce.com/mikem/arduino/RadioHead/
Other
257 stars 156 forks source link

void RH_RF69::setOpMode(uint8_t mode) hangs in example rf69_server #14

Closed antonmeyer closed 7 years ago

antonmeyer commented 7 years ago

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.

antonmeyer commented 7 years ago

oh men, it was a typo setting the frequency. 686 -> 868 and it works!