-
Tom Schanandore replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors 4 years, 2 months ago
Thanks Sara,
I have been working with Bobby and Andy Wickert over there on this and they gave me sensors with the appropriate firmware installed already. I did not have to install any firmware. It was just suppose to be hooked up and ready to work. I didn’t know if anyone in the community here was able to get a walrus sensor to work on the…[Read more]
-
Sara Damiano replied to the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors 4 years, 2 months ago
Bobby Shultz or Northern Widget did some of the work to incorporate the MPL115A into ModularSensors, but I haven’t followed what they’ve been doing.
It looks like this Walrus thing has an on-board processor that in between the Mayfly and the MPL115A. So you need to use whatever protocol they’ve developed for themselves not the MPL’s I2C…[Read more]
-
Tom Schanandore started the topic MayFly Capability with Northern Widget Walrus Sensor in the forum Environmental Sensors 4 years, 2 months ago
Hello,
I have been working a company called Northern Widget out of St. Paul Minnesota regarding their water pressure sensor named the Walrus. It is connected via. a I2C port and they say it should work on any basic Arduino based board at 3.3 to 5.5 volts. We had so much trouble getting it to work that we had to abandon using it. The sensor works…[Read more]
-
BrianJastram started the topic Rain Gauge Tip Data Without Rain in the forum Mayfly Data Logger 4 years, 2 months ago
I’ve got 5 solar powered Mayflys deployed with ProTrinket tip counters connected to heated and non heated rain gauges reporting their data to MMW via Digi XBee3 – RF TXRX Cell 4G LTE AT&T Verison – XB3-C-A2-UT-001 modems. These deployments range in length from 2-14 months. Within the past few months two of these setups have started reporting tips…[Read more]
-
Carla López Lloreda became a registered member 4 years, 2 months ago
-
Anto became a registered member 4 years, 2 months ago
-
MagWel became a registered member 4 years, 2 months ago
-
ggraves replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 2 months ago
Thanks for troubleshooting the code. Looking at it more…It works with one sensor but not with both on the same I2C hub. It seems that there is a problem when both grounds are connected to the hub with the sleep/RTC pin. I have tried multiple hubs/cables to no avail. Starting to think it is a conflict with one of the sleep functions/libraries…[Read more]
-
@shicks I ended up just going with UART and software serial for now and it works great. I couldn’t get past the interference through the I2C. It seems that for some reason having both sensors on isolated carrier boards plugged into an I2C hub caused interference. As soon as you unplug one of them the other one turns on and the Mayfly functions a…[Read more]
-
-
Shannon Hicks replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 2 months ago
I just compiled and ran your code on my own Mayfly board (replacing the Loop function with the one I edited above), and commenting out anything relate to the Atlas sensors since I don’t have any here for testing, and the Mayfly board slept properly, woke up every minute and took a “sample”, wrote data to the card, and went back to sleep.
If you…[Read more]
-
ggraves replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 2 months ago
It is sleeping all the time and not waking. No data is being saved or printed to the serial terminal.
-
Shannon Hicks replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 2 months ago
Is the board sleeping all the time and not waking? Or is it awake all the time and not sleeping? Is data being saved to the card or printed to the serial terminal?
-
ggraves replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 2 months ago
Thanks! I worked through a couple of things, including your suggestions, and I still can’t get the logger to wake up… I know the switch works because if I set it to HIGH in the setup the board does come on and the sensors read/turn on without the sleep functions (and the RTC is functioning/correct). Do I need to have a wakeup function or…[Read more]
-
Shannon Hicks replied to the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 2 months ago
It looks like this code was based on one of our old sleeping Mayfly logger example sketches, but there’s some stuff in the main Loop that is out of order. I’m assuming you’ve got the Atlas sensors connected to the I2C Grove port on the Mayfly. If you want to be able to switch their power on and off, then you need to move the small jumper on the…[Read more]
-
ggraves started the topic Atlas Scientific Logger – Sleep between readings in the forum Mayfly Data Logger 4 years, 2 months ago
Hi,
I am having an issue attempting to setup a datalogger to record readings and put the Mayfly to sleep. My setup is an Atlas Scientific EC and temperature probe as I2C protocol connected to an I2C hub. I would like to simultaneously take readings from both of these sensors and save them to the SD card. Meanwhile, have the sensors go to sleep…[Read more]
-
James_NZ replied to the topic Adding New Sensors to Modular Sensors in the forum Mayfly Data Logger 4 years, 2 months ago
Thank you @srgdamiano 🙂
-
neilh20 replied to the topic Monitoring power consumption in the forum Mayfly Data Logger 4 years, 2 months ago
I’m sharing some integration test results. I’ve been using a Vbat=4.0V threshold – that is under Vbat=4.0V it does sensor readings only, and stores the readings for later reliable data delivery.
When the battery voltage is over Vbat=4.0V it POSTs the readings to MMW.…[Read more]
-
Sara Damiano replied to the topic Adding New Sensors to Modular Sensors in the forum Mayfly Data Logger 4 years, 2 months ago
The “best” way to work with ModularSensors would be to write the c/h files and submit them as a pull request. 🙂 But if the calculated variable is working, then feel free to keep using it that way for yourself.
If you define your variable for the DS18 temperature as something like
Variable* ds18Temp = <span class="pl-k">new</span>…
[Read more] -
James_NZ started the topic Adding New Sensors to Modular Sensors in the forum Mayfly Data Logger 4 years, 2 months ago
Hi,
I have a reasonably basic question about the modular sensors code. We are trialing new arduino type sensors that are not included in the modular sensors library. What is the best way to make these work with the modular sensors logger code? At the moment I am creating ‘calculated’ variables, but I’m hoping there is a tidier way to do th…[Read more]
-
neilh20 started the topic Two depth sensors for reliable depth measurement confidence in the forum Mayfly Data Logger 4 years, 2 months ago
I’ve released a Mayfly image that interfaces to two depths sensors – an Insitu LT500 and Keller Acculevel – and pushes the readings to MonitorMyWatershed.org over a Digi LTE CAT-M1 modem.
As a binary image, anybody can download it into a Mayfly, no programming experience needed. https://github.com/neilh10/ms_releases
The per station…[Read more]
-
John Barbis became a registered member 4 years, 2 months ago
- Load More