-
Sara Damiano replied to the topic ESP8266 in the forum Mayfly Data Logger 5 years, 9 months ago
All of the Mayfly pins are at 3.3V.
I’ve done a decent amount with a Mayfly and an ESP8266 using the “AT” firmware on the ESP8266. I haven’t had any problems with it.
-
Sara Damiano replied to the topic GPRSBee in the forum Mayfly Data Logger 5 years, 9 months ago
I haven’t done any comparisons, but I bought Taoglas Maximus FXBU66 antennas and they seem to work quite well: https://www.taoglas.com/product/maximus-fxub66-ultra-wide-band-flex-antenna-smam/
-
Sara Damiano replied to the topic GPRSBee in the forum Mayfly Data Logger 5 years, 9 months ago
I just want to be really clear that the very slow connection speed and non-response is A PROBLEM WITH THE XBEE ITSELF, NOT THE CODE.
The messages like “no response received” are merely letting you know that the Bee is not responding.
There is nothing I’ve done in the code recently that changed it from “not working” to “working” with the LTE-M…[Read more]
-
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 5 years, 9 months ago
The XBee’s are all 3.3V logic levels.
I used pin A4.
-
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 5 years, 10 months ago
Shannon soldered a jumper on a board for me to connect the reset pin to a data pin on the Mayfly’s mcu so I could try it with the XBee.
Unfortunately, it won’t work if you’re powering the XBee off of the battery (ie, w/ solder jumper 13).Erm… or rather, unfortunately, the board I had her put the jumper on seems to have gone very flakey. It…[Read more] -
Sara Damiano started the topic Atlas Scientific sensors now an option on Data Sharing Portal in the forum Environmental Sensors 5 years, 10 months ago
-
Sara Damiano replied to the topic GPRSBee in the forum Mayfly Data Logger 5 years, 10 months ago
I’ve made some tweaks to try to make the LTE XBee work better. Code wise, it should have already been working, though. The problem was more about slowness/inability to make a connection to the internet and periodic non-responsiveness. That problem is somewhat upstream of ModularSensors.
-
Sara Damiano replied to the topic GPRSBee in the forum Mayfly Data Logger 5 years, 10 months ago
I’ve spent a lot more time playing with the LTE-M XBee3 so I think I can help a bit better now.
I cannot get it to connect without the solder jumper – it just needs the extra uumph. And the antenna is also definitely not optional.
No matter what I do, it sometimes stops responding. I’m seeing this whether I have it powered off the mayfly or if…[Read more]
-
Sara Damiano replied to the topic GPRSBee in the forum Mayfly Data Logger 5 years, 10 months ago
Ugh. I’m sorry you’re having so much trouble understanding what’s going on in ModularSensors. It’s a very heavy-weight library.
While you’re deep debugging your modem connection, though, sticking to TinyGSM and a basic sketch, or even just XCTU, is probably the way to go.
-
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 5 years, 10 months ago
Neil’s right about the symbol – it’s a reset-not pin – pull it low to reset.
But… it’s not connected to anything else on the board, so you can’t pull it in any direction without some hacking. You could use the pin stubs on the back of the board to solder on a wire to connect the bee reset pin to some processor pin. The Digi documentation…[Read more]
-
Sara Damiano replied to the topic board layout files in the forum Mayfly Data Logger 5 years, 10 months ago
No, the gerbers are not available.
-
Sara Damiano replied to the topic Logging interval resets every ~256 samples in the forum Mayfly Data Logger 5 years, 11 months ago
Assuming you’re using the modular sensors library, the 2 minute reading on the start-up was a feature that was supposed to help with debugging. The idea was that right after deploying a station you’d want to make sure it was working so you’d want frequent measurements. I took it out in the most recent release because nearly everyone was confused…[Read more]
-
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 5 years, 11 months ago
The default settings allow up to 10 seconds before it times out and drops you out of command mode and has a 1 second “guard” time around the +’s to get back in. TinyGSM cuts the guard down to 100ms.
-
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 5 years, 11 months ago
Yes, that’s what the streamdebugger is supposed to do.
Hmm.. try forcing a reset to all default values. The TinyGSM library drops the timeouts for xbee communication really low, which is great for the mayfly sending commands, but not as good for human typists.
#include <Arduino.h> #include <StreamDebugger.h> StreamDebugger StreamDbg(Serial1,…
-
Sara Damiano replied to the topic SDI-12 library support in the forum Environmental Sensors 5 years, 12 months ago
ModularSensors doesn’t support the teensy at all and it’s very unlikely that I’ll ever be able write in the support for it there. Your have to switch to an AVR or SAMD based board to use it.
-
Sara Damiano replied to the topic SDI-12 library support in the forum Environmental Sensors 5 years, 12 months ago
I’m not familiar with the Teensy at all, but based on my <5 minutes of google research:
– They’re ARM Cortex-M4 boards – totally different processor style
– But the core libraries support the same attachInterrupt() routine that I use to support interrupts on the SAMD boards – good – you can just copy the SAMD interrupt includes
– google isn’t…[Read more] -
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 5 years, 12 months ago
Get StreamDebugger here: https://github.com/vshymanskyy/StreamDebugger
-
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 5 years, 12 months ago
My first guess would be that you put it to sleep and it won’t wake up.
Can run a really simple script just to hold the pins to wake it up and allow you to type in commands from your serial port monitor?
#include <Arduino.h> #include <StreamDebugger.h> StreamDebugger StreamDbg(Serial1, Serial); void setup(){ Serial.begin(115200);…
-
Sara Damiano replied to the topic Trouble initializing XBee3 LTE-M in the forum Mayfly Data Logger 6 years ago
I’ve spent more time fiddling with the LTE-M XBee and I’m seeing the same results.
It’s a hardware problem, not software; the modem really does stop responding. I wonder if it’s that there’s not enough capacitance along the power line causing very short voltage drops even when it’s tied right to the battery. The user guide for the LTE-M XBee…[Read more]
-
Sara Damiano replied to the topic Optical dissolved oxygen solutions? in the forum Environmental Sensors 6 years ago
I’ve made an Arduino library for communicating with the Yosemitech sensors: https://github.com/EnviroDIY/YosemitechModbus
It’s built on top of my modbus library: https://github.com/EnviroDIY/SensorModbusMaster
In the modbus library there’s a hardware folder with the plans for a little “wing” board to more easily connect a Yosemitech sensor to…[Read more]
- Load More