-
Shannon Hicks replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 2 years, 2 months ago
As long as the cards are formatted for FAT32 and you can read/write to them with other Mayfly boards or Windows devices, then it’s possible the on-board memory card socket on that Mayfly is broken. Is this a brand new board that you’re using a card in for the first time? If you’ve got an EnviroDIY vertical microSD adapter you could try putting t…[Read more]
-
Shannon Hicks replied to the topic Linking two Mayfly Boards Together in the forum Mayfly Data Logger 2 years, 2 months ago
I use pin 22 on line 145 because I’m using a prototype Mayfly board that is able to generate 12v to directly power the external sensors. If you’re using an external 12v source for your sensors, then it’s fine to put -1 on line 145. And I’m using a Max13412 RS-485 chip on my modbus adapter, which has auto direction control and internal 5v…[Read more]
-
Shannon Hicks replied to the topic PAR issue with Mayfly in the forum Mayfly Data Logger 2 years, 2 months ago
I looked at your sketch, it’s based on some really old examples we published many years ago at the beginning of the Mayfly project, but it should still work if you’ve got all the original old libraries. Many of them have been replaced or updated since then, and major changes were made to the Mayfly board design in recent years, making some of…[Read more]
-
Shannon Hicks replied to the topic Turbidity Sensor Information/Questions in the forum Environmental Sensors 2 years, 2 months ago
Thanks for posting your code, I edited your post to put it into the “code formatting” window that you can use when pasting code into our forum. It’s the little unlabled icon that looks like this: “<>” in the toolbar above the text entry box.
Your issue is caused by an error on line 186. It should look like this:
new Ca…
-
Shannon Hicks replied to the topic Turbidity Sensor Information/Questions in the forum Environmental Sensors 2 years, 2 months ago
When you power up the ClariVUE10 sensor, we’ve found that it take a few seconds to warm up before the Mayfly can “see” it. So when that sketch cycles through all of the available numbers and letters, it usually doesn’t see the ClariVUE until the second loop through.
So when you first connect the sensor from the factory and run the sketch, it’ll…[Read more]
-
Shannon Hicks replied to the topic Linking two Mayfly Boards Together in the forum Mayfly Data Logger 2 years, 2 months ago
For the past year we’ve had 8 stations using SDI12 CTD sensors and Yosemitech wipered turbidity sensors together on one prototype Mayfly using the EnviroDIY RS-485 half-shield. It also works with other generic modbus adapters too. We’ve had no issues with not being able to read the sensors or with dropped readings. I’m attaching the code below…[Read more]
-
Shannon Hicks replied to the topic Turbidity Sensor Information/Questions in the forum Environmental Sensors 2 years, 2 months ago
When you changed the SDI12 address of the turbidity sensor to “2”, did you use the same Mayfly board and the “SDI12/b_address_change” example sketch that comes with our libraries, or did you change the address with a different board or instrument?
-
Shannon Hicks replied to the topic Problems with a combined MH21 Gen1 and Gen2 station in the forum Mayfly Data Logger 2 years, 3 months ago
The only difference between the Gen 1 and 2 Hydros21 sensors is that the Gen 2 sensors need a little more time to respond to the SDI12 measurement command, which is hardcoded into one line in the MeterHydros21.h file within the ModularSensors library. If you’re using the most recent version of ModularSensors, then your code will support both…[Read more]
-
Shannon Hicks replied to the topic Problems with a combined MH21 Gen1 and Gen2 station in the forum Mayfly Data Logger 2 years, 3 months ago
From the sketch, it looks like you’re trying to operate both sensors on the same logger by using a separate data pins for each sensors? That’s not the correct way to do it because of how the underlying EnviroDIY SDI12 library functions. You should instead put both sensors on the same data line (usually D7). Each sensor will need its own unique a…[Read more]
-
Shannon Hicks replied to the topic Turbidity Sensor Information/Questions in the forum Environmental Sensors 2 years, 3 months ago
The old Campbell OBS3 turbidity sensor was an analog-output sensor that had 2 separate voltage outputs, one 5v power supply wire, and 3 ground wires, which is why I designed the old version of the 6-pin screw terminal board that way, because we primarily used it with the OBS3 sensors and connected it to one of the Aux Analog Grove jacks on the…[Read more]
-
Shannon Hicks replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 2 years, 3 months ago
As Neil mentioned above, the yellow LED that is labeled SOLAR only indicates when a charge current is being applied to a battery, so if a battery if fully charged (~4.2v), the LED will not be on. The charging circuity of the Mayfly v1.1 boards is configured so that the solar panel provides voltage directly to the Mayfly’s main power regulators…[Read more]
-
Shannon Hicks replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 2 years, 3 months ago
The components on the Mayfly circuit board are rated to withstand the industrial temperature range of -40C to +85C. Here in Pennsylvania, our loggers don’t normally see that full range during normal deployments, but this summer we frequently reached almost 60C with one of our loggers that is mounted in an open field inside a clear plastic…[Read more]
-
Shannon Hicks replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 2 years, 3 months ago
Mayfly v1.x power usage (with no external sensors attached) and both LED dipswitches off (the brown/white slide switches between the main power switch and the vertical SD card socket) is as follows:
Mayfly current when board is powered and idle: 6.5 mA
Mayfly current when MCU put to sleep and no microSD card in socket: 0.27 mA (or 270 uA)
Mayfly…[Read more] -
Shannon Hicks replied to the topic LTEBee on Verizon? in the forum Mayfly Data Logger 2 years, 3 months ago
End device certification for an open source DIY project like this is nearly impossible, since there’s an infinite number of combinations that users can configure their station with various equipment, accessories, antennas, not to mention all the ways they can change the actual code running on the main processor board. That’s why we try to use…[Read more]
-
Shannon Hicks replied to the topic Mayfly v1.1 technical questions forum thread in the forum Mayfly Data Logger 2 years, 4 months ago
We’ve release several different Mayfly Data Logger hardware versions in the past few years, so I’d need to know which version you’re using. I’m assuming a v1.0 or 1.1 since you mentioned deactivating the LEDs using the dip switches. But it also depends on the sampling interval you’re planning to use (time between measurements when the May…[Read more]
-
Shannon Hicks replied to the topic relocating mayfly in the forum Monitor My Watershed 2 years, 5 months ago
The data file on your Mayfly’s memory card contains the UUID information for the original station, so even though you’ve moved the station to a new physical location and created a brand new site on MMW for the new location, the data file still contains the UUID codes that correspond to the original MMW site, and the database is smart enough to…[Read more]
-
Shannon Hicks replied to the topic Digi LTEBee on Mayfly v1.x in the forum Mayfly Data Logger 2 years, 5 months ago
No, the old LTEbee Adapter should not be used with a Mayfly v1.x board. You simply plug the Digi board directly into the Mayfly v1.x board with no adapter at all. Make the changes to the jumpers I mentioned above and you’ll enable the white and blue status LEDs that are built into the new Mayfly boards. The only thing missing is the orange RS…[Read more]
-
Shannon Hicks replied to the topic Digi LTEBee on Mayfly v1.x in the forum Mayfly Data Logger 2 years, 5 months ago
The purpose of the now-discontinued “EnviroDIY LTEbee Adapter” was to allow people to use the Digi brand LTE cellular module with the Mayfly v0.5 boards by doing 3 main thing: providing sufficient power (current) to the cell module, connecting pin 13 of the Digi board to pin 12 of the Mayfly bee socket, and giving the user some LEDs to show…[Read more]
-
Shannon Hicks replied to the topic MS One-Wire Power in the forum Environmental Sensors 2 years, 5 months ago
Onewire sensors like the DS18b20 don’t like to have their bus power cycled on and off. Back when I last experimented with them (with a different sketch not related to ModularSensors), if you’ve got the sensor connected to the switched power supply, you had to do “DSsensors.begin();” each time the logger woke and powered up the switched power b…[Read more]
-
Shannon Hicks replied to the topic C2 capacitor burned after plugging LIPO battery in in the forum Mayfly Data Logger 2 years, 6 months ago
The polarity of your battery pack is backwards, which is why your board was damaged. We mention the caution about battery polarity in multiple places on this website, and also in the EnviroDIY Monitoring Station Manual, and specifically in Section 6.1 (https://www.envirodiy.org/knowledge-base/building-an-envirodiy-monitoring-station/). I’m a…[Read more]
- Load More