-
d_bozza123 became a registered member 3 years, 1 months ago
-
Cheryl Nolan replied to the topic Could Mayfly have been damaged during storm event? in the forum Mayfly Data Logger 3 years, 1 months ago
Yes, Neil I agree. I should have thought of that. There’s nothing being recorded so it would make sense that it’s the processor that failed. I do have a spare processor. I’ll have to try replacing it. That would probably be the easiest thing to try.
Thanks for your help. It’s greatly appreciated. -
Anish started the topic TEROS 11 not providing output in the forum Environmental Sensors 3 years, 1 months ago
Hello,
I connected a TEROS 11 sensor to Mayfly data logger and modified HYDROS 21 code to include the modular sensor for TEROS 11. But getting ‘-9999’ as output from the sensor in addition to warning of “2 results expected This differs from the sensor’s standard design of 3 measurements!!”.
While there is no issues with recording battery v…[Read more]
-
neilh20 replied to the topic Could Mayfly have been damaged during storm event? in the forum Mayfly Data Logger 3 years, 2 months ago
Hi Cheryl, nice pics, good to have a record.
Typically on pressing reset, the LEDs dance red/green for a few seconds. The orange light would seem to indicate its getting power from the solar panel and charging the battery.
From the pictures it would seem that any “Static electricity” lightening would be channeled by the vegetation around…[Read more]
-
Cheryl Nolan replied to the topic Could Mayfly have been damaged during storm event? in the forum Mayfly Data Logger 3 years, 2 months ago
Hi Neil,
The unit is a water monitoring station that has a CTD (conductivity, temperature and depth) sensor in the stream, in a remote section of the stream’s headwaters and the electronics are in a Pelican Box on the stream bank, mounted to an iron pipe. (see photos below) The only wires coming out run from the pelican box to the sensor and from…[Read more]
-
neilh20 replied to the topic Could Mayfly have been damaged during storm event? in the forum Mayfly Data Logger 3 years, 2 months ago
Hello Cheryl. I wonder could you say what its setting is. What is the geography, what wires are coming out, and how is it powered?
For electronics any form of excess voltage on processor pins can cause the device to fail. However its very difficult to figure out exactly what the cause is, as they say it can be complicated. You can inspect it v…[Read more]
-
Cheryl Nolan started the topic Could Mayfly have been damaged during storm event? in the forum Mayfly Data Logger 3 years, 2 months ago
I went out this week to do my inspection, cleaning and SIM card swap so that I could download the monitoring data. I typically stay long enough to verify the data is being downloaded onto the card (or is at least being sent to the board) by waiting for the lights to blink at the 5 minute pre-programmed interval. However, this time the unit wasn’t…[Read more]
-
kanarde became a registered member 3 years, 2 months ago
-
Anish replied to the topic Defective LTEBee Adapter cables in the forum Mayfly Data Logger 3 years, 2 months ago
Thanks Shannon.
Even I had the same issue and LTE adapter wouldn’t power up. Following your instructions it works now.
-Anish
-
neilh20 replied to the topic Mayfly Availability in the forum Mayfly Data Logger 3 years, 2 months ago
Many thanks.
-
Shannon Hicks replied to the topic Mayfly Availability in the forum Mayfly Data Logger 3 years, 2 months ago
The shipment arrived a few days ago, I’ll be documenting the new hardware and finishing the changes to the website later this week and hopefully have them available in the shop next week.
-
neilh20 replied to the topic Mayfly Availability in the forum Mayfly Data Logger 3 years, 2 months ago
Hello @shicks. Just wondering if you can give any insight as to the process, when you think you might be able to tell us about what the new revision looks like, or possibly any visibility on when it might be available, and the process gates you are going through. I realize some times this is a bit like asking how long is a piece of string, and h…[Read more]
-
Scott Ensign replied to the topic Using AltSoftSerial with Mayfly in the forum Mayfly Data Logger 3 years, 2 months ago
Problem solved. As Sara has noted before, the AltSoftSerial can only use pin 6 on the Mayfly for receiving and pin 5 for transmitting. So, while the sketch worked with Software Serial as shown above (and would have worked by defining pin 6 for transmitting and pin 5 for receiving), my pairing of the sensor rx and tx wires to the Grove jack was…[Read more]
-
Scott Ensign replied to the topic Using AltSoftSerial with Mayfly in the forum Mayfly Data Logger 3 years, 2 months ago
I’m struggling to use AltSoftSerial in place of Software Serial to connect an Atlas-Scientific Color sensor to a Mayfly. The script below successfully communicates and reports sensor data as expected with Software Serial (with lines 21 and 26 active instead of lines 22 and 27 as shown below). As shown below I don’t get any data from the sensor.…[Read more]
-
neilh20 replied to the topic How to dump contents of file on SD card to serial in the forum Mayfly Data Logger 3 years, 2 months ago
Listing the directory with L? needs a bit of cleanup but looks like this
[2021-08-13 18:55:32.110] Enter cmd: ?<CR> for help.(need a key to be typed every 20 secs) [2021-08-13 18:55:42.232] L? [2021-08-13 18:55:42.232] Files on microSD card [2021-08-13 18:55:42.232] System Volume Information/ [2021-08-13 18:55:42.232]…
-
neilh20 replied to the topic How to dump contents of file on SD card to serial in the forum Mayfly Data Logger 3 years, 2 months ago
Listing the active logger file, recorded by TeraTerm with time stamp,
[2021-08-13 18:56:11.013] Enter cmd: ?<CR> for help.(need a key to be typed every 20 secs) [2021-08-13 18:56:11.607] LR [2021-08-13 18:56:12.982] Data Logger: TU_RC_test04b [2021-08-13 18:56:13.013] Data Logger File: TU_RC_test04b_2021-08-13.csv [2021-08-13 18:56:13.060]…
-
neilh20 replied to the topic How to dump contents of file on SD card to serial in the forum Mayfly Data Logger 3 years, 2 months ago
So it worked for me. I took @ensign basic structure, and added it as an extension in the Class Logger, and then attached it to the two SerialCommands LR and L?
and
-
James_NZ started the topic How to communicate with a new MODBUS device in the forum Environmental Sensors 3 years, 2 months ago
Hi all,
My workplace is purchasing a new TriOS Opus nitrate sensor, and I’m wondering if I could get this working with the Mayfly.
https://www.hydrotechzs.com/downloads/opus-manual.pdf
It communicates via MODBUS RS-485, so I figure my DIY modbus wing should be able to facilitate communication. However, I don’t really know where to begin after…[Read more]
-
neilh20 replied to the topic How to dump contents of file on SD card to serial in the forum Mayfly Data Logger 3 years, 2 months ago
Hi I’ve been thinking/working on something slightly similar when @ensign posted above.
BTW I found the github.com/ScottEnsign/SDoutput hasn’t got the actual code, I think it probably needs a “git push” to send the code up.
Seems to me the issue with the @selbig original post #15641 above, is that the SD card is initialized in Logger, so S…[Read more]
-
Matt Barney replied to the topic Defective LTEBee Adapter cables in the forum Mayfly Data Logger 3 years, 2 months ago
Thanks for the quick reply, Shannon. I was able to get the cables and the adapter all working, following your instructions.
-Matt
- Load More