-
Sara Damiano replied to the topic Missing data with manual upload to MMW in the forum Monitor My Watershed 5 years ago
I’m stumped. I have no idea why it’s failing. Your format is correct, your UUID is correct and in the right place… I have no idea. I’ll report it as a bug.
-
Sara Damiano replied to the topic Editing Variable UUIDs in the forum Monitor My Watershed 5 years ago
Delete them.
-
Sara Damiano replied to the topic Logger ID provided by Stroud? in the forum Mayfly Data Logger 5 years ago
If you don’t have a CTD attached, you should remove all the lines for the CTD. If you don’t remove them, your logger will waste time trying to communicate with a sensor that doesn’t exist and you’ll be wasting bandwidth sending empty values to the data portal.
-
Sara Damiano replied to the topic Logger ID provided by Stroud? in the forum Mayfly Data Logger 5 years, 1 months ago
I’m sorry the directions for that example are confusing – it was originally written for people directly working with Stroud and being assigned loggers by us. If you’re making your own logger outside of Stroud, you don’t have to worry about Stroud assigning your logger a number.
-
Sara Damiano replied to the topic Logger ID provided by Stroud? in the forum Mayfly Data Logger 5 years, 1 months ago
If you’re not working with Stroud, you get to assign your logger any ID you want it to have. We often use the Mayfly serial number or a numeric count of it being the nth logger we’ve deployed. You might also want to put your site name in the logger id, since it will end up as your file name. You could also call it “Bob” if you’d prefer. 🙂
-
Sara Damiano replied to the topic Trouble registering with LTE-M network on Hologram in the forum Miscellaneous 5 years, 1 months ago
The Digi documents don’t tell you what commands are exchanged between the u-blox chip – I don’t if the response the XBee3 gives to the “ATAI” command is based on CREG, CEREG, or some combination of those and any other commands that Digi found to be useful – and I doubt Digi is going to tell us. I suspect that it is a combination of commands.
If…[Read more]
-
Sara Damiano replied to the topic Trouble registering with LTE-M network on Hologram in the forum Miscellaneous 5 years, 1 months ago
I hate trying to read any detailed explanations of cellular network architecture because there are a truly ridiculous number of acronyms used and I don’t use any of them enough to remember what they mean. It feels like 3/4 of the explanations of network architecture forget to define 3/4 of the acronyms so I’m always floundering back and forth…[Read more]
-
Sara Damiano replied to the topic Trouble registering with LTE-M network on Hologram in the forum Miscellaneous 5 years, 1 months ago
What manual are you using? CREG, CGREG, and CEREG are all in the AT commands manual for the SARA R4: https://www.u-blox.com/sites/default/files/SARA-R4_ATCommands_%28UBX-17003787%29.pdf
CREG = Network (circuit-switching) registration status
CGREG = GPRS (packet-switching/General Packet Radio Service) network registration status
CEREG = EPS…[Read more] -
Sara Damiano replied to the topic Trouble registering with LTE-M network on Hologram in the forum Miscellaneous 5 years, 1 months ago
I’m sorry I haven’t been responding on this. I’ve been working on other data projects and haven’t had a chance to look into this at all yet.
-
Sara Damiano replied to the topic Can't read/store values from Yosemitech using WingShield in the forum Mayfly Data Logger 5 years, 1 months ago
Where is the extra red (5V?) wire in your pictures from September connected? It looks like you have the Yosemetich connected to one 12V power supply (red line at the bottom), the Mayfly powered by second 5V power supply (the black/red twisted pair?) and then the Mayfly also connected to the computer’s USB. But then I can’t figure out the extra…[Read more]
-
Sara Damiano replied to the topic Mayfly Dissolved Oxygen Sensor in the forum Mayfly Data Logger 5 years, 1 months ago
The status of the communication between the Yosemitech’s and the Mayfly hasn’t changed since May.
The library for communicating with the Yosemitech’s is here: https://github.com/EnviroDIY/YosemitechModbus
It depends on the SensorModbusMaster library here: https://github.com/EnviroDIY/SensorModbusMaster
If you want to use the Yosemitech in…[Read more]
-
Sara Damiano replied to the topic Serial datalogger RS485 in the forum Other Data Loggers 5 years, 1 months ago
That looks like the converter I have. If you’re sure you have the right A & B wires, your doppler is powered, and the lights on the adapter are flashing, but you’re still not getting anything on the Mayfly, try flipping the Tx and Rx wires. Different people have different opinions on whether Tx means “the pin I’m sending out data on” or it means…[Read more]
-
Sara Damiano posted a new activity comment 5 years, 1 months ago
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
-
Sara Damiano posted a new activity comment 5 years, 1 months ago
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]
-
Sara Damiano replied to the topic Difficulty connecting to MMW with LTE Adapter in the forum Monitor My Watershed 5 years, 1 months ago
I don’t think there’s any sort of built-in antenna on the LTE XBee3. I was under the impression that the external antenna is absolutely required. I’ve never gotten it to connect without one.
We’ve bought ours from Digi Key. I think we’ve tried a couple of different models and haven’t had any problems with any of them. We’ve even put the 2G…[Read more]
-
Sara Damiano replied to the topic Difficulty connecting to MMW with LTE Adapter in the forum Monitor My Watershed 5 years, 1 months ago
Hardware-wise, do you have an antenna attached to the “cellular” uFL connector? You’ll never connect without an antenna.
But.. these LTE boards are just more finicky than 2G, so…
You’re using the example from ModularSensors, right? https://github.com/EnviroDIY/ModularSensors/tree/master/examples/logging_to_MMW That example should work with…[Read more]
-
Sara Damiano replied to the topic Serial datalogger RS485 in the forum Other Data Loggers 5 years, 1 months ago
You’ll need an RS485 to 3.3V TTL adapter. I *strongly* recommend getting one with built-in flow control. I also highly recommend hooking your doppler up to the Mayfly’s Serial1 unless you have good reason not to.
Once you have the connector you should be able to transfer data from the doppler to an SD card using a library like SdFat and a simple…[Read more]
-
Sara Damiano replied to the topic Board COMPLETELY Invisible to Computer in the forum Mayfly Data Logger 5 years, 1 months ago
Do you have the FTDI VCP drivers installed? https://www.ftdichip.com/Drivers/CDM/CDM%20v2.12.28%20WHQL%20Certified.zip That’s the chip on the Mayfly that handles the USB communication.
-
Sara Damiano replied to the topic Analog-to- Digital Converter Port on Mayfly Data Logger in the forum Mayfly Data Logger 5 years, 1 months ago
You set pin 22 high in whatever program/sketch you’re using.
-
Sara Damiano replied to the topic Trouble registering with LTE-M network on Hologram in the forum Miscellaneous 5 years, 1 months ago
I don’t have a uBee with the R410M, but I’ve updated a whole bunch of the Digi boards with the u-blox “Easy Flash” software and direct USB to the SARA chip. You should be able to use the same firmware and software to update. You may even be able to do the update through the serial port without soldering a USB connection on. (Sodaq breaks the…[Read more]
- Load More