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

Sara Damiano

Forum Replies Created

Viewing 10 posts - 21 through 30 (of 465 total)
  • Author
    Posts
  • in reply to: esp32-bee-wifi-bluetooth #17957
    Sara Damiano
    Moderator

      The processor on the Mayfly isn’t clocked fast enough for reliable two-way communication at 115200. It’s pretty reliable at talking at that speed (ie, to the serial monitor), but when listening at that speed, it drops and garbles too many characters to be usable.

      I don’t know why you had problems compiling the sketch. It compiles and runs for me with both debugging definitions.

      The reason initialization is failing is the baud rate. I wrote that example for someone with a new ESP32 bee. In the example, the baud for the modem is first set at 115200, which is what an ESP32 will use at factory defaults. The modem is woken, and the communication is tested at the set baud; if (when) that fails, it tries to reset the baud rate to 9600 and then saves that baud to the ESP32’s flash. Because the slow baud is saved to flash, the initial communication will fail after running the script the first time because the Mayfly is still trying at 115200, but the ESP’s already down to 9600. You can fix it by setting the modemBaud to 9600 in the first place, but remember that that won’t work with a new ESP32 bee. Even if you don’t change the baud, the two should sync after the first attempt at initialization when the Mayfly retries at the slower baud.

      in reply to: Registration using a second organization #17930
      Sara Damiano
      Moderator

        Are you singned in as the same user for both sites? Right now, a user can only be associated with a single organization.

        in reply to: Using Modular Sensors for METER Teros 12 #17929
        Sara Damiano
        Moderator

          I think the bests solution would be to create a new “module” (h/cpp) for the Teros 12.

          in reply to: Get MMW data in real time? #17928
          Sara Damiano
          Moderator

            We’re actively working on getting funding to further develop an efficient data access API.

            in reply to: Get MMW data in real time? #17925
            Sara Damiano
            Moderator

              I have a jupyter notebook showing how I get data here: https://gist.github.com/SRGDamia1/d5bf4b651756a19a6df1a653b9493a6e

              Sara Damiano
              Moderator

                Were you able to figure this out? It sounds like your library folders may not be in the right spots.

                in reply to: Data download not working #17814
                Sara Damiano
                Moderator

                  I don’t know whether the data is lost or not. I’ll look into it.

                  in reply to: Where do you go to get ManageMyWaterShed status #17802
                  Sara Damiano
                  Moderator

                    Monitor My Watershed’s visualizations were down for a while, but should now be fixed. We don’t currently have a specific page to go to to check the website status.

                    in reply to: Data download not working #17800
                    Sara Damiano
                    Moderator

                      Can you try again? There was a hot-fix yesterday that caused trouble, but it was reverted this morning. The download is working for me right now.

                      in reply to: Power Issues After Storm #17765
                      Sara Damiano
                      Moderator

                        Why did you decide to keep the power to your shield/Atlas sensors on all the time? Was there a code issue or was it something electrical? With the I2C isolator, you should be able to cut power to the Atlas sensors.

                      Viewing 10 posts - 21 through 30 (of 465 total)