Forum Replies Created
-
AuthorPosts
-
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.
Are you singned in as the same user for both sites? Right now, a user can only be associated with a single organization.
I think the bests solution would be to create a new “module” (h/cpp) for the Teros 12.
We’re actively working on getting funding to further develop an efficient data access API.
I have a jupyter notebook showing how I get data here: https://gist.github.com/SRGDamia1/d5bf4b651756a19a6df1a653b9493a6e
2023-06-14 at 3:40 PM in reply to: Compilation Error with Adafruit ADS1015 in Modular Sensors #17891Were you able to figure this out? It sounds like your library folders may not be in the right spots.
I don’t know whether the data is lost or not. I’ll look into it.
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.
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.
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.
-
AuthorPosts