Home › Forums › Mayfly Data Logger › uBee R410 setup issues › Reply To: uBee R410 setup issues
2020-01-07 at 6:55 PM
#13545
Hi Sara,
Thanks for the reply and the helpful annotated logs. Unfortunately, that didn’t fix it, and it’s still doing the hard reset. Bummer! This issue seems reminiscent of the last post by acgold on that GH issue. This is what the relevant lines of my setup look like now, but still no dice. I also tried with a 1 second delay. Anything else?
1 2 3 4 5 6 7 |
modem.modemPowerUp(); Serial.println(F("Delaying 500 after powerup")); delay(500); modem.wake(); Serial.println(F("Delaying 500 after wake")); delay(500); modem.setup(); |
and the output
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
Powering unspecified modem with pin 23 <--SodaqUBeeR410M Delaying 500 after powerup Running wake function for unspecified modem <--LoggerModem Sending a wake-up pulse on pin 20 for Sodaq UBee R410M <--SodaqUBeeR410M Status pin came on after 3201 ms <--SodaqUBeeR410M Pulsed for 3201 ms <--SodaqUBeeR410M Waiting for UART to become active and requesting a slower baud rate. <--SodaqUBeeR410M AT+IPR=9600 Status pin 19 on unspecified modem is 0 indicating it is off! <--LoggerModem Attempting a hard reset on the modem! <--LoggerModem unspecified modem failed to wake! <--LoggerModem Delaying 500 after wake Setting up the modem ... <--LoggerModem Waking up the modem for setup ... <--LoggerModem Running wake function for unspecified modem <--LoggerModem Sending a wake-up pulse on pin 20 for Sodaq UBee R410M <--SodaqUBeeR410M Status pin came on after 80 ms <--SodaqUBeeR410M Pulsed for 151 ms <--SodaqUBeeR410M Waiting for UART to become active and requesting a slower baud rate. <--SodaqUBeeR410M AT+IPR=9600 unspecified modem should be awake. <--LoggerModem Running modem's begin function ... <--LoggerModem |