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 more
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 more
Community Activity See all activity
neilh20 replied to the topic Using the Teensy 3.5 in the forum Other Data Loggers 1 years ago
@vogelrnws I wonder how its going. I see that Teensy is moving to a Teensy4.0 CortexM7
Matt Barney replied to the topic LTEBee conflict with NeoSWSerial? in the forum Mayfly Data Logger 1 years ago
Great, thanks @srgdamiano! Got it working on my desktop; now will deploy into the field.
One small change: The lib_deps line I used to grab the latest ModularSensors was:
(without a version number).
Sara Damiano replied to the topic LTEBee conflict with NeoSWSerial? in the forum Mayfly Data Logger 1 years ago
I’m sorry; I’m stumped. There’s something wrong with the way the battery voltage is being read. But I don’t understand what. As soon as I turn on the debugging for it.. it works. It also works if I upgrade to the current ModularSensors master branch. But I cannot figure out for the life of me what change makes it work.
So my two suggestions to…[Read more]
Sara Damiano replied to the topic LTEBee conflict with NeoSWSerial? in the forum Mayfly Data Logger 1 years ago
I’m looking into it. I would have said “of course they should work together” but I’d never tried it, so I hooked it up and tried it out. And I got the same result as you. I haven’t figured it out yet, though.
Matt Barney started the topic LTEBee conflict with NeoSWSerial? in the forum Mayfly Data Logger 1 years ago
We have an EnviroDIY station that’s been running for a number of months, using a v0.5 Mayfly with Digi LTE modem, a CTD, and a Maxbotix sonar sensor. More recently, the Digi failed, and we upgraded the modem to an LTEBee and the Mayfly to a v1.1. Accordingly, I updated the code (attached) for the new modem. Since then, no data has been uploaded to…[Read more]
Shannon Hicks replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 1 years ago
It depends on what you mean by communicate. Are you wanting to transmit data wirelessly between a Mayfly and another Arduino-compatible device? Or are you meaning a direct cable connection between the two devices? Either way is possible, but it really depends on a lot of factors, like what sort of data are you transferring, how often, and wh…[Read more]
rachaelchertok replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 1 years ago
Hello! I was wondering if the Mayfly has the ability to communicate with other Arduinos, preferably the Nano?
Thank you in advance!
rachaelchertok became a registered member 1 years ago
rachaelchertok
@rachaelchertok
Shannon Hicks replied to the topic 12 V External Power and Serial Viewer in the forum Infrastructure and Equipment 1 years ago
If you’re using an external FTDI or CP2102 interface board to program your Mayfly via the Mayfly’s FTDI socket, then the Mayfly dipswitch labeled USB should be turned off before connecting the external interface to the Mayfly, and it should stay off the entire time.
What version of the Arduino IDE are you using? From your screenshot, it looks…[Read more]
Apryl replied to the topic 12 V External Power and Serial Viewer in the forum Infrastructure and Equipment 1 years ago
So, if I understand correctly, I should be able to use the USBC to Serial (CP2102N Friend, oriented properly) via the FTDI port to upload sketches as well as access the serial monitor with the 12V to 5V DC converter plugged into the Mayfly’s USBC port (for the sensors that require 12V), but the DIP switch for the USBC on board chip needs to be…[Read more]