-
Zeke Holloman replied to the topic Connecting SIM7080 to New Thingspeak in the forum Mayfly Data Logger 2 years, 9 months ago
@neil20 Hey, thanks! WOW! That’s awesome it worked for you as well. Hope it ends up being helpful!
I will say, it wasn’t a quick process. It was a lot of jumping back and forth between ThingSpeak documentation and code, but I was SUPER excited when it finally uploaded.
Aaaah, ok, that makes sense. Thank you!
-
LauraZ became a registered member 2 years, 9 months ago
-
Scott Ensign started the topic Help us improve Monitor My Watershed! in the forum Monitor My Watershed 2 years, 9 months ago
How do you use Monitor My Watershed? What features do you like, want, and need in a data sharing portal? We are working hard to improve Monitor My Watershed to better serve your needs, but we need to hear from you on what we should prioritize as we build new features. Please take a minute with this <span style=”color: #3366ff;”>SURVEY </span>and…[Read more]
-
Derek became a registered member 2 years, 9 months ago
-
James B started the topic Progress with Hydreon RG-15 Rain Sensor and TippingBucketRainCounter in the forum Mayfly Data Logger 2 years, 9 months ago
I have been testing out the solid-state rain gauge manufactured by Hydreon, model RG-15. The sensor works successfully as a drop in replacement for a standard tipping bucket style rain gauge both as a stand alone device using the TippingBucketRainCounter Master/Slave code and also with the ModularSensors code as Master, in both cases using th…[Read more]
-
neilh20 replied to the topic Connecting SIM7080 to New Thingspeak in the forum Mayfly Data Logger 2 years, 9 months ago
@zeke-holloman hey congrats,!!! Thanks for the posting and analysis, I could also build from that.
Wow… the power of open source that you can dive in and tweak it, so you can make it work. Go @zeke-holloman !!!
Just an FYI, what I do to facilitate easy maintenance, and easy future merges, I rename my customizations to a “unique name sp…[Read more]
-
Matt Barney replied to the topic Compiling for Mayfly v0.5 or v1.0 in the forum Mayfly Data Logger 2 years, 9 months ago
-
Zeke Holloman replied to the topic Connecting SIM7080 to New Thingspeak in the forum Mayfly Data Logger 2 years, 9 months ago
/** * @file ThingSpeakPublisher.cpp * @copyright 2020 Stroud Water Research Center * Part of the EnviroDIY ModularSensors library for Arduino * @author Sara Geleskie Damiano <sdamiano@stroudcenter.org> * * @brief Implements the ThingSpeakPublisher class. */ #include "ThingSpeakPublisher.h" //…
-
Zeke Holloman replied to the topic Connecting SIM7080 to New Thingspeak in the forum Mayfly Data Logger 2 years, 9 months ago
Hi all! Thank you for all of your feedback and tips! I spent some time this week looking at the mqtt3.thingspeak.com server and I was able to get a channel up and running on it.
Overall, it’s not drastically different than mqtt.thingspeak.com. The main aspect being removed in the legacy Thingspeak server is the API…[Read more]
-
neilh20 replied to the topic Compiling for Mayfly v0.5 or v1.0 in the forum Mayfly Data Logger 2 years, 9 months ago
Hi Matt
The short answer :), is there is a difference in hardware ports, and that can impact the interface to the modem. I expect to support the Mayfly 0.5b for the foreseeable future for devices in the field, and the Mayfly 1.0x features are in evolution. I appreciate the support and context of SWRC, hardware is available for purchase, s…[Read more]
-
Matt Barney started the topic Compiling for Mayfly v0.5 or v1.0 in the forum Mayfly Data Logger 2 years, 9 months ago
I have a question for @neilh20, regarding this post:
I’m making ModularSensors detect in runtime whether its Mayfly 0.5 or 1.0 – so the user/program doesn’t have to compile for one or the other.
I’m curious why you found that necessary. I’m generally using the same code on both boards, unless they’re using different versions of cell modems.
Thanks!
Matt -
Matt Barney started the topic Voltage divider on multipurpose screw adapter in the forum Mayfly Data Logger 2 years, 9 months ago
I have a question about how to use the voltage divider feature of the EnviroDIY multipurpose screw terminal Grove adapter v1.0.
I have a turbidity sensor that outputs analog 0-5V across 2 lines: Signal+ and Signal Ground. (It has separate lines for supply voltage and supply ground.) Using a voltage divider on a breadboard, with a pair of matched…[Read more]
-
arthur became a registered member 2 years, 9 months ago
-
neilh20 replied to the topic Connecting SIM7080 to New Thingspeak in the forum Mayfly Data Logger 2 years, 9 months ago
@zeke-holloman I agree with @srgdamiano, Mathworks have gone down the path of making it difficult to test a small number of devices against thingspeak, since it was added to ModularSensors publishers.
A bit of shame since I’ve had some simple devices working reliably against it since 2013.
Also unfortunately, “the real world” is that testing…[Read more]
-
ChrisChopp became a registered member 2 years, 9 months ago
-
Liz replied to the topic Pin locations for Yosemitech Y510-B in the forum Mayfly Data Logger 2 years, 9 months ago
I do believe my DO sensor right now is fried from another mishap, so I am trying to get just the Turbidity sensor to work currently.
-
Jim Surgent became a registered member 2 years, 9 months ago
-
Liz replied to the topic Pin locations for Yosemitech Y510-B in the forum Mayfly Data Logger 2 years, 9 months ago
Oh sorry I just saw your other comments. Thank you! I will get to testing that.
-
Liz replied to the topic Pin locations for Yosemitech Y510-B in the forum Mayfly Data Logger 2 years, 9 months ago
I just took off my DO sensor and am now testing the Turb (Y510) alone, I just moved the RXD and TXD from the adapter to pin 5 and 6. However when I do so only the TXD LED lights up when TXD wire is in pin D5 and the RXD LED will not light up, but when I plug the D6 and reverse the two pins only RXD LED lights up. So, I cannot get both LEDS to…[Read more]
-
Sara Damiano replied to the topic Pin locations for Yosemitech Y510-B in the forum Mayfly Data Logger 2 years, 9 months ago
Changing the address via the Yosemitech library is not hard. I would strongly recommend you do that rather than mess with two adapters and two serial lines. No matter what, I’m positive that the default addresses are not
0x04
or0x0B
as you have them coded. Those are just my favorite addresses for them.If you really want two separate co…[Read more]
- Load More