-
nick started the topic Upgrading boards at existing locations in the forum Mayfly Data Logger 3 years ago
I am going to be changing out a Mayfly datalogger board at an existing location and was trying to figure out the best approach in regard to data consistency. Since the location of the logger and sensors are the same, I will be using the existing UUIDs of the current site on MMW. I want to test out the board before deploying to see if the…[Read more]
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 3 years ago
@srgdamiano were you able to look at the cpp code?
-
Shannon Hicks replied to the topic Where to Find the Logger ID for Mayfly Data Logger in the forum Mayfly Data Logger 3 years ago
I’m not sure what the Mayfly Data Logger Pro is. Do you mean the program (or sketch) used to configure the board? If you’re using one of the provided sketches we publish on Github, there’s a couple lines in each sketch that looks like this:
// Logger ID, also becomes the prefix for the name of the data file on SD card const char* LoggerID = "…
-
Noori Nagra started the topic Where to Find the Logger ID for Mayfly Data Logger in the forum Mayfly Data Logger 3 years ago
Hello,
I am working to set up the Mayfly Data Logger Pro, but for the code I am using I need a Logger ID. I have registered my site but am still unable to locate my Logger ID-would anyone know where to access it?
Thank you
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 3 years, 1 month ago
No worries! I also just wanted to let you know that I have run into similar issues using the Teros 11 files where it won’t record all of the measurements.
-
Sara Damiano replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 3 years, 1 month ago
I’m sorry I haven’t responded yet. I’ll try to look into this tomorrow.
-
JohnC3 became a registered member 3 years, 1 month ago
-
Hitha became a registered member 3 years, 1 month ago
-
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 3 years, 1 month ago
For anyone who would be interested in using these radio modules with modular sensors, I was able to transfer modular sensor readings from a Mayfly through the XBee Pro S3B to another XBee Pro S3B in transparent mode using the following lines of code in my void loop() function:
digitalWrite(xbeeSleepPin,…
-
Braedon replied to the topic Using Modular Sensors for METER Teros 12 in the forum Environmental Sensors 3 years, 1 month ago
@srgdamiano could I get your help with these h/cpp files I created for the Teros 12 sensors? I am having some issues with my sensors not getting values other than -9999 when I have multiple Teros 12 sensors connected. When I use the Teros 11 modules, they all record together, which leads me to believe I set up my h/cpp files wrong. Could I get…[Read more]
-
neilh20 replied to the topic esp32-bee-wifi-bluetooth in the forum Infrastructure and Equipment 3 years, 1 month ago
Thanks for the hint for running at 56K – that has been working.
-
Dr.Wu became a registered member 3 years, 1 month ago
-
neilh20 replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 3 years, 1 month ago
@braedon-dority it seems to me you have “bridged” or wirelessly connected one S3B/Mayfly1 to another S3B(XCTU or Mayfly2) and proved the data connection.
A vehicle represents a number of parts that hang together ~ ModularSensors represents a number of Classes that hang together – the value of open source is you can now connect them…[Read more]
-
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 3 years, 1 month ago
Yes, these two modules can be set up like a wire. I got a Mayfly to send information over the Pro S3B module to another module connected to a computer. I set them up on the XCTU in transparent mode, set the network IDs to be the same, and told the sender XBee what the serial address is of the receiver XBee. In transparent mode, anytime data is…[Read more]
-
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 3 years, 1 month ago
Okay, so what do you think would be the best way to pull out the data generated from the logger object’s logData()? If it is easy to access it, then I feel it shouldn’t be too hard to just jump to a Serial1.print() statement once the logData() method is complete to send the data. Am I thinking this through correctly?
-
neilh20 replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 3 years, 1 month ago
@braedon-dority I would add that the Digi range of modems is extensive- with many functions. They have good “Data Sheets” on their capabilities.
What it sounds like you are asking is can two S3Bs be setup like a “wire” – a link for two S3Bs – a peer-two-peer (P2P) link.
That is “print” an ASCII serial string to an S3B over the UART and have it…[Read more] -
Sara Damiano replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 3 years, 1 month ago
The radio XBee’s *cannot* be used directly with the logAndPublishData functions. That only works for XBees that have a direct internet connection.
You would have to set up your radio using the Digi software and then write your loop function, which would print your json or csv string out over the serial port for the radio to hear.
-
Braedon replied to the topic XBee Networks of Mayfly Loggers – 900Mhz in the forum Mayfly Data Logger 3 years, 1 month ago
@srgdamiano would you know if the XBee Pro S3B modules can be used with the ModularSensors library? I know how to send data over them using Serial1.print(), but I would like to use these 900 MHz modules with ModularSensors if that is possible. Thanks!
-
marbles started the topic Email alerts rough draft. Free to use in the forum Miscellaneous 3 years, 1 month ago
Hey everyone! Here is a python program I wrote that downloads the csv file from monitor my water shed about a specific site and allows you to set up email alerts based on the readings. I will clean it up and put it on github eventually but if you want to check it out and play around it is posted below! Any suggestions or questions are…[Read more]
-
Lance Lascari became a registered member 3 years, 1 month ago
- Load More
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of