-
Sara Damiano replied to the topic Issues with compiling modular sensors library in the forum Miscellaneous 5 years, 9 months ago
Well compiler errors are never fun.
It looks like platformio didn’t complete the recursive dependency library installation correctly. That sometimes happens when it’s trying to install all the dependencies for ModularSensors at once.
You can check what libraries it did install in the .pio/libdeps/mayfly folder of your project. You might see s…[Read more]
-
Sara Damiano replied to the topic XBee – R410M – Can't connect in the forum Mayfly Data Logger 5 years, 9 months ago
Ok, so for testing the XBee with what you have:
- check for any blobs of solder on the solder jumpers or any modifications made to either your Mayfly or LTE adapter – let me know if there are any
- check and re-check to make sure the pins in your bee stack are all aligned and in the right holes, ie, they’re not all shifted up or down 1 spot
…
-
Sara Damiano replied to the topic XBee – R410M – Can't connect in the forum Mayfly Data Logger 5 years, 9 months ago
To modify the Mayfly to work as a carrier board you’d need to cut and re-solder jumpers SJ8 and SJ9 on the back of the Mayfly to connect Bee Tx and Rx to Tx 0 and Tx 1. You would want to undo the change to use the Mayfly again normally. I’ve never actually tried this modification and am not 100% positive it would work.
I suggest you just f…[Read more]
-
Sara Damiano replied to the topic XBee – R410M – Can't connect in the forum Mayfly Data Logger 5 years, 9 months ago
Ok, so you have a stack with a Mayfly, an LTE adapter board, and a XBee3 (3 parts).
You don’t have a separate development or carrier board. All of my comments about the USB-C/USB 3 apply only to a separate carrier board. If you don’t have one, don’t worry about that.
-
Sara Damiano replied to the topic XBee – R410M – Can't connect in the forum Mayfly Data Logger 5 years, 9 months ago
I’m not sure the best way to confirm that it’s totally bricked. If you power it up and still have all the pins reading 0 voltage, that’s probably a bad sign.
-
Sara Damiano replied to the topic XBee – R410M – Can't connect in the forum Mayfly Data Logger 5 years, 9 months ago
If XCTU doesn’t recognize the XBee3, that’s a pretty bad sign. How are you attaching your XBee to the computer? Do you have the USB-C XBee3 carrier? https://www.digi.com/products/models/xbib-cu-th That development board should make sure the bee is awake and work flawlessly with XCTU. Are you plugged into the USB-C port, not the side micro…[Read more]
-
Sara Damiano replied to the topic Editing Variable UUIDs in the forum Monitor My Watershed 5 years, 11 months ago
I just added another fix for the XBee wifi and the modem-measured battery voltage. Have you been able to get it to work for you?
-
Sara Damiano posted a new activity comment 5 years, 11 months ago
You should be able to just reprogram it with the same program. If that errors, let me know.
-
Sara Damiano posted a new activity comment 5 years, 11 months ago
Correct. Or you can just add a semi-colon in front of the “ModularSensors” line and remove the semi colon from the link’s line.
-
Thank you. Once I do that, do I need to do anything to update the board?
-
You should be able to just reprogram it with the same program. If that errors, let me know.
-
Thanks Sara. This is the monitor output in testing mode now:
——————————————
Current logger time is 2020-05-11T10:47:22-05:00
———————–
CampbellOBS3 at ADS1115_0x48_Channel0 reports turbidity is 1.13185 nephelometricTurbidityUnit
CampbellOBS3 at ADS1115_0x48_Channel1 reports turbidity is 1.02158…[Read more]
-
-
-
-
Sara Damiano replied to the topic Editing Variable UUIDs in the forum Monitor My Watershed 5 years, 11 months ago
I’m sorry. I finally fixed pushed what I think should be the changes needed to the develop branch, but I still haven’t programmed an actual board to test it.
This everyone being home all the time situation is brutal. Anyone doing well with it is clearly a lot more disciplined and organized than I am.
-
Sara Damiano replied to the topic Bringing in serial data through UART on 20-Pin connector in the forum Mayfly Data Logger 5 years, 11 months ago
I’m just seconding what Shannon said about using the hardware UART – always use hardware UART unless you definitely cannot. In your case where you’ll be parsing long NMEA sentences, I’d recommend actually re-wiring your Bee/modem to give your GPS the better connection if you’re trying to use both. In your code, you just use “Serial1” to c…[Read more]
-
Sara Damiano replied to the topic Editing Variable UUIDs in the forum Monitor My Watershed 5 years, 11 months ago
I’m so sorry. I haven’t tested it yet.
-
Sara Damiano replied to the topic Double_logger example modification in the forum Mayfly Data Logger 5 years, 12 months ago
No problem! The wonder of git is that I actually could track back pretty quickly how long it had been since any changes were made and what those were.
-
Sara Damiano replied to the topic Editing Variable UUIDs in the forum Monitor My Watershed 5 years, 12 months ago
I’ve pushed what I think should fix the testing mode to the develop branch of the ModularSensors library, but I haven’t actually tested it myself yet.
I’ll see if I can get it tested tomorrow and then pushed to the master branch.
-
Sara Damiano replied to the topic Editing Variable UUIDs in the forum Monitor My Watershed 5 years, 12 months ago
Working on it right now for you. It will be a library update. The lack of modem update in sensor testing mode was an oversight; I want it to be there automatically.
-
Sara Damiano replied to the topic Editing Variable UUIDs in the forum Monitor My Watershed 5 years, 12 months ago
You didn’t manage to connect to the internet for the clock sync. I’m not sure why that happened.
The modem values won’t update in sensor testing mode and they’re always updated at the *prior* internet connection. Since you didn’t connect successfully for the clock sync, they didn’t update.
-
Sara Damiano replied to the topic Double_logger example modification in the forum Mayfly Data Logger 6 years ago
I waded back through my “git blame” and I don’t see any changes I’ve made to the request more recent than 8 months ago, where I removed one single space – from a double space in one of the headers. The next most recent change was 15 months ago. Is it possible your libraries were that old?
-
Sara Damiano replied to the topic Double_logger example modification in the forum Mayfly Data Logger 6 years ago
@stoltzfus-12osu-edu – that is very interesting to know. Do you happen to know exactly what version of the library you’d had prior to updating? If not, how long (at least roughly) would a the long time since you updated be? A month or two? A year? The specification for the post format hasn’t changed at all since it was first developed, but i…[Read more]
-
Sara Damiano replied to the topic PlatormIO: ..Python 2.7 interpreter error in the forum Mayfly Data Logger 6 years ago
It’s very, very intentional that ModularSensors uses that Atlas sensors only in I2C mode and I do not intend to change this. When using Atlas sensors in UART mode, each sensor must have an individually dedicated UART port. The Mayfly has exactly two hardware (processor implemented) UART’s – one dedicated to the computer/programming and the o…[Read more]
-
Sara Damiano replied to the topic Manual upload of CSV files on MonitorMyWatershed in the forum Mayfly Data Logger 6 years ago
It would be so much better if the website at least told you *why* and upload failed! All you get is a “failed” which could mean anything – the format was bad, the file was too big, there was an internet blip, who knows. The only way right now to even get an inking as to why it fails is to turn on “developer tools” (F12 in Firefox, I think also i…[Read more]
- Load More
Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of
Thanks Sara. This is the monitor output in testing mode now:
——————————————
Current logger time is 2020-05-11T10:47:22-05:00
———————–
CampbellOBS3 at ADS1115_0x48_Channel0 reports turbidity is 1.13185 nephelometricTurbidityUnit
CampbellOBS3 at ADS1115_0x48_Channel1 reports turbidity is 1.02158…[Read more]