-
Shannon Hicks replied to the topic CTD readings are 0.0 in the forum Mayfly Data Logger 5 years, 3 months ago
That’s what the data looks like when the CTD sensor gets disconnected from the Mayfly. The turbidity sensor is still being read, and there was no change in turbidity around the time of the data loss. So you can rule out someone stealing the sensors, or that it was damaged during a flood event, since there doesn’t seem to be an event happening.…[Read more]
-
Shannon Hicks replied to the topic Sending Data Through Verizon Network in the forum Mayfly Data Logger 5 years, 3 months ago
The code we put on your loggers a few months ago needs to be replaced with the newer version because the latest updates account for the addition of Verizon as a carrier, and make a few other tweaks to the basic functions of the station we’ve made since deploying a few dozen LTE stations in the last month and examining their performance. All you…[Read more]
-
Shannon Hicks replied to the topic Sending Data Through Verizon Network in the forum Mayfly Data Logger 5 years, 3 months ago
The Mayfly stations with 4G-LTE modules that we deployed for you earlier this year were all configured to only use AT&T as the provider, but since then we have tweaked the code to allow them to work with either AT&T or Verizon, whichever carrier has the strongest signal at your location. It still uses the same Hologram SIM card, it’s just a…[Read more]
-
Shannon Hicks replied to the topic Voltage Threshold for Data Upload Through Cell Network in the forum Mayfly Data Logger 5 years, 3 months ago
Jake, the stations we installed for you a few months ago were programmed with code that set the low voltage threshold at 3.7, which is fine in areas with lots of sun. But since your stations are more shaded, and you’re in a higher latitude, your battery will probably hover around 3.7 most of the time, so lowering your transmission cutoff…[Read more]
-
Shannon Hicks replied to the topic miniSD card slot in the forum Mayfly Data Logger 5 years, 3 months ago
It’s actually a microSD card slot, not a miniSD. And no, we don’t sell the adapter separately due to the complexity and cost of selling one small item on Amazon. I could sell a multi-pack of them on Amazon, but I’m not sure there’s much demand for that, since everyone who has previously wanted an adapter either needed only one or ended up buying…[Read more]
-
Shannon Hicks replied to the topic Difficulty connecting to MMW with LTE Adapter in the forum Monitor My Watershed 5 years, 3 months ago
There is no built-in antenna on the Xbee LTE module, or any cell module for that matter. I’ve tried a variety of antennas, this is the one we usually use because it’s cheap and fairly rugged and fits easily inside our enclosures: https://www.digikey.com/products/en?keywords=1837-1003
Just use caution with the u.fl connector, it is not designed…[Read more]
-
Shannon Hicks replied to the topic Difficulty connecting to MMW with LTE Adapter in the forum Monitor My Watershed 5 years, 3 months ago
The APN for Hologram is now “hologram” (with a lower case h) so you might try changing your code to that. But I have lots of older modules that have been out for years and still use the old konekt APN (this was Hologram’s old name) so I’m not sure if that’s the issue. Do you have an appropriate LTE antenna connected to the CELL jack (and not the…[Read more]
-
Shannon Hicks replied to the topic Analog-to- Digital Converter Port on Mayfly Data Logger in the forum Mayfly Data Logger 5 years, 3 months ago
Mayfly D22 is not a physical pin on the board, it’s processor pin 22, which means you set it high or low using digitalWrite commands in your sketch, just like you would with pin 8 or 9 to turn the red or green LEDs on or off. If you’re new to Arduino or the Mayfly, you might try working through example sketches or workshop sketches in our Github…[Read more]
-
Shannon Hicks replied to the topic Analog-to- Digital Converter Port on Mayfly Data Logger in the forum Mayfly Data Logger 5 years, 3 months ago
Are you referring to the two Grove ports in the lower left corner of the Mayfly? All of the Grove ports (and the Sw3 and Sw5 pins in the headers) are designed to only be powered when you set pin D22 high. This is so that you can turn any external sensors on or off independently from other things on the Mayfly. Setting D22 high turns on the…[Read more]
-
Shannon Hicks replied to the topic Can't read/store values from Yosemitech using WingShield in the forum Mayfly Data Logger 5 years, 3 months ago
It’s hard to tell exactly what’s going on with your wires from the photo, but you should make sure your separate power supplies are sharing a common ground. If you’ve got 12v going to the sensor and 5v going to the board, you need to have the ground of both of those supplies (or batteries) connected to the same ground as the Mayfly.
-
Shannon Hicks replied to the topic Mayfly Stops Logging and Other Issues in the forum Mayfly Data Logger 5 years, 4 months ago
I edited your original post to put the code into the Code Snippet tool.
I check every one of the Mayfly boards thoroughly before they get sent out to Amazon, so it’s possible that one with an FTDI or USB jack issue slipped by since that’s the only part of it that I don’t check. Send me an email to mayfly@envirodiy.org and I’ll see what I can do…[Read more]
-
Shannon Hicks replied to the topic Logging to SD Card More than Two Decimal Places in the forum Mayfly Data Logger 5 years, 4 months ago
I edited your post to move the sketch code into code snippet box. Next time, use the “Add Code Snippet” button at the top of the text editor box when you’re writing a post or comment. It makes it much easier to read, especially for long sketches.
It’s very easy to add an integer or characters to a string, you did it correctly with the line…[Read more]
-
Shannon Hicks replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 5 years, 5 months ago
The Mayfly logger processor is just like any other Arduino board, and loading sketches onto it is just like any other Arduino board. The uploaded sketch is “burned” into the microprocessor chip in the center of the board. The microSD card slot is just an optional device to allow users to store recorded variables or other data during the…[Read more]
-
Shannon Hicks posted a new activity comment 5 years, 5 months ago
It sounds like you’re having issues with not properly declaring the libraries required for the sketch, or not having the libraries installed on your computer. I use the standard Arduino IDE, but Sara (and others) who use Platform IO will need to help you since I’m not as familiar with the library functionality with that software.
-
Shannon Hicks replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 5 years, 5 months ago
The Mayfly is not designed to have 2 microSD cards inserted at the same time. No one should ever insert two cards. The reason for the second vertical socket is for people who have the logger mounted inside an enclosure that makes it difficult to remove the card in the regular horizontal socket. Various electrical irregularities will occur if…[Read more]
-
Shannon Hicks replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 5 years, 5 months ago
What you’re describing with the microSD card is definitely not normal. I’ve encountered it only a few other times in over 1000 boards, and it’s usually caused by a bent pin inside the microSD socket that causes a short circuit when a card is inserted. Is this a brand new board? And are you seeing this behavior with the microSD socket that’s…[Read more]
-
Shannon Hicks replied to the topic SDI-12 Change Address for Meter Hydros 21 CTD Sensor in the forum Environmental Sensors 5 years, 5 months ago
It sounds like your PC is just not seeing the Mayfly. You should make sure the Mayfly is turned on at the main power switch, and that the small power-select slide switch is set to the USB/Lipo setting (not Ext). Sometimes the switches can be a little glitchy, so you can try sliding them back and forth to make sure they’re getting good contact.…[Read more]
-
Shannon Hicks replied to the topic 4G Signal Tester in the forum Mayfly Data Logger 5 years, 5 months ago
The 4G LTE modules we use are brand new and have only been available for a few weeks. I just stocked the LTE bee adapter board in our Amazon storefront last week too, so the materials you need for building the signal tester are so new that I haven’t had a chance to document the building and programming process. I’ll be building a few more once I…[Read more]
-
Shannon Hicks posted a new activity comment 5 years, 5 months ago
It’s Ms. Hicks, actually. But the If you want to read an analog signal using one of the two analog Grove sockets on the Mayfly board, they are actually connected to the auxiliary 16-bit A/D converter, which is an ADS1115 chip. You’ll need to use an ADS1115 library, which has the commands you use for reading an analog voltage with any one of the…[Read more]
-
Shannon Hicks posted a new activity comment 5 years, 6 months ago
If you use a DS18B20 sensors, it requires a pullup resistor on the data line. You can connect the sensor data line to pin D10 and then just close the solder jumper SJ12 on the back of the Mayfly to enable the builti-in pullup resistor for that data pin. This saves you from having to add a separate resistor somewhere on the board to pullup D10.
- Load More