Forum Replies Created
-
AuthorPosts
-
Hey! Sorry for the late response but I tried running a few of the different ModularSensor versions, and it seemed that v0.36.0 works for DRWI_7080LTE!
I initially started with v0.37.0 and v0.34.0, but those had issues with the libraries working together, naming issues, etc.
v0.35.0 was able to compile but recorded -9999 values for both the ClariVUE and the Hydros21
v0.36.0 happened to be the lucky winner! Hopefully I’m not celebrating too early, but I think this has made everything work well!
Just wanted to leave this comment in case someone had a similar issue in the future 🙂
kwolfe:
So far I haven’t been able to get the turbidity sensor to show up in b_address_change, but a little while ago I did run the DRWI_SIM7080LTE sketch using the clarivue (before I muddled up my libraries), and the clarivue was recording and sending data over even though, at that time, it ALSO never showed up on b_address_change. So perhaps it is worth just using it as is?
Shannon: Do you have a recommended library link I should download, and any recommendations on what ModularSensors and SDI-12 library links to use?
Thank you! After replacing my current libraries folder with a more recent version from the github, I got the Hydros 21 to show up, but not the Clarivue even after moving the white pin to S1. Also, now when trying to upload DRWI_SIM7080LTE, I’m getting compilation errors like “EnviroDIY_ModularSensors/src/LoggerModem.h:46:10: fatal error: TinyGsmEnums.h: No such file or directory
#include <TinyGsmEnums.h>”I suppose this may be an issue with my libraries? I am not sure how to verify what library version I am currently using, or which I should use.
Oh also forgot to mention that I’m fairly certain I’ve switched the meter hydros 21 factory address away from 0 in the past.
Attachments:
Actually, I just had my SIM card upside down :/
But I appreciate you responding! Though I will also be starting to use the Mayfly/Hydros 21/Clarivue 10 combination, so I might have to keep in mind that you replaced the Clarivues with Campbells. If I may ask, what issue were you getting with the Clarivue 10s? Was it -9999 values and a bunch of noise, because I think some people in our lab group was having that. Have the Campbells been more reliable and required less maintenance?
Turns out I did have my sim card upside down! The gray part of the hologram is supposed to be facing upwards, not the white part. Now nothing is broken, except for my pride…
I’ve now uninstalled the libraries I had previously and redownloaded them. The only thing I have in there is from v.036.0 from ModularSensors. Still no dice.
I tried soldering the SJ16 and SJ17 jumpers on the 1.1 Mayfly, and I’m able to get the Bee power LED to turn on a white color, but the Bee network status LED isn’t showing up (though I am using the SIM7080 LTE Bee which perhaps doesn’t offer status outputs?)
Oh and I’m using the libraries from like May 2024. Also what do you mean by “cut corners”? Is this the notch in the SIM card? The pins seem to be pretty fine.
Additionally, I have arduino 1.8.19 and it says I have the EnviroDIY Mayfly 1284p on /dev/cu.usbserial-0001. These boards were bought fairly recently. My baud is 57600. I believe I kept most of the pins the same as in the original code. I have my apn set to “hologram”, and the UUIDs are in place and are in the same order as the variables.
123456789101112131415161718192021222324252627// How frequently (in minutes) to log dataconst uint8_t loggingInterval = 1;// Your logger's timezone.const int8_t timeZone = -5; // Eastern Standard Time// NOTE: Daylight savings time will not be applied! Please use standard time!// Set the input and output pins for the logger// NOTE: Use -1 for pins that do not applyconst int32_t serialBaud = 57600; // Baud rate for debuggingconst int8_t greenLED = 8; // Pin for the green LEDconst int8_t redLED = 9; // Pin for the red LEDconst int8_t buttonPin = 21; // Pin for debugging mode (ie, button pin)const int8_t wakePin = 31; // MCU interrupt/alarm pin to wake from sleep// Mayfly 0.x D31 = A7const int8_t sdCardPwrPin = -1; // MCU SD card power pinconst int8_t sdCardSSPin = 12; // SD card chip select/slave select pinconst int8_t sensorPowerPin = 22; // MCU pin controlling main sensor power/** End [logging_options] */---const int8_t modemVccPin = 18;// MCU pin controlling modem power --- Pin 18 is the power enable pin for the// bee socket on Mayfly v1.0, use -1 if using Mayfly 0.5b or if the bee socket// is constantly powered (ie you changed SJ18 on Mayfly 1.x to 3.3v)const int8_t modemStatusPin = 19; // MCU pin used to read modem statusconst int8_t modemSleepRqPin = 23; // MCU pin for modem sleep/wake requestconst int8_t modemLEDPin = redLED; // MCU pin connected an LED to show modem// status -
AuthorPosts
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of 