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: Data Uploading but not Publishing

Home Forums Mayfly Data Logger Data Uploading but not Publishing Reply To: Data Uploading but not Publishing

#16858
neilh20
Participant

    @lyh2o just thinking about this I wonder, assuming you have this in the office close to the computer that is programming it, if you could enable some debugging and post the trace here.

    The debugging most useful is
    -DMS_ENVIRODIYPUBLISHER_DEBUG
    so depending on how you build, but if platformIO it would be on a separate line
    build_flags =
    -DSDI12_EXTERNAL_PCINT
    -DNEOSWSERIAL_EXTERNAL_PCINT
    -DMS_ENVIRODIYPUBLISHER_DEBUG

    Then after downloading it, to open a terminal and capture the output and wait for it to connect to the internet. Then it would be to post that capture here.
    Fingers crossed