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
Shannon Hicks replied to the topic Yosemitech 511-a no readings? in the forum Environmental Sensors 2 months, 3 weeks ago
I sent you some code last year that should work with the Y511-A. I can’t tell what other changes you’ve made to the code, but in snippet you posted above, the address should be 0x01 on line 7, not 0x02.
Stephen H replied to the topic Yosemitech 511-a no readings? in the forum Environmental Sensors 2 months, 4 weeks ago
Also tried with another Yosemitech 511-a, same behavior so don’t think it’s an
issue with the sensor.
Stephen H started the topic Yosemitech 511-a no readings? in the forum Environmental Sensors 2 months, 4 weeks ago
Hey,
Using the Yosemitech 511-a, with the regular code[snippet below], on a ver 1.1 mayfly, using the older modbus wing.
I get
YosemitechY511 at modbus_0x02 reports temperature is -9999.0 degreeCelsius
YosemitechY511 at modbus_0x02 reports turbidity is -9999.00 nephelometricTurbidityUnit
The sensor turns on, wipes back and forth 3 times, I…[Read more]
Braedon replied to the topic Controlling 12-volt heaters with a power relay in the forum Infrastructure and Equipment 3 months ago
@shicks I wanted to run by what my thought process is with these relays and some of the questions I have now that I have purchased a few. I think my questions are general enough that you should be able to help me with them. I am looking to connect the Seeed relay to the D10-D11 grove terminal on the Mayfly. This would connect the relay’s SIG pin…[Read more]
Cal started the topic System Hangs with Hologram Outage in the forum Mayfly Data Logger 3 months ago
During the Hologram outage last week, 12 of my old stations in the field (all Mayfly 0.5 and Digi modems) stopped reporting measurements over the Internet. Then when Hologram fixed the problem, 10 of these stations (which have been running since 2020), came back online and reported all their measurements including the time Hologram was down.…[Read more]
kwolfe replied to the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 3 months ago
Setting the channel twice did the trick.
Thanks!
D_Manning started the topic Sketch for rain gauges (SDI 12 interface) in the forum Environmental Sensors 3 months ago
Would anyone have a Mayfly sketch for rain gauges such as METER’s ECRN-50 or -100 or Campbell’s Rainvue 10 (i.e., SDI 12 interface)? If it incorporates an Adafruit Trinket, all the better, but if it doesn’t, no problem.
Shannon Hicks replied to the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 3 months ago
When you did the address changing sketch, did you get a positive result using the serial monitor that showed the channel was changed to something other than 1? Sometimes there’s a glitch where you have to set the channel twice before the change actually happens and it stays on the new channel.
What sketch are you using for the logging sketch…[Read more]
kwolfe replied to the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 3 months ago
We tried that but are still getting -9999 values.
Shannon Hicks replied to the topic Hydros21 sensors not returning data in the forum Mayfly Data Logger 3 months, 1 weeks ago
Did you do the example “b_address_change” sketch first, to change the sensor’s default channel from 0 to 1?