-
Matt Barney replied to the topic Announcement: New ModularSensors release v0.28.01 in the forum Environmental Sensors 3 years, 9 months ago
Thanks @srgdamiano — and thanks so much for announcing the release here on the forum and sharing links to the release notes on GitHub!
Until somewhat recently, I didn’t fully grasp the connection between a ModularSensors GitHub release number and the version number in the PlatformIO library registry. To clarify for others who may be new to these…[Read more]
-
Heather Brooks replied to the topic Broken links to example code in the forum Mayfly Data Logger 3 years, 9 months ago
Hi @mbarney, I’m combing through the forum topics with no replies, hoping to get some answers for folks, and found this one you posted last July. I’m sure you already discovered this, but the three example code links you listed no longer return 404s. Perhaps @srgdamiano was reorganizing the examples at the time?
-
neilh20 replied to the topic Stability Testing ~ how to do it? in the forum Mayfly Data Logger 3 years, 10 months ago
Well after running for some time with the WiFi S6B, and still having problems after it has been running for a couple of hours,
I’ve switched to one my target field internet comms of Digi XBee3 LTE-M over Verizon.Very interesting the Digikey RevXsystems https://dataplans.digikey.com (thanks to @mbarney for the suggestion) has a new low cost…[Read more]
-
ggraves replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years ago
Thanks, @srgdamiano and @shicks! After working through the code, what seemed to work was actually placing the sensor sleep commands in my getdata() function. For whatever reason it didn’t work too well in the systemSleep function as it seemed to stall my sensors and not allow enough time to wakeup the sensors for reading. Still working on cleaning…[Read more]
-
James_NZ replied to the topic Adding New Sensors to Modular Sensors in the forum Mayfly Data Logger 4 years ago
Thank you @srgdamiano 🙂
-
Jim Moore replied to the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 4 months ago
Hi Sara @srgdamiano
I haven’t used PIO for several months but in preparation for the transition from 2G to 4G I launched PIO this week and it apparently did an upgrade and now my code won’t load.
I get the following error:
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00
PIO is currently core 4.3.4 and home 3.2.3
An…[Read more]
-
Matt Barney replied to the topic Wiring Ultrasonic sensor w/ temp compensator in the forum Mayfly Data Logger 4 years, 4 months ago
Apologies for resurrecting an old thread, but it is exactly on-topic for my situation.
I’m confused about wiring the MaxTemp. The ModularSensors documentation says to connect the red wire from MaxTemp to the MaxSonar’s pin 6 (V+). However, the MaxBotix datasheet shows no connection of the MaxTemp to V+. Likewise, @fisherba Beth’s photo above…[Read more]
-
Jim Moore replied to the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 7 months ago
Hi Sara @srgdamiano
I think I have gone as far as I am able on my Low Cost EC sensor project. I added #include <sensors/ExternalVoltage.h> to the DRWI_CitSci code and registered GMI_test site using new ExternalVoltage_Volt(&extvolt) from the Sensorex RTD votage divider as a proxy for temperature. I need to apply a simple linear correction (…[Read more]
-
Jim Moore replied to the topic Low Cost EC sensor Station upgrade in the forum Mayfly Data Logger 4 years, 7 months ago
@srgdamiano I decided to go back to basics with ModularSensors – getting started but took a while to get PCsync to load. See attached screenshot with the corrections I had to make on the src_dir.
What is the function of the .pio folder and is it automatically populated when creating a new project? I had to manually load the .pio/mayfly folder f…[Read more]
-
NathanStoltz replied to the topic Double_logger example modification in the forum Mayfly Data Logger 4 years, 7 months ago
<p class=”user-nicename”>@srgdamiano – I wish I had looked prior to updating. It was at least July/August of 19, if not late February/early March of 19. I played around with using a back-dated version of the modular sensors library (by specifying the version in the .ini file) to see if I could figure it out.</p>
-
Matt Barney replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 4 years, 9 months ago
This is great news! Thank you @srgdamiano and @ckillen!! I’ve begun ordering parts for 9 additional stations and have been fearing that buying another 9 XBee3 LTE-M modems was going to lead us into a world of frustration with failing modems; hopefully this discovery prevents that.
Regarding XBee firmware: Just a week ago, we deployed a batch of…[Read more]
-
neilh20 replied to the topic Parameter Threshold Notifications in the forum Mayfly Data Logger 5 years ago
Gosh @srgdamiano wonderful!. ..
As every another question … (thankyou thankyou in advance)
So following the examples and trying for some GetValues on EnviroDIY_Mayfly_Temp from
https://data.envirodiy.org/sites/LCC45a3/
with this…[Read more] -
neilh20 replied to the topic Parameter Threshold Notifications in the forum Mayfly Data Logger 5 years ago
To piggy back on this discussion – I’m wondering if anybody (@srgdamiano?) knows if there is a way of doing a POST/GET to request data from the ODM database for the latest row, or be able to access latest readings via WaterML.
The readings POST structure is described…[Read more] -
Oscamo replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment 5 years ago
Hm. Thanks @srgdamiano, thats one way of doing it. The use case I envisage is pretty simple. Lets take a single technician with a portable water quality monitor, like a YSI or something. He/She drops it into a river at Position A, records data. Then turns device off, moves to Position B, records data etc etc. Once “home” uploads the data to…[Read more]
-
Oscamo replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment 5 years ago
Thanks @srgdamiano, this is a great way to display the data and I think my application is simpler than that. In principle, I want to create “spot” checks of sampled data similar to what has been done for decades with water quality monitors from YSI, Horiba, OTT etc but map them on a GIS system.
This means, the _device_ moves around (as it is…[Read more] -
Oscamo replied to the topic Mobile Sensor Platform? in the forum Infrastructure and Equipment 5 years ago
Thanks @ensign and @srgdamiano, for your reply. Scott, I saw a write up of your floating buoy some time ago and really wanted to find out what happened to it. That was cool stuff!
My project is a little lengthy to explain but I would love your input – I’ll call next week if that is ok with you. Can you pm me a good time/number to call?
Many thanks!
-
Adam Gold replied to the topic Trouble registering with LTE-M network on Hologram in the forum Miscellaneous 5 years, 1 months ago
Thanks, @srgdamiano! I think that the “CEREG” change helped with the registration issue. I’m still not able to get ModularSensors 0.23.16 up and running, though. Seems like another modem issue – these things are definitely finicky! I’ll reach out through the SARA R410M modem GitHub thread or email. Thanks again for your help!
-
Aaron posted an update 5 years, 1 months ago
@srgdamiano Hi Sara, I’m new to the Mayfly and trying to get a handle on the output power as it’s not quite as intuitive as the arduinos I’m used to working with. I’d like to connect a MatixBox MB 7383 ultrasonic sensor requiring a 5v power supply. I see there are both digital and analog grove connectors featuring a power and ground pin with a…[Read more]
-
Gera posted an update 5 years, 3 months ago
@srgdamiano Hello Mrs. Sara, I hope everything is well on your behalf,
So at the moment I am trying to store data in a SD card, the SD card I am using is the one that came with the mayfly kit and I was trying to test out the simple file example code that the Envirodiy website has. When I try to compile it, it says that the next three things were…[Read more]
-
In the future, please create a forum post instead of a status update.
To use PlatformIO, the code has to be structured like proper C++. That is, move the definition of those three functions to above the loop and setup functions. They must be at least declared above the setup and loop. If you’re using the Arduino IDE, which that sketch was…[Read more]
-
-
fisherba replied to the topic best practices enabling debugging modular sensors using platformIO in the forum Mayfly Data Logger 5 years, 3 months ago
@srgdamiano, does this mean that
https://github.com/vshymanskyy/StreamDebugger.git
is no longer needed in the lib_deps?
(In other words, is Stream Debugger now in Modular Sensors?) - Load More
You should post this in the forum, not as a status update.
The Sw5V and Sw3.3V power are controlled by pin 22 on the Mayfly. To get 5V, you must both switch the jumper and set pin 22 high in your program. The 7383 operates at 2.7-5.5V, so you shouldn’t need 5V, 3.3 should suffice.
There’s a simple example with one of the Max Sonars here:…[Read more]
There’s a bit more detail about the connections and how to use the MaxSonar with modular sensors here: https://github.com/EnviroDIY/ModularSensors/wiki/MaxBotix-MaxSonar