Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: uBee R410 setup issues

Home Forums Mayfly Data Logger uBee R410 setup issues Reply To: uBee R410 setup issues

#13560
Dan
Participant

    Thank you Sara.

    Inching closer. Prior to switching to the modemLast branch I tried something similar to what @acgold suggested. I added the following lines:

    if (modemVccPin >= 0)
    {
    pinMode(modemSleepRqPin, OUTPUT);
    digitalWrite(modemSleepRqPin, HIGH);
    }

    to my file, just after greenredflash();. This allowed the modem to wake up successfully and connect to the NIST timeserver on initial boot, which is certainly the farthest I’ve gotten with the R410. It does not successfully upload data after taking a reading, however, even though it goes through a lot of AT commands with “OK” responses, until it gets to:

    I’ll try modemLast and see if I can get anywhere.