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

jbiddle

  • Hi Sara, any other thoughts on what I can do to troubleshoot this issue?

  • I have not, I’m still getting this when I monitor the output:

    “Attempting to connect to the internet and synchronize RTC with NIST
    Could not connect to internet for clock sync.”

    This is exactly what I have for the lib_dep portion of the…[Read more]

  • jbiddle posted a new activity comment 5 years ago

    Thanks Sara. This is the monitor output in testing mode now:

    ——————————————
    Current logger time is 2020-05-11T10:47:22-05:00
    ———————–
    CampbellOBS3 at ADS1115_0x48_Channel0 reports turbidity is 1.13185 nephelometricTurbidityUnit
    CampbellOBS3 at ADS1115_0x48_Channel1 reports turbidity is 1.02158…[Read more]

  • jbiddle posted a new activity comment 5 years ago

    Thank you. Once I do that, do I need to do anything to update the board?

    • You should be able to just reprogram it with the same program. If that errors, let me know.

      • Thanks Sara. This is the monitor output in testing mode now:

        ——————————————
        Current logger time is 2020-05-11T10:47:22-05:00
        ———————–
        CampbellOBS3 at ADS1115_0x48_Channel0 reports turbidity is 1.13185 nephelometricTurbidityUnit
        CampbellOBS3 at ADS1115_0x48_Channel1 reports turbidity is 1.02158…[Read more]

  • I totally understand. I’m thankful that I’m still able to work full time from home it has been incredibly challenging. But I totally get it and it it’s totally understandable. Thanks again for taking the time to help me with this.

    The lib_dep part of the platform.ini…[Read more]

    • Correct. Or you can just add a semi-colon in front of the “ModularSensors” line and remove the semi colon from the link’s line.

      • Thank you. Once I do that, do I need to do anything to update the board?

        • You should be able to just reprogram it with the same program. If that errors, let me know.

          • Thanks Sara. This is the monitor output in testing mode now:

            ——————————————
            Current logger time is 2020-05-11T10:47:22-05:00
            ———————–
            CampbellOBS3 at ADS1115_0x48_Channel0 reports turbidity is 1.13185 nephelometricTurbidityUnit
            CampbellOBS3 at ADS1115_0x48_Channel1 reports turbidity is 1.02158…[Read more]

  • Hello Sara, sorry to bother you but I wanted to check in again about this.

    Is there something I could do in the meantime while you work on the testing mode update?  Is there a way I can try to fix the connection issue without using the testing mode? Thanks.

  • No apology necessary, it had been a little while so I just wanted to check in and see if there had been any progress. Thank you for the update.

  • Hi again, Sara. Just wanted to check in and see if you had any success with this. I would like to be able to finish up the programming of the board so I can finally get it in the field to start collecting data. Thank you!

  • Hello Sara,

     

    I just wanted to check in to see if you have had any luck with updating the libraries for this. Thanks.

  • Great! Thank you for taking the time to help me with this and trying to update the library.

  • I think I’m following. So how do I go about fixing that?

  • Hi Sara,

    Thanks so much for your help. Making those changes to the code you last mentioned worked and it compiled successfully! I was able to upload to the board and that feels like a huge step. Thank you! I’m now monitoring the output from the board on VScode and everything seems to be in order except for the sim card. You can see in the…[Read more]

  • I’m catching on to that! I’m now faced with a new series of errors – “expected constructor, destructor, or type conversion before ‘(‘ token” is coming up on several different lines. I attached the new error message.

    It’s obvious that the code is just missing various braces, brackets, semicolons and the like. I was under the impression that I…[Read more]

  • Thank you Sarah, I managed to fix those issues.

    I’ve attached the most recent error message and the code as it exists right now. The first “serial” that it mentions in the error on line 242 is the first “serial” under the Main Setup Function section of the code. It doesn’t look like I’m missing any closing braces so I’m not sure what the issue is…[Read more]

  • For some reason I can’t leave a comment with more than one attachment.

  • Thanks Sara.

     

    I ran that command in the PlatformIO terminal and was met with another error which I’ve attached here. Once again thanks for taking the time to walk me through this. Hopefully we’re near the end of troubleshooting!

  • That worked! I restarded VSCode and entered the command again and successfully installed the libraries.

    I then went back and tried to “build” the program and ended up with a few errors. I’ve again attached the output in a txt file.

    That’s alright, thanks for taking the time to walk me through this. I wish I had a bit more experience doing this…[Read more]

  • I did not add git to your path when I installed it, but I followed the instructions on the page you provided and added the location, which was C:Program FilesGitbin and I am still getting the same error.

  • Great, thank you! So far so good. The other step I’m hung up on now is installing the libraries through platformio. I’ve entered the command

    pio lib -g install https://github.com/EnviroDIY/Libraries.git#platformio

    into the platformio terminal, and have received  this error: Error: Please install Git client from…[Read more]

  • Thanks Evan. I managed to enter the correct path and I’ve satisfied VScode for the time being. Not sure what I was doing wrong originally, but I try to not ask too many questions. Thanks!

  • Load More