@dan-wachusett
Active 3 weeks, 4 days ago-
dan@wachusett replied to the topic Hydros-21 Depth Temp Compensation in the forum Environmental Sensors 1 year, 10 months ago
Matt,
Sorry for the delayed response. You probably have the Gen 1 Hydros 21 sensor since the Gen 2 is brand new and I think I may have been the first one to get it. In fact, I can’t even use it yet because the ModularSensors library needs to be updated to handle some of the updates to the communications protocols. My Gen 2 has a black cable and…[Read more]
-
dan@wachusett replied to the topic Hydros-21 Depth Temp Compensation in the forum Environmental Sensors 1 year, 11 months ago
Hi Scott, I look forward to seeing your test results. Meter Group exchanged my Gen 1 Hydros21 with a brand new Gen2. I am programming it right now and will post new results after I test it. We are gearing up to expand our Mayfly network and I want to make sure we are using a dependable sensor before we purchase several units.
Dan
-
dan@wachusett replied to the topic Typical Mayfly Data Usage in the forum Mayfly Data Logger 2 years ago
My experience with Hologram Pilot Plan on the 2g network was as follows:
3 parameters (Conductivity, Temp, Depth) returned in addition to DateTime @ 15 minute intervals
Average daily use = 715 B per day. As an example we used 1.34 MB in the month of March 2020.
So for 1 station the cost is easily < $20 per year (in the pilot plan). However,…[Read more]
-
dan@wachusett started the topic Hydros-21 Depth Temp Compensation in the forum Environmental Sensors 2 years, 3 months ago
My Hydros21 CTD-10 sensor depth output is highly affected by the diurnal stream temp fluctuations by upwards of 15 mm sometimes. This issue was noted in forum post # 13557:
I recently got a quote for the CTD-10 (10m or 30′ – they only do the 10m now) with a fixed accuracy at 20C of 0.05% Full Scale or +-/5mm and no statement of how it varies wit…
-
dan@wachusett replied to the topic Response code 504 sending data to data.envirodiy.org in the forum Monitor My Watershed 3 years, 5 months ago
Brian,
I rebuilt the project with ModularSensors Library version 0.23.11 and it worked! I don’t really know what all the differences were between versions, but I did notice a couple of things that may have been the cause (though maybe not, I really have no idea what most of these settings mean)…
I Removed the suggested build flags from my…[Read more]
-
dan@wachusett replied to the topic Response code 504 sending data to data.envirodiy.org in the forum Monitor My Watershed 3 years, 5 months ago
I was able to compile and upload the sketch using PlatformIO on Atom, however the Response Code 504 persists. I used the ModularSensors Library version 0.23.16. Since the data is being written to the microSD card and the 2G cell modem is sending the data to EnviroDIY, I am out of ideas on why the EnviroDIY host is not able to take the data. I…[Read more]
-
dan@wachusett replied to the topic Response code 504 sending data to data.envirodiy.org in the forum Monitor My Watershed 3 years, 5 months ago
Brian,
Other than your Response code [201], the only difference I see between my output and yours is that you use a 6 hour offset from UTC, while I do not. I know my data is being transmitted because I can see the event in the activity log on my Hologram IO account. Did you use Arduino IDE or Platform IO? Would that make any difference in how the…[Read more]
-
dan@wachusett replied to the topic Response code 504 sending data to data.envirodiy.org in the forum Monitor My Watershed 3 years, 5 months ago
That was a good suggestion Brian. I updated my ModularSensor library from GitHub to version 0.23.16. I am still getting the 504 Response code however:
09:00:16.719 -> Sending data to [ 0 ] data.envirodiy.org 09:00:17.656 -> POST /api/data-stream/ HTTP/1.1 09:00:17.738 -> Host: data.envirodiy.org 09:00:17.738 -> TOKEN:…
-
dan@wachusett started the topic Response code 504 sending data to data.envirodiy.org in the forum Monitor My Watershed 3 years, 5 months ago
I am in need of help troubleshooting why my Mayfly logger cannot send data to EnviroDIY.
Here are some details from the serial monitor:09:51:58.564 -> Now running DWRI_CitSci.ino on Logger WACHUSETT-01
09:51:58.564 ->
09:51:58.564 -> Using ModularSensors Library version 0.22.6
09:51:58.564 -> WARNING: THIS EXAMPLE WAS WRITTEN FOR A…[Read more] -
dan@wachusett posted an update 3 years, 7 months ago
Thanks for your help troubleshooting. Our Mayfly successfully logged data from the Hydros21 over the weekend. Next we will activate the SIM card and upload the sketch to send data to the Data Sharing Portal. Overall the instruction manual was fairly accurate and got me through most of the steps to program the Mayfly very easily. Other…[Read more]
-
dan@wachusett replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 3 years, 7 months ago
Yes, the board seems to perform just fine while only 1 card is inserted. There are most definitely electrical irregularities when 2 cards are in at the same time! I had erroneously assumed that the horizontal card was for uploading sketches and that data would be logged to the second (vertical) microSD card, which could be extracted easily to…[Read more]
-
dan@wachusett replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 3 years, 7 months ago
Yes, this is a brand new board.
The microSD card is not the issue – I have switched cards and get the same result. Both cards work fine if used alone.
I believe the problem lies in the circuitry between the two SD card slots… When only 1 card is inserted (either slot) the board powers on. If both slots have microSD cards inserted simultaneously…[Read more] -
dan@wachusett replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 3 years, 7 months ago
I was able to fix the issue, though I’m not sure at all why it worked. When I have a microSD card in extra slot for datalogging the Mayfly board will not even power up. As soon as I pull the microSD card out the LED lights blink, the red one stays on and all is well. This seems to be a rather serious issue since the entire purpose of the mayfly is…[Read more]
-
dan@wachusett replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 3 years, 7 months ago
Update…
After some searching on other forums it seems the sketch upload error is just a communications error. Is there any reason why I have previously been able to upload sketches to my board and send output to the serial monitor, but now I cannot? Could it be a driver issue?I did not install the FTDI virtual COM port (VCP) driver because…[Read more]
-
dan@wachusett started the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 3 years, 7 months ago
I am attempting to change the address for the Hydros 21 CTD sensor (On Mayfly Board v 0.5b) and running into an error uploading the SDI-12 Change Address sketch:
Using Port : COM3
Using Programmer : arduino
Overriding Baud Rate : 57600
avrdude: stk500_recv(): programmer is not…[Read more] -
dan@wachusett became a registered member 4 years, 3 months ago