-
Zeke Holloman started the topic Using Xbee Cellular Modem with ThingSpeak in the forum Mayfly Data Logger 3 years, 3 months ago
Hi all! I’m working on developing a water monitoring station using a Mayfly board, an Xbee cellular modem (XBC LTE-M/NB-IoT Global), the LTEBee adapter, a solar panel, and a Hydros-21 sensor. I saw that you all had already written some Arduino code for logging to ThingSpeak, so I’m using that. I had some issues getting the modem to connect to the…[Read more]
-
Shannon Hicks replied to the topic Quantum Sensor in the forum Mayfly Data Logger 3 years, 3 months ago
With such a small max signal of 200 mV, you’d definitely want to use the ADS1115. The default ADC range has a resolution of 0.1875 mV/bit, which is pretty coarse so you’d want to use a higher gain setting like 8 or 16. At gain 16, there’s a max input of 256 mV, and a resolution of 0.0078125 mV/bit. Just be sure the ADC input doesn’t see any…[Read more]
-
Paulo replied to the topic Quantum Sensor in the forum Mayfly Data Logger 3 years, 3 months ago
Thanks so much for the info.
At the moment, it is difficult to get my hands on an Apogee because of time constrains.
What do you think about using a voltage divider?
-
Shannon Hicks replied to the topic Quantum Sensor in the forum Mayfly Data Logger 3 years, 3 months ago
The Mayfly can only read analog signals from 0 volts to 3.3 volts, so you’re not going to be able to read something that puts out 5 volts. But from what I can tell about that sensor from a brief look at the manual, it only outputs a maximum voltage of 10mv. You’re supposed to use it with a separate amplifier if you want to be able to read it w…[Read more]
-
Paulo started the topic Quantum Sensor in the forum Mayfly Data Logger 3 years, 3 months ago
I am trying to use a Li-COR Quantum (LI-190R-BL) sensor to collect PAR data using a Mayfly cataloguer (v0.5b).
I used a 620 ohm resistor to convert the sensor current out put to volts (0-5votls). Then, I connected the sensor to: A0 and GND, and tried to read the out put using this simple code, but I did not have luck.
Any ideas?
void setup()…[Read more]
-
Paulo became a registered member 3 years, 3 months ago
-
Vinay Ayala replied to the topic Wiring Ultrasonic sensor w/ temp compensator in the forum Mayfly Data Logger 3 years, 3 months ago
@mbarney Hello Matt,
I am running into a similar problem with my Maxbotix sensor code…having difficulty integrating the code into my DRWI modular sensor code…. do you mind sharing coding tips to add this sensor module?
-
Vinay Ayala replied to the topic Help Please: MaxBotix Sonar MB7386 not creating data on SD card in the forum Environmental Sensors 3 years, 3 months ago
The data is not being stored on the memory card. I think my code is incorrect is there a MaxBotix example that anyone successfully was able to run and pass data to the SD Card and MMW that I can look at?
-
Shannon Hicks replied to the topic Help Please: MaxBotix Sonar MB7386 not creating data on SD card in the forum Environmental Sensors 3 years, 3 months ago
Are you at least getting the ultrasonic sensor data to be stored on the microSD memory card but not on the website, or are you not getting any data from the ultrasonic sensor, even in the serial string that gets printed to the serial monitor after every reading?
-
Rory G replied to the topic Help Please: MaxBotix Sonar MB7386 not creating data on SD card in the forum Environmental Sensors 3 years, 3 months ago
Ah, I’m not able to help as I don’t code.
-
Vinay Ayala commented on the post, Evaluating Maxbotix Ultrasonic Sensors for Monitoring Stream Base Flow 3 years, 3 months ago
@Rory G I need some assistance testing my maxbotix MB-7386 and I posted my issues in the forum…can you please assist?
-
Vinay Ayala started the topic Help Please: MaxBotix Sonar MB7386 not creating data on SD card in the forum Environmental Sensors 3 years, 3 months ago
Hello,
I finally connected to MMWS and my mayfly data logger is sending data continuously to MMWS. Thank you @Shicks for your guidance. Now I am trying to connect the MaxBotix utrasonic sensor MB 7386. I compiled the code there is internet connection but no data is logged from this sensor. When I run below code I am getting “Bad or Suspicious…[Read more]
-
Liz started the topic How to handle the variables with sensors in the forum Mayfly Data Logger 3 years, 3 months ago
Hello, My name is Liz and I am working on integrating two yosemitech sensors (Y510/ y504) into the mayfly. Right now I am trying to get just one working. I am starting with the Y510 sensor and copied the text from the “menu la carte” and see that they have their own variables, I am unsure where these listed variables go in my program.
for my…[Read more]
-
Shannon Hicks replied to the topic Invalid and non-unique UUID in the forum Mayfly Data Logger 3 years, 3 months ago
You can ignore the warnings to the serial monitor about the UUIDs if you never intend to send data to MMW. The warnings are just there to help people in case they were using the generic ones when they didn’t intend to. But since that’s what you want to do, it’s okay to ignore the warning.
-
Liz replied to the topic Invalid and non-unique UUID in the forum Mayfly Data Logger 3 years, 3 months ago
I am going to using just the SD card for my project. I thought I would need a unique UUID regardless so that was my first attempt at trying for that. So if I am using just the SD I can ignore the Non-unique UUID message? what about the invalid UUID, can that be ignored too?
-
Shannon Hicks replied to the topic Invalid and non-unique UUID in the forum Mayfly Data Logger 3 years, 3 months ago
When you register a site on Monitor My Watershed you can set it up with various sensor parameters, and once you’ve got all of them entered on the website, you click the “View Token UUID List” button at the top of your site page and you’ll get a list of all the UUIDs in the exact format and order in which you need to paste them into your sketch. …[Read more]
-
Liz replied to the topic Invalid and non-unique UUID in the forum Mayfly Data Logger 3 years, 3 months ago
In my code I have the yosemitech sensor set up but in the serial monitor it does not address the sensor at all? Why would that be. I am very new to programming especially the Mayfly data logger and platformio.
-
Shannon Hicks replied to the topic 502 Bad Gateway on MMW in the forum Monitor My Watershed 3 years, 3 months ago
Yes, the server was restarted this morning and service returned to normal, however all stations will be missing about 11 hours of data from earlier today.
-
Liz started the topic Invalid and non-unique UUID in the forum Mayfly Data Logger 3 years, 3 months ago
Hello, I am trying to program my mayfly off the simple_logging example code, starting with the on board sensors.
I am can get the program to build and upload but when I run it, I get a message
SampNum has a non-unique UUID! Battery has an invalid UUID! BoardTemp has an invalid UUID! -> SampNum -> FreeRam
It will still calculate the proper…[Read more]
-
Liz became a registered member 3 years, 3 months ago
- Load More