Hi, I have several JeeNodes all power-supplyed via ATX power supply. On the new year's eve and thereafter all nodes started to work oddly. The ATX works great, there was no power oscillation I suppose, only fire crackers were exploding in amount... I use no RTC so there cannot be a new-year bug. Units worked great for months.
RF12B modules seem to hang on loop:
rf12recvDone();
while (!rf12canSend()) {
rf12recvDone();
delay(25);
}
Seems like the unit never comes ready... I had to add a counter inside the loop and when it reaches certain number I reset the RF12B with RF12config(). So it works now.
Did anyone occur the same problem? Any idea what curropted the units?
