![]()
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn about licenses and attribution
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. ![]()
All content on EnviroDIY is licensed as Creative Commons Attribution-ShareAlike 4.0. Hardware designs on EnviroDIY are released under the CERN Open Hardware License 1.2. Alternative licenses are available. Learn about licenses and attribution
Community Activity See all activity
Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger 20 hours, 47 minutes ago
Thank you so much.
I am not using the AWS stuff for now but I will be deploying mosquitto on cloud at some time.
if this old firmware create problem at that point, I will update the firmware.
Thank you again.
Sara Damiano replied to the topic EspressifESP32 in the forum Mayfly Data Logger 20 hours, 50 minutes ago
Yes, those are because of the old firmware. If you’ve got it working, it may not be worth updating, but it should eliminate those work-around.
If you want to use custom SSL certificates, upgrade. The only way to push custom certificates with the old firmware (or with an ESP8266) is to use a python script to write the memory blocks with the new…[Read more]
Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger 21 hours, 2 minutes ago
I am using EnviroDIY fork. Until now everything is working. I am able to make both http post, and mqtt connection.
I checked and mine esp32 firmware version is 2.4.0. So,Is it because of this lower version, I had to do some hack around for ssl connection?
Below is the part of workaround I coded to make it work with hydroserver.
[Read more]
Sara Damiano replied to the topic EspressifESP32 in the forum Mayfly Data Logger 21 hours, 41 minutes ago
Are you using the original TinyGSM or the EnviroDIY fork? The EnviroDIY fork is far ahead of the original right now. (It’s on my to-do list to have a proper PR.)
I’d (strongly) recommend updating your AT firmware. The current version of TinyGSM on the EnivroDIY fork expects firmware >= 3.2.0.0. Because of changes in the memory mapping for SS…[Read more]
Sabin replied to the topic EspressifESP32 in the forum Mayfly Data Logger 21 hours, 57 minutes ago
I have.
Before opening a tcp connection, the Socket Receiving Mode should be made to 1 (passive mode). I have no idea why it works only while doing this. But it works.
void ExpressifESP32::extraSetupForMQTT(){ // See…[Read more]
Sara Damiano replied to the topic EspressifESP32 in the forum Mayfly Data Logger 22 hours, 4 minutes ago
Were you able to connect to your MQTT broker?
It looks like you’re working from the modem component within Modular Sensors. That component wraps TinyGSM and adds physical pin support for power management. But the wrapping makes it a bit confusing because you have to access objects with pointers and creator functions. And if you’re trying to us…[Read more]
Sara Damiano replied to the topic Library issues in the forum Mayfly Data Logger 22 hours, 10 minutes ago
Ah. That example is written for the current “master” branch of the library, not the latest polished release. I’m way overdue for a new release, but there are some bugs I still need to fix.
Try starting from this example instead, which is matched to library release 0.37.0: h…[Read more]
sjsteiner21 became a registered member 4 days, 21 hours ago
sjsteiner21
@sjsteiner21
Shannon Hicks replied to the topic Parts list, European vendors – Water level and ph in the forum Mayfly Data Logger 5 days, 21 hours ago
We’re really excited to partner with Labcrafter so they can be a source of our products to people in Europe. As for sensors, the Maxbotix MB7389 you mentioned is probably your best bet for low cost ultrasonic rangefinding. Just be sure to order the TTL version so it’ll work straight into the Mayfly board (the RS232 sensor would require an i…[Read more]
jsterling replied to the topic Library issues in the forum Mayfly Data Logger 6 days, 1 hour ago
/** ========================================================================= * @example{lineno} EnviroDIY_Monitoring_Kit.ino * @copyright Stroud Water Research Center * @license This example is published under the BSD-3 license. * @author Sara Geleskie Damiano <sdamiano@stroudcenter.org> * * @brief Example for DRWI CitSci LTE sites. * *…[Read more]