Home › Forums › Mayfly Data Logger › uBee R410 setup issues › Reply To: uBee R410 setup issues
2020-01-07 at 4:50 PM
#13541
Ugh. I should just get one of these R410 uBee’s just to help other people out.
It looks like it’s powering down when it’s supposed to be waking up and visa-versa.
I could babble at length about it, but my first suggestion to try and make it work it is to add a ~500ms delay [delay(500);
] after the
modemPowerUp()
and another matching delay after the
modem.wake();
in your setup function. Just see if that works.